Skip to content

v0.3.2

Compare
Choose a tag to compare
@creatorrr creatorrr released this 27 Apr 11:24
· 69 commits to dev since this release
  • Initial github release

What's Changed

  • fix(python-sdk): temporarily remove async types by @philipbalbas in #196
  • fix: Set empty string as a default value for function description by @whiterabbit1983 in #195
  • feat: exception handling for api keys and models by @alt-glitch in #197
  • feat: Create and push docker images to hub by @creatorrr in #198
  • fix: Sessions update by @whiterabbit1983 in #201
  • fix: Sessions update by @whiterabbit1983 in #202
  • feat(sdk): update tools by @philipbalbas in #206
  • fix: Merge agent and user metadata by @whiterabbit1983 in #204
  • fix: Display agent instructions by @whiterabbit1983 in #205
  • fix: Disable model-serving by default by @creatorrr in #207
  • fix: patch fix for function calling by @alt-glitch in #203
  • remove model surgery notebooks by @alt-glitch in #208
  • feat: Create github action changelog-ci.yml by @creatorrr in #209
  • Sweep: Add a detailed README.md in the memory-store/ directory by @sweep-ai in #214
  • fix: Display agent instructions by @whiterabbit1983 in #216
  • Sweep: Add a detailed README.md in the examples/ directory by @sweep-ai in #215
  • fix: Set metadata to an empty dict by default by @whiterabbit1983 in #217
  • Sweep: Update the docstrings and comments in sdks/ts/src/env.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #235
  • Sweep: Update the docstrings and comments in sdks/ts/src/managers/memory.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #236
  • Sweep: Update the docstrings and comments in sdks/ts/src/utils/invariant.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #237
  • Sweep: Update the docstrings and comments in sdks/ts/src/managers/agent.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #238
  • Sweep: Update the docstrings and comments in sdks/ts/src/managers/tool.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #239
  • Sweep: Update the docstrings and comments in sdks/ts/src/utils/isValidUuid4.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #240
  • Sweep: Update the docstrings and comments in sdks/ts/src/client.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #241
  • Sweep: Update the docstrings and comments in sdks/ts/src/utils/requestConstructor.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #242
  • Sweep: Update the docstrings and comments in sdks/ts/src/managers/base.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #243
  • Sweep: Update the docstrings and comments in sdks/ts/src/managers/user.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #244
  • Sweep: Update the docstrings and comments in sdks/ts/src/managers/session.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #245
  • Sweep: Update the docstrings and comments in sdks/ts/src/utils/openaiPatch.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #246
  • Sweep: Update the docstrings and comments in sdks/ts/src/managers/doc.ts to fix any issues and mismatch between the comment and associated code by @sweep-ai in #247
  • doc(sdks/ts): Generate documentation for the typescript SDK by @creatorrr in #248
  • Sweep: Update the docstrings and comments in sdks/python/julep/env.py to fix any issues and mismatch between the comments present and surrounding code by @sweep-ai in #262
  • Sweep: Update the docstrings and comments in sdks/python/julep/managers/memory.py to fix any issues and mismatch between the comments present and surrounding code by @sweep-ai in #271
  • Sweep: Update the docstrings and comments in sdks/python/julep/utils/openai_patch.py to fix any issues and mismatch between the comments present and surrounding code by @sweep-ai in #270
  • Sweep: Update the docstrings and comments in sdks/python/julep/managers/base.py to fix any issues and mismatch between the comments present and surrounding code by @sweep-ai in #263
  • Sweep: Update the docstrings and comments in sdks/python/julep/managers/types.py to fix any issues and mismatch between the comments present and surrounding code by @sweep-ai in #269
  • Sweep: Update the docstrings and comments in sdks/python/julep/managers/utils.py to fix any issues and mismatch between the comments present and surrounding code by @sweep-ai in #268
  • Sweep: Update the docstrings and comments in sdks/python/julep/managers/tool.py to fix any issues and mismatch between the comments present and surrounding code by @sweep-ai in #267
  • Sweep: Update the docstrings and comments in sdks/python/julep/managers/doc.py to fix any issues and mismatch between the comments present and surrounding code by @sweep-ai in #266
  • Sweep: Update the docstrings and comments in sdks/python/julep/managers/session.py to fix any issues and mismatch between the comments present and surrounding code by @sweep-ai in #265
  • Sweep: Update the docstrings and comments in sdks/python/julep/managers/agent.py to fix any issues and mismatch between the comments present and surrounding code by @sweep-ai in #264
  • refactor(agents-api): Add decorator to wrap cozo queries inside and execute by @creatorrr in #273
  • feat: update python sdk docs by @philipbalbas in #272
  • fix: Set default values for function description and parameters by @whiterabbit1983 in #274
  • feat(openapi): Update spec to include role=function + render_templates by @creatorrr in #276
  • docs: update SUMMARY.md by @philipbalbas in #281
  • chore(deps): bump fastapi from 0.109.2 to 0.110.1 in /agents-api in the pip group across 1 directory by @dependabot in #280
  • chore(deps): bump idna from 3.6 to 3.7 in /memory-store/backup by @dependabot in #278
  • chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /sdks/ts by @dependabot in #277
  • F/update julep docs by @philipbalbas in #282
  • fix: Fix queries calls by @whiterabbit1983 in #283
  • Sweep: Create CONTRIBUTING.md based on README.md in the root / directory by @sweep-ai in #285
  • feat: added docker-compose.yml and .env.example for self-hosting by @alt-glitch in #286
  • fix: Set default value for user's about text by @whiterabbit1983 in #287
  • fix: Update sessions with given IDs only by @whiterabbit1983 in #290
  • F/readme update by @alt-glitch in #291
  • feat: Truncate messages by @whiterabbit1983 in #294
  • x/fix python sdk by @creatorrr in #296
  • feat(agents-api): Allow single instructions str for agents by @creatorrr in #297
  • fix: Session.user_id should be optional by @creatorrr in #298
  • feat(agents-api): Add jinja templates support by @creatorrr in #300

New Contributors

Full Changelog: https://github.com/julep-ai/julep/commits/v0.3.2