Skip to content

Releases: dapr/dapr-agents

v0.10.5

16 Dec 15:49
ab4e7fc

Choose a tag to compare

What's Changed

  • Feat/expand agent metadata by @CasperGN in #297
  • fix: use teams for codeowners instead of git handles by @sicoyle in #300
  • fix: add agent type & registration at fields. Ensure metadata becomes… by @CasperGN in #299
  • fix: add grpc instrumentor for w3c trace propagation to dapr sidecar by @CasperGN in #302
  • docs: add local dev docs for py pkgs + runtime changes by @sicoyle in #301
  • feat: add component_name if using dapr chat client for agent metadata by @CasperGN in #304
  • style: update PR template wording by @CasperGN in #303
  • fix: improve type checking for the mcp and toolbox functions by @CasperGN in #306
  • ci: add stale bot to clean up stale issues and PRs by @CasperGN in #305
  • Fix/specify loglevel by @CasperGN in #307
  • sec: fix high security vulnerabilities in quickstarts by @sicoyle in #308
  • Refactor quickstarts: reorganized hello-world by @bibryam in #296
  • Feat/default agent stores by @CasperGN in #309

Full Changelog: v0.10.4...v0.10.5

v0.10.4

11 Dec 20:55
0cddef6

Choose a tag to compare

What's Changed

  • Refactor quickstart organization and naming by @bibryam in #285
  • Fix/280 tool result model by @CasperGN in #289
  • Fix/277 runner lifecycling by @CasperGN in #283
  • fix: correct path on docker compose file and use python3 over 3.10 (user has to manage their 3 version) by @CasperGN in #291
  • chore: move py.typed file into dapr_agents pkg for it to take effect by @CasperGN in #290
  • Fix/287 extract structuredcontent mcp tool by @CasperGN in #288
  • Fix/281 session aware memory by @CasperGN in #292
  • Feat/mcp toolbox for db by @CasperGN in #293

Full Changelog: v0.10.3...v0.10.4

v0.10.3

26 Nov 17:21
3426cec

Choose a tag to compare

What's Changed

  • Add callback method to orchestrator to get final output by @yaron2 in #279
  • Workflow summary fix by @yaron2 in #282

Full Changelog: v0.10.2...v0.10.3

v0.10.2

25 Nov 20:39
13feed2

Choose a tag to compare

What's Changed

  • fix: correct state race condition by @sicoyle in #270
  • test: add rest of quickstarts plus wip starting with 05 ones by @sicoyle in #272
  • feat: add PR template for us by @sicoyle in #271
  • Chore/type checking executors by @CasperGN in #262
  • Remove distutils dependency from DaprHTTPClient by @Cyb3rWard0g in #265
  • fix: bump gh action version for docker issue by @sicoyle in #273
  • fix: clean up venvs after each qs dir test to help run in ci by @sicoyle in #274

Full Changelog: v0.10.1...v0.10.2

v0.10.1

12 Nov 00:19
8d63690

Choose a tag to compare

What's Changed

  • Update Observability for WorkflowRunner & Standalone Agents and Tracing Quickstarts by @Cyb3rWard0g in #268
  • fix: final fixes before release by @sicoyle in #269

Full Changelog: v0.10.0...v0.10.1

v0.10.0

10 Nov 23:01
3dcf286

Choose a tag to compare

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

Full Changelog: v0.9.3...v0.10.0

Dapr Agents v0.9.3

02 Oct 21:36
15c014c

Choose a tag to compare

What's Changed

  • make dapr the default and add component_name option to dapr client by @filintod in #211
  • fix: allow us to run daprd at edge version by @sicoyle in #218
  • dapr default better devex by @filintod in #214
  • feat: fix llm orchestrator + tracing + sessions for long-term memory by @sicoyle in #213
  • Fix: durable agent context by @sicoyle in #223
  • Fix quickstarts againn by @sicoyle in #224

Full Changelog: v0.9.2...v0.9.3

Dapr Agents v0.9.2

24 Sep 22:40
a346cee

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

Dapr Agents v0.9.1

18 Sep 15:42
ca43719

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

Dapr Agents v0.9.0

17 Sep 21:50
2fb216e

Choose a tag to compare

What's Changed

  • use dapr client in python sdk for LLM by @filintod in #200
  • fix: enable durable agent to keep existing workflow upon by @sicoyle in #197

Full Changelog: v0.8.4...v0.9.0