v0.10.0
What's Changed
- Removed reference to a .NET implementation of agents by @WhitWaldo in #226
- Updated readme with the new docs location by @bibryam in #228
- Update README.md by @yaron2 in #229
- fix quickstart 5, use env secret store by @filintod in #231
- fix: decouple memory + state to work with one and/or both by @sicoyle in #236
- Simplify agent creation part one by @sicoyle in #237
- feat: enable grpc config on agent instantiation by @sicoyle in #238
- style: rm code snippets in readmes that get outdated by @sicoyle in #242
- Enable native Dapr workflows with LLM and Agent decorators by @Cyb3rWard0g in #232
- Enable Native Dapr Workflows with Message Router Decorators by @Cyb3rWard0g in #233
- Cyb3rward0g/llm agent activities by @sicoyle in #244
- Revert "Merge pull request #237 from sicoyle/simplify-agent-creation-… by @sicoyle in #245
- fix: address conflicts to start by @sicoyle in #246
- feat: create execution config class by @sicoyle in #243
- Fix/try rebasing by @sicoyle in #247
- [WIP] Removed Several Abstractions and Enabled Lighter Durable Agents and Orchestrators by @Cyb3rWard0g in #240
- Refactor: Auto-inject Agent State Schemas and simplify agent configuration API by @Cyb3rWard0g in #249
- test: automate testing our quickstarts by @sicoyle in #253
- Support configurable workflow gRPC payload limits for agents and orchestrators by @Cyb3rWard0g in #250
- fix: update perms to comment back + more tests to run by @sicoyle in #255
- fix: continue iterating testing against ci by @sicoyle in #256
- build: only allow approvers/maintainers to run int tests by @sicoyle in #257
- fix: use existing gh action instead for this by @sicoyle in #258
- fix: use usernames for now just to prevent usage abuse on api credits by @sicoyle in #259
- Chore/type checking types 01 by @CasperGN in #105
- fix: update my own username lol by @sicoyle in #260
- fix: add back deps to run pytest by @sicoyle in #261
- Fix DurableAgent workflow execution and parameter type hint warnings by @Cyb3rWard0g in #263
- Fix DurableAgent Tool Call ID format, Async Result Handling and Results Serialization by @Cyb3rWard0g in #264
- Expose durable runner modes (run/subscribe/serve) and document new quickstart flows by @Cyb3rWard0g in #266
- Serve-Ready Orchestrators & Fixed Quickstarts by @Cyb3rWard0g in #267
New Contributors
- @WhitWaldo made their first contribution in #226
Full Changelog: v0.9.3...v0.10.0