Skip to content

docs(agents): update with v1.0 rcs out#5071

Open
sicoyle wants to merge 2 commits intodapr:v1.17from
sicoyle:docs/dapr-agents-v1.0
Open

docs(agents): update with v1.0 rcs out#5071
sicoyle wants to merge 2 commits intodapr:v1.17from
sicoyle:docs/dapr-agents-v1.0

Conversation

@sicoyle
Copy link
Contributor

@sicoyle sicoyle commented Mar 12, 2026

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within tabpane
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have tabpane

In addition, please fill out the following to help reviewers understand this pull request:

Description

Various updates given the Dapr Agents v1.0 RCs are out. NOTE: This is not the official v1.0 bump - only updates to tee things up :)

Issue reference

Signed-off-by: Samantha Coyle <sam@diagrid.io>
@sicoyle sicoyle requested review from a team as code owners March 12, 2026 15:59
Copilot AI review requested due to automatic review settings March 12, 2026 15:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Dapr Agents documentation to align with the Dapr Agents v1.0 release candidates, including the quickstart structure changes and newly documented capabilities (durable-first guidance, agents-as-tools, and vector store options).

Changes:

  • Restructures the Quickstarts page to reflect the new progressive “numbered scripts” quickstarts plus a separate Examples catalog.
  • Updates docs to reflect Agent deprecation and recommend DurableAgent, including new core-concepts content (tool execution modes, agents-as-tools, vector stores).
  • Refreshes the Getting Started guide with uv-based setup and an Ollama-by-default LLM configuration path.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-quickstarts.md Updates quickstarts/exmaples listing to match the new repo structure.
daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-patterns.md Updates examples to use DurableAgent and documents Agent deprecation context.
daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-introduction.md Adds “Agents as Tools” capability and expands memory/vector DB mentions.
daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-integrations.md Adds vector store implementations and an “Agents as Tools” integrations section.
daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-getting-started.md Updates prerequisites and end-to-end steps to use uv and Ollama-first configuration.
daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-core-concepts.md Adds deprecation callout for Agent and expands tool execution + vector store + agents-as-tools documentation.
Comments suppressed due to low confidence (1)

daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-patterns.md:49

  • This code snippet references List and FlightOption but does not import or define them, so it won’t run as-written. Please either add the missing imports/type definitions (for example, a FlightOption model) or simplify the signature/return type so the sample is self-contained.
from dapr_agents import DurableAgent, tool

@tool
def search_flights(destination: str) -> List[FlightOption]:
    """Search for flights to the specified destination."""

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Copy link
Contributor

@marcduiker marcduiker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants