-
Notifications
You must be signed in to change notification settings - Fork 779
Update Dapr Agents docs for latest LLM & Agent activities and AgentRunner workflow #4940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…odes, config-based memory, and up-to-date workflow/orchestration snippets. Signed-off-by: Roberto Rodriguez <9653181+Cyb3rWard0g@users.noreply.github.com>
…mple agent to use AgentMemoryConfig. Signed-off-by: Roberto Rodriguez <9653181+Cyb3rWard0g@users.noreply.github.com>
…entRunner execution options. Signed-off-by: Roberto Rodriguez <9653181+Cyb3rWard0g@users.noreply.github.com>
…ghlighted the new runner-focused learning goals. Signed-off-by: Roberto Rodriguez <9653181+Cyb3rWard0g@users.noreply.github.com>
bibryam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Minor comment on the use of env variables in components which I think is still not supported dapr/components-contrib#4054
daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-getting-started.md
Outdated
Show resolved
Hide resolved
|
@marcduiker can you take a look into this. After major changes in the Dapr Agents, this looks good to me. |
…h component file Signed-off-by: Roberto Rodriguez <9653181+Cyb3rWard0g@users.noreply.github.com>
marcduiker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Is there anything else that I need to do here? @bibryam @msfussell |
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
This PR aligns the Dapr Agents documentation set with the latest quickstarts and runtime APIs. Emphasizes
AgentRunnerhosting modes, config-class usage, and theConversation/OpenAIcomponent so newcomers follow the supported setup. Clarifies how each quickstart maps tostandalonevs.durableagents for easier navigation.Key changes:
AgentRunnerrun/subscribe/serve flows,@llm_activity/@agent_activity/@message_router, and updated multi-agent orchestration samples.historystore.yaml+openai.yaml, explains wiring the OpenAI key, and updates the weather agent to useAgentMemoryConfig.AgentRunner.run, and notes on subscribe/serve hosting options.