v0.4.0
What's Changed
- feat(agents-api): Add cozo migrations for tasks schema by @creatorrr in #349
- feat(agents-api): updated openapi schema for tasks spec by @alt-glitch in #350
- Update README.md by @ijindal1 in #384
- Update README.md by @ijindal1 in #385
- feat(agents-api): cozo queries for tasks by @creatorrr in #352
- fix(sdks/ts): Fixed bugs, updated sdk by @alt-glitch in #390
- feat(agents-api): Toy implementation of Tasks by @creatorrr in #391
- feat(agents-api): Adaptive context (via recursive summarization) by @creatorrr in #306
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /sdks/ts in the npm_and_yarn group across 1 directory by @dependabot in #394
- v/0.3.9 by @creatorrr in #395
- feat(tasks): Enable all fields of ExecutionInput by @creatorrr in #396
- feat(tasks): Update execution transition relation by @creatorrr in #397
- fix: Handle prompt too big error by @whiterabbit1983 in #401
- feat(sdks/ts): Add adaptive context options to the SDK by @creatorrr in #404
- feat(sdks/ts): Add runtime validations for TS SDK by @creatorrr in #425
- refactor(agents-api): Rework routers to split routes into individual files by @creatorrr in #422
- support for
Hermes-2-Theta-Llama-3-8B
as default OSS model by @alt-glitch in #424 - fix: Add exception handler for litellm API error by @whiterabbit1983 in #432
- fix(openapi): Fix mistakes in openapi.yaml file by @creatorrr in #434
- fix: Apply various small fixes to task execution logic by @whiterabbit1983 in #436
- Codegen for all new typespec types by @creatorrr in #435
- feat(agents-api): New chat context query and model by @creatorrr in #437
- feat(agents-api): Add get_transition query by @creatorrr in #438
- chore: Disable all the routes except of tasks and agents by @whiterabbit1983 in #439
- fix(agents-api): Fix execution input query by @creatorrr in #440
- f/wait for input step by @creatorrr in #441
- feat(agents-api): Implement doc* models by @creatorrr in #442
- Reimplement tests for queries and operations by @creatorrr in #443
- feat(agents-api): Hybrid docs search by @creatorrr in #444
- feat(agents-api): Add temporal workflow lookup relation and queries by @creatorrr in #446
- feat: new routes for docs, users, search by @creatorrr in #445
- feat(agents-api): Add litellm proxy to docker compose by @creatorrr in #448
- fix(agents-api): Fixed tests for models and queries by @creatorrr in #449
- creatorrr/f add missing tests by @creatorrr in #450
- feat(agents-api): Add route tests by @creatorrr in #451
- Add tests for docs routes by @creatorrr in #452
- feat(agents-api): Preliminary implementation of session.chat by @creatorrr in #453
- feat(agents-api): Make chat route tests pass by @creatorrr in #454
- feat(agents-api): Add some workflow tests by @creatorrr in #456
- fix(agents-api): Minor fix to tests by @creatorrr in #457
- f/task tests by @creatorrr in #458
- feat(agents-api): ALL TESTS PASS!! :D by @creatorrr in #459
- feat: Add test for evaluate step by @creatorrr in #460
- fix(agents-api): Fix typespec for foreach step and regenerate by @creatorrr in #461
- fix(agents-api): Fix the typespec bug and regenerate by @creatorrr in #462
- x/fix codec by @creatorrr in #463
- feat(agents-api): Add YAML support by @creatorrr in #464
- refactor(agents-api): Minor refactors to typespec types by @creatorrr in #465
- fix(agents-api): Fix map reduce step and activity by @creatorrr in #466
- fix(agents-api): Make the sample work by @creatorrr in #467
- Dev tasks by @whiterabbit1983 in #447
- fix: Build cozo-bin docker image directly from cozo repo by @creatorrr in #469
- feat(memory-store): Add backup cronjob by @creatorrr in #470
- fix: Fix deployment docker compose and move temporal into separate service by @creatorrr in #471
- fix(agents-api): Fix prompt step by @creatorrr in #472
- fix(agents-api): Fix task execution logic by @creatorrr in #473
- Fix create agent tool by @HamadaSalhab in #474
- fix(agents-api): Fix bug in task-execution workflow and uuid-int-list-to-str fn by @creatorrr in #476
- fix(agents-api): Fix prompt render, codec and task execution by @creatorrr in #478
- fix(agents-api): Fix more render issues, execution logic by @creatorrr in #479
- x/fix task execution by @creatorrr in #482
- text-embeddings-inference-cpu temp fix for Apple Silicon CPUs by @HamadaSalhab in #480
- fix(agents-api): Fix task execution logical errors by @creatorrr in #483
- feat(agents-api): Transitions stream SSE endpoint by @creatorrr in #485
- feat(agents-api): Set/get steps based on workflow state by @creatorrr in #484
- Scrum 22 [FIX] agents api list agent tools is returning an empty list by @HamadaSalhab in #487
- fix(agents-api,typespec): Fix chat/entry typespec models to include tool_calls by @creatorrr in #489
- fix: Change log-step to a jinja template rather than a simpleeval expression by @creatorrr in #488
- feat(agents-api): Add parallelism option to map-reduce step by @creatorrr in #490
- fix: Fix import by @whiterabbit1983 in #494
- misc fixes by @creatorrr in #495
- build(deps): Bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot in #493
- hotfix: Apply a temp hotfix for sessions.chat by @creatorrr in #497
- hotfix(agents-api): Fix session.situation not being rendered by @creatorrr in #499
- feat: Add agent tools to completion data before sending to litellm in prompt by @creatorrr in #498
- dev -> main by @creatorrr in #502
- fix(agents-api): fix create_agent and create_or_update_agent query by @creatorrr in #503
- fix(llm-proxy): Update docker image to main-v1.46.2 by @creatorrr in #504
- Add custom api key support to chat endpoint by @HamadaSalhab in #507
- fix(agents-api): Fix doc recall using search by text by @creatorrr in #506
- docs: update api.md by @eltociear in #508
- fix: Get PostgreSQL settings via env vars by @whiterabbit1983 in #509
- main <- dev by @creatorrr in #511
- Vertex AI client by @whiterabbit1983 in #510
- fix: Retry worker on runtime errors by @whiterabbit1983 in #512
- dev -> main by @creatorrr in #514
- Implement ToolCallStep & Fix transition after PromptStep by @HamadaSalhab in #513
- doc: Update README.md with announcement update by @creatorrr in #517
- feat: Add basic support for integration tools to ToolStep by @creatorrr in #519
- feat(integration-service): Add integrations service by @HamadaSalhab in #520
- feat(agents-api,integrations): Working integrations for tool-call step by @creatorrr in #521
- fix(agents-api): Fix wait for input step by @HamadaSalhab in #522
- feat(agents-api): Add support for reading setup args from metadata and Upgrade to python 3.12 by @creatorrr in #525
- feat: Add docker bake builder by @creatorrr in #528
- fix: Minor fix to docker bake github actions by @creatorrr in #529
- feat: Add changelog from release notes by @creatorrr in #530
New Contributors
- @ijindal1 made their first contribution in #384
- @HamadaSalhab made their first contribution in #474
- @eltociear made their first contribution in #508
Full Changelog: v0.3.4...v0.4.0