Skip to content

Latest commit

 

History

History
288 lines (240 loc) · 31 KB

CHANGELOG.md

File metadata and controls

288 lines (240 loc) · 31 KB

v1.0.0-alpha1 - 30 Sep 2024

What's Changed

Full Changelog: https://github.com/julep-ai/julep/compare/v0.4.1...v1.0.0-alpha1

Changes

v0.4.1 - 28 Sep 2024

What's Changed

New Contributors

Full Changelog: https://github.com/julep-ai/julep/compare/v0.4.0...v0.4.1

Changes

v0.4.0 - 28 Sep 2024

What's Changed

New Contributors

Full Changelog: https://github.com/julep-ai/julep/compare/v0.3.4...v0.4.0

Changes

v0.3.4 - 31 May 2024

What's Changed

Full Changelog: https://github.com/julep-ai/julep/compare/v0.3.3...v0.3.4

Changes

v0.3.3 - 17 May 2024

What's Changed

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

Changes

v0.3.2 - 27 Apr 2024

  • Initial github release

What's Changed

  • fix(python-sdk): temporarily remove async types by @philipbalbas in julep-ai#196
  • fix: Set empty string as a default value for function description by @whiterabbit1983 in julep-ai#195
  • feat: exception handling for api keys and models by @alt-glitch in julep-ai#197
  • feat: Create and push docker images to hub by @creatorrr in julep-ai#198
  • fix: Sessions update by @whiterabbit1983 in julep-ai#201
  • fix: Sessions update by @whiterabbit1983 in julep-ai#202
  • feat(sdk): update tools by @philipbalbas in julep-ai#206
  • fix: Merge agent and user metadata by @whiterabbit1983 in julep-ai#204
  • fix: Display agent instructions by @whiterabbit1983 in julep-ai#205
  • fix: Disable model-serving by default by @creatorrr in julep-ai#207
  • fix: patch fix for function calling by @alt-glitch in julep-ai#203
  • remove model surgery notebooks by @alt-glitch in julep-ai#208
  • feat: Create github action changelog-ci.yml by @creatorrr in julep-ai#209
  • Sweep: Add a detailed README.md in the memory-store/ directory by @sweep-ai in julep-ai#214
  • fix: Display agent instructions by @whiterabbit1983 in julep-ai#216
  • Sweep: Add a detailed README.md in the examples/ directory by @sweep-ai in julep-ai#215
  • fix: Set metadata to an empty dict by default by @whiterabbit1983 in julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#247
  • doc(sdks/ts): Generate documentation for the typescript SDK by @creatorrr in julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#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 julep-ai#264
  • refactor(agents-api): Add decorator to wrap cozo queries inside and execute by @creatorrr in julep-ai#273
  • feat: update python sdk docs by @philipbalbas in julep-ai#272
  • fix: Set default values for function description and parameters by @whiterabbit1983 in julep-ai#274
  • feat(openapi): Update spec to include role=function + render_templates by @creatorrr in julep-ai#276
  • docs: update SUMMARY.md by @philipbalbas in julep-ai#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 julep-ai#280
  • chore(deps): bump idna from 3.6 to 3.7 in /memory-store/backup by @dependabot in julep-ai#278
  • chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /sdks/ts by @dependabot in julep-ai#277
  • F/update julep docs by @philipbalbas in julep-ai#282
  • fix: Fix queries calls by @whiterabbit1983 in julep-ai#283
  • Sweep: Create CONTRIBUTING.md based on README.md in the root / directory by @sweep-ai in julep-ai#285
  • feat: added docker-compose.yml and .env.example for self-hosting by @alt-glitch in julep-ai#286
  • fix: Set default value for user's about text by @whiterabbit1983 in julep-ai#287
  • fix: Update sessions with given IDs only by @whiterabbit1983 in julep-ai#290
  • F/readme update by @alt-glitch in julep-ai#291
  • feat: Truncate messages by @whiterabbit1983 in julep-ai#294
  • x/fix python sdk by @creatorrr in julep-ai#296
  • feat(agents-api): Allow single instructions str for agents by @creatorrr in julep-ai#297
  • fix: Session.user_id should be optional by @creatorrr in julep-ai#298
  • feat(agents-api): Add jinja templates support by @creatorrr in julep-ai#300

New Contributors

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

Changes

v0.3.0 - 27 Apr 2024

Changes

v0.2.12 - 27 Apr 2024

Changes