Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: dapr/dapr-agents

v1.0.4

11 Jun 15:06
@sicoyle sicoyle
1666267
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • fix: correct example by @CasperGN in #624
  • Clarify vulnerability reporting process in SECURITY.md by @CasperGN in #632
  • fix: correct leftover components refs in readme by @CasperGN in #623
  • chore(deps): Bump huggingface-hub from 1.7.1 to 1.15.0 by @dependabot[bot] in #625
  • fix(observability): resolve tool name in logs by @sicoyle in #633
  • chore(deps): Bump regex from 2026年4月4日 to 2026年5月9日 by @dependabot[bot] in #626
  • chore(deps-dev): Bump pytest-rerunfailures from 16.1 to 16.3 by @dependabot[bot] in #637
  • chore(deps): Bump uvicorn from 0.44.0 to 0.48.0 by @dependabot[bot] in #634
  • feat(agents): add activation hooks for trigger extensions by @CasperGN in #638
  • feat(mcp): MCPServer auto-discovery via Dapr metadata API + workflow orchestration by @sicoyle in #612

Full Changelog: v1.0.3...v1.0.4

Contributors

CasperGN, sicoyle, and dependabot
Assets 2
Loading

v1.0.3

19 May 20:51
@sicoyle sicoyle
0894cdd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • feat(llm): implement Prompty support for MistralChatClient by @Rishabh-git10 in #593
  • Fix otel dependencies by @yaron2 in #594
  • feat: add human-in-the-loop support by @1Ninad in #571
  • feat(logger): implement ContextAwareLogger to suppress workflow replay duplicates by @Rishabh-git10 in #584
  • chore(deps): Bump toolbox-core from 0.6.0 to 1.0.0 by @dependabot[bot] in #566
  • chore(deps): Bump regex from 2026年2月28日 to 2026年4月4日 by @dependabot[bot] in #565
  • Implement AnthropicChatClient by @seherv in #597
  • feat(hooks): wire before_llm_call and after_llm_call in DurableAgent by @CasperGN in #596
  • Feat/569 agent executor base by @CasperGN in #577
  • fix(agents): scope activity names per agent, guard run_tool by @CasperGN in #576
  • fix: structured-output resilience in orchestration and memory summarization by @CasperGN in #592
  • fix(598): allow passing gRPC options for message size either through AgentExecutionConfig or DAPR_GRPC_MAX_INBOUND_MESSAGE_SIZE_BYTES env var by @CasperGN in #599

New Contributors

Full Changelog: v1.0.2...v1.0.3

Contributors

seherv, CasperGN, and 4 other contributors
Loading

v1.0.2

30 Apr 15:18
@sicoyle sicoyle
aee7881
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • chore(deps): Bump mcp from 1.26.0 to 1.27.0 by @dependabot[bot] in #567
  • chore(deps): Bump openai from 2.11.0 to 2.29.0 by @dependabot[bot] in #551
  • stop over-sanitizing valid names by @cicoyle in #572
  • chore(deps-dev): Bump pytest-cov from 7.0.0 to 7.1.0 by @dependabot[bot] in #554
  • chore(deps-dev): Bump redisvl from 0.16.0 to 0.17.0 by @dependabot[bot] in #579
  • chore(deps-dev): Bump pytest from 8.4.2 to 9.0.3 by @dependabot[bot] in #578
  • Fix/agent workflow name handshake by @CasperGN in #574
  • chore(deps): Bump opentelemetry-exporter-otlp from 1.40.0 to 1.41.0 by @dependabot[bot] in #580
  • chore(deps): Bump uvicorn from 0.42.0 to 0.44.0 by @dependabot[bot] in #586
  • chore(deps): lax otel version to coexist with google-adk by @CasperGN in #591
  • feat(llm): add Mistral as an LLM provider by @Rishabh-git10 in #562

New Contributors

Full Changelog: v1.0.1...v1.0.2

Contributors

CasperGN, cicoyle, and 2 other contributors
Loading

v1.0.1

14 Apr 18:48
@sicoyle sicoyle
4e8dbc4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump sentence-transformers from 5.2.3 to 5.3.0 by @dependabot[bot] in #542
  • chore(deps-dev): Bump redisvl from 0.15.0 to 0.16.0 by @dependabot[bot] in #543
  • chore(deps): Bump huggingface-hub from 1.6.0 to 1.7.1 by @dependabot[bot] in #545
  • fix(docs): correct example readme files & return chainlit examples using DurableAgent instead of Agent by @CasperGN in #549
  • refactor: officially rm agent class by @sicoyle in #550
  • chore(deps): Bump uvicorn from 0.41.0 to 0.42.0 by @dependabot[bot] in #552
  • test(prompt): add prompt unit tests by @sicoyle in #553
  • chore(deps): force 7 day quarantine on packages by @CasperGN in #559
  • chore(deps-dev): Bump torch from 2.9.1 to 2.11.0 by @dependabot[bot] in #557
  • chore(deps): Bump cloudevents from 1.12.0 to 2.0.0 by @dependabot[bot] in #558
  • chore(deps): Bump opentelemetry-exporter-zipkin-json from 1.39.1 to 1.40.0 by @dependabot[bot] in #514
  • fix(563): remove lock on workflow creation for runner as it blocks scheduling of other workflows by @CasperGN in #564

Full Changelog: v1.0.0...v1.0.1

Contributors

CasperGN, sicoyle, and dependabot
Loading

v1.0.0

19 Mar 20:38
@sicoyle sicoyle
226d4ab
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • fix: ensure purge clears workflow state and long-term memory by @1Ninad in #461
  • fix: correct quickstarts README paths and pubsub name by @bibryam in #463
  • fix: use correct messages parameter in workflow LLM quickstart by @bibryam in #464
  • feat: agents as tools by @sicoyle in #455
  • chore(license): add 2026 Apache headers across repository files by @anujboddu in #475
  • feat: add deprecation warning to Agent class by @Synaptara in #479
  • Feat/hot reload otel vars by @CasperGN in #469
  • style: update agent wf name by @sicoyle in #470
  • feat: add ToolExecutionMode for parallel/sequential tool execution by @AlonNaor22 in #480
  • fix: handle summarize bug + concurrent registrations by @sicoyle in #483
  • fix(build): activate venv to have deps to run test by @sicoyle in #484
  • style: update workflow activity names by @Faakhir30 in #486
  • fix(ci): correct the check for metadata to look at head latest.json vs pr branch latest.json by @CasperGN in #491
  • fix: allow passing entry to avoid multiple get/save state calls during agent workflow by @CasperGN in #490
  • chore: remove previously deprecated orchestrators by @CasperGN in #488
  • chore(deps): pin python-sdk and durabletask by @CasperGN in #489
  • Chore/contributing.md by @CasperGN in #487
  • feat(ci): add ollama run in CI for E2E testing by @CasperGN in #492
  • Feat/genai semconv by @CasperGN in #460
  • chore(deps): Bump actions/cache from 4 to 5 by @dependabot[bot] in #494
  • chore(deps): Bump docker/setup-docker-action from 4 to 5 by @dependabot[bot] in #495
  • fix: correct bug in summarization step by @sicoyle in #493
  • refactor: propagate workflow failures by @sicoyle in #496
  • feat: tool state revamp by @sicoyle in #497
  • Style only export when needed by @sicoyle in #498
  • fix: allow calling other agent frameworks + agent name updates by @sicoyle in #499
  • feat: use streaming subscriptions by @sicoyle in #500
  • fix(mcp): random fixes i needed for release note agent by @sicoyle in #450
  • feat: add redis vector store by @sicoyle in #501
  • fix(build): uninstall dapr before init just in case by @sicoyle in #502
  • fix: fail agent if pubsub is not available by @sicoyle in #503
  • Fix/final cherry pickings for release by @sicoyle in #505
  • Fix security vulnerabilities for release by @sicoyle in #504
  • refactor: don't expose agent class by @sicoyle in #506
  • chore(deps-dev): Bump chromadb from 1.0.13 to 1.5.2 by @dependabot[bot] in #507
  • chore(deps): Bump numpy from 2.3.5 to 2.4.2 by @dependabot[bot] in #508
  • chore(deps): Bump regex from 2025年11月3日 to 2026年2月28日 by @dependabot[bot] in #509
  • chore(deps): Bump uvicorn from 0.38.0 to 0.41.0 by @dependabot[bot] in #510
  • chore(deps-dev): Bump sentence-transformers from 4.1.0 to 5.2.3 by @dependabot[bot] in #511
  • Fix/bug long lived dapr chat client by @CasperGN in #513
  • fix: resolve case-sensitivity in assign command and fix assignee check by @Synaptara in #485
  • chore(deps): Bump huggingface-hub from 0.36.0 to 1.5.0 by @dependabot[bot] in #515
  • chore(deps): Bump rich from 13.9.4 to 14.3.3 by @dependabot[bot] in #517
  • chore(docs): ensure quickstart mentions init of dapr by @CasperGN in #519
  • chore(deps): Bump posthog from 5.4.0 to 7.9.7 by @dependabot[bot] in #521
  • chore(deps): Bump opentelemetry-api from 1.39.1 to 1.40.0 by @dependabot[bot] in #522
  • chore: cleanup quickstart by removing env template script and using envRef in components by @Gimzou in #525
  • chore(deps-dev): Bump redisvl from 0.13.2 to 0.15.0 by @dependabot[bot] in #527
  • chore(deps): Bump toolbox-core from 0.5.3 to 0.6.0 by @dependabot[bot] in #528
  • chore(deps-dev): Bump pytest-rerunfailures from 15.1 to 16.1 by @dependabot[bot] in #529
  • Feat/harmonize env ref by @Gimzou in #535
  • chore(deps-dev): Bump pytest-asyncio from 0.23.8 to 1.3.0 by @dependabot[bot] in #531
  • fix: workflow tweaks for broadcast by @sicoyle in #530
  • chore(deps-dev): Bump ruff from 0.14.13 to 0.15.5 by @dependabot[bot] in #532
  • chore(deps-dev): Bump cachetools from 6.2.2 to 7.0.5 by @dependabot[bot] in #533
  • fix(mcp) various stdio mcp fixes by @sicoyle in #536
  • chore(deps): Bump huggingface-hub from 1.5.0 to 1.6.0 by @dependabot[bot] in #538
  • feat: add agent.workflow start method by @sicoyle in #526
  • feat: bump metadata schema version in prep for v1.0.0 release by @sicoyle in #539
  • fix: durable agent concurrency, broadcast memory, and pub/sub dedup by @sicoyle in #537
  • chore: bump py sdk version for 1.0 release by @sicoyle in #540
  • Chore/sec vulnerabilities for 1.0 by @sicoyle in #541

New Contributors

Full Changelog: v0.13.0...v1.0.0

Loading
armelhbobdad and howlowck reacted with hooray emoji armelhbobdad reacted with heart emoji lukemurraynz reacted with rocket emoji
3 people reacted

v1.0.0-rc.2

11 Mar 21:45
@sicoyle sicoyle
3da1c9a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

v1.0.0-rc.2 Pre-release
Pre-release

What's Changed

  • chore(deps-dev): Bump chromadb from 1.0.13 to 1.5.2 by @dependabot[bot] in #507
  • chore(deps): Bump numpy from 2.3.5 to 2.4.2 by @dependabot[bot] in #508
  • chore(deps): Bump regex from 2025年11月3日 to 2026年2月28日 by @dependabot[bot] in #509
  • chore(deps): Bump uvicorn from 0.38.0 to 0.41.0 by @dependabot[bot] in #510
  • chore(deps-dev): Bump sentence-transformers from 4.1.0 to 5.2.3 by @dependabot[bot] in #511
  • Fix/bug long lived dapr chat client by @CasperGN in #513

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

Contributors

CasperGN and dependabot
Loading

v1.0.0-rc.1

10 Mar 21:08
@sicoyle sicoyle
5fb06bb
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

v1.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • fix: ensure purge clears workflow state and long-term memory by @1Ninad in #461
  • fix: correct quickstarts README paths and pubsub name by @bibryam in #463
  • fix: use correct messages parameter in workflow LLM quickstart by @bibryam in #464
  • feat: agents as tools by @sicoyle in #455
  • chore(license): add 2026 Apache headers across repository files by @anujboddu in #475
  • feat: add deprecation warning to Agent class by @Synaptara in #479
  • Feat/hot reload otel vars by @CasperGN in #469
  • style: update agent wf name by @sicoyle in #470
  • feat: add ToolExecutionMode for parallel/sequential tool execution by @AlonNaor22 in #480
  • fix: handle summarize bug + concurrent registrations by @sicoyle in #483
  • fix(build): activate venv to have deps to run test by @sicoyle in #484
  • style: update workflow activity names by @Faakhir30 in #486
  • fix(ci): correct the check for metadata to look at head latest.json vs pr branch latest.json by @CasperGN in #491
  • fix: allow passing entry to avoid multiple get/save state calls during agent workflow by @CasperGN in #490
  • chore: remove previously deprecated orchestrators by @CasperGN in #488
  • chore(deps): pin python-sdk and durabletask by @CasperGN in #489
  • Chore/contributing.md by @CasperGN in #487
  • feat(ci): add ollama run in CI for E2E testing by @CasperGN in #492
  • Feat/genai semconv by @CasperGN in #460
  • chore(deps): Bump actions/cache from 4 to 5 by @dependabot[bot] in #494
  • chore(deps): Bump docker/setup-docker-action from 4 to 5 by @dependabot[bot] in #495
  • fix: correct bug in summarization step by @sicoyle in #493
  • refactor: propagate workflow failures by @sicoyle in #496
  • feat: tool state revamp by @sicoyle in #497
  • Style only export when needed by @sicoyle in #498
  • fix: allow calling other agent frameworks + agent name updates by @sicoyle in #499
  • feat: use streaming subscriptions by @sicoyle in #500
  • fix(mcp): random fixes i needed for release note agent by @sicoyle in #450
  • feat: add redis vector store by @sicoyle in #501
  • fix(build): uninstall dapr before init just in case by @sicoyle in #502
  • fix: fail agent if pubsub is not available by @sicoyle in #503
  • Fix/final cherry pickings for release by @sicoyle in #505
  • Fix security vulnerabilities for release by @sicoyle in #504
  • refactor: don't expose agent class by @sicoyle in #506

New Contributors

Full Changelog: v0.13.0...v1.0.0-rc.1

Loading
sicoyle reacted with heart emoji
1 person reacted

v0.13.0

05 Mar 14:37
@sicoyle sicoyle
6075082
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • fix(bug): ensure deterministic wf execution on orchestrator by @CasperGN in #453
  • style: rename statestore by @sicoyle in #431
  • Fix(372) agent metadata model by @CasperGN in #373
  • Fix/observability env vars by @CasperGN in #458
  • feat: enable hot-reloading of DurableAgent through Dapr Configuration Store with subscribing by @CasperGN in #448

Full Changelog: v0.12.0...v0.13.0

Contributors

CasperGN and sicoyle
Loading

v0.12.0

17 Feb 14:59
@sicoyle sicoyle
412cc0e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Update Dapr Agents logo & icon by @marcduiker in #430
  • feat: Introduce 03-standalone-agent-tool-call quickstart and updates by @0Xuser100 in #435
  • chore(clean): remove dupe compose file also found in 03-standalone-agent-tool-call by @CasperGN in #436
  • fix(orchestrators): update them to use composition too now by @sicoyle in #433
  • Feat durable agent orchestrator by @CasperGN in #437
  • refactor: make quickstarts only fundamentals by @sicoyle in #432
  • refactor: state revamp by @sicoyle in #438
  • Feat(devex): add pre commit hooks by @CasperGN in #446

New Contributors

Full Changelog: v0.11.0...v0.12.0

Contributors

marcduiker, CasperGN, and 2 other contributors
Loading

v0.11.0

02 Feb 16:04
@sicoyle sicoyle
c4d9fa3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • chore(deps): Bump astral/uv from ae4e4c7 to 8068e4c in /quickstarts/05-multi-agent-workflow-k8s/services/frodo by @dependabot[bot] in #389
  • chore(deps): Bump python from b8d8b99 to 97e9392 in /quickstarts/05-multi-agent-workflow-k8s/services/frodo by @dependabot[bot] in #388
  • Fix(devex) remove tox by @CasperGN in #395
  • chore(deps): Bump astral/uv from ae4e4c7 to 8068e4c in /quickstarts/05-multi-agent-workflow-k8s/services/gandalf by @dependabot[bot] in #385
  • chore(deps): Bump python from b8d8b99 to 97e9392 in /quickstarts/05-multi-agent-workflow-k8s/services/sam by @dependabot[bot] in #387
  • chore(deps): Bump astral/uv from ae4e4c7 to 8068e4c in /quickstarts/05-multi-agent-workflow-k8s/services/legolas by @dependabot[bot] in #386
  • chore(deps): Bump python from b8d8b99 to 97e9392 in /quickstarts/05-multi-agent-workflow-k8s/services/legolas by @dependabot[bot] in #384
  • chore(deps): Bump python from b8d8b99 to 97e9392 in /quickstarts/05-multi-agent-workflow-k8s/services/gandalf by @dependabot[bot] in #383
  • chore(deps): Bump astral/uv from ae4e4c7 to 8068e4c in /quickstarts/05-multi-agent-workflow-k8s/services/workflow-llm by @dependabot[bot] in #382
  • chore(deps): Bump astral/uv from ae4e4c7 to 8068e4c in /quickstarts/05-multi-agent-workflow-k8s/services/sam by @dependabot[bot] in #380
  • chore(deps): Bump python from b8d8b99 to 97e9392 in /quickstarts/05-multi-agent-workflow-k8s/services/workflow-llm by @dependabot[bot] in #381
  • Bug(otel): logging provider by @CasperGN in #397
  • Quickstart fix: Rename 'agents-registry' to 'agent-registry' to match component name by @marcduiker in #407
  • feat(agents): init of AGENTS.md by @CasperGN in #374
  • refactor: replace inheritance with composition for AgentComponents by @xverges in #396
  • chore(deps): Bump rich from 13.9.4 to 14.2.0 by @dependabot[bot] in #355
  • chore(deps): Bump websockets from 15.0.1 to 16.0 by @dependabot[bot] in #391
  • chore(deps): Bump astral/uv from 8068e4c to fb12b20 in /quickstarts/05-multi-agent-workflow-k8s/services/workflow-llm by @dependabot[bot] in #400
  • chore(deps): Bump astral/uv from 8068e4c to fb12b20 in /quickstarts/05-multi-agent-workflow-k8s/services/legolas by @dependabot[bot] in #401
  • chore(deps): Bump astral/uv from 8068e4c to fb12b20 in /quickstarts/05-multi-agent-workflow-k8s/services/gandalf by @dependabot[bot] in #402
  • chore(deps): Bump astral/uv from 8068e4c to fb12b20 in /quickstarts/05-multi-agent-workflow-k8s/services/frodo by @dependabot[bot] in #403
  • chore(deps): Bump astral/uv from 8068e4c to fb12b20 in /quickstarts/05-multi-agent-workflow-k8s/services/sam by @dependabot[bot] in #404
  • Chore(code) clean up deprecated code by @CasperGN in #405
  • feat(otel): add httpx instrumentor and create span on mcp client executor by @CasperGN in #409
  • fix: update mcp dep version + mcp client updates by @sicoyle in #410
  • chore: fix dependabot dep bump for sentence transformers by @sicoyle in #411

Full Changelog: v0.10.7...v0.11.0

Contributors

xverges, marcduiker, and 3 other contributors
Loading
Previous 1 3
Previous

AltStyle によって変換されたページ (->オリジナル) /