-
Notifications
You must be signed in to change notification settings - Fork 547
Add agentic workflow quickstart #1226
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
Signed-off-by: yaron2 <[email protected]>
This is great demonstration of Dapr APIs combined. |
Thanks @bibryam agree, @yaron2 happy to help you with writing docs here but due to the multi-api nature, we need to place this elsewhere. What about https://github.com/dapr/samples/tree/master or a new ai-samples repo? |
This is a single API, Workflows in combination with different LLM providers |
Directory structure changed |
Directory structure looks good and going forward we can add new AI-focused samples for each Dapr Building block API as follows:
I am leaning towards instead of the "human_in_the_loop" name to use something like "external_system_interaction" (as per tutorials to keep the naming convention consistent? |
Signed-off-by: yaron2 <[email protected]>
Changed |
Signed-off-by: yaron2 <[email protected]>
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.
Looks great, a few minor points
Signed-off-by: yaron2 <[email protected]>
Signed-off-by: yaron2 <[email protected]>
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!
This PR adds an example of creating an agentic durable workflow with human in the loop. The quickstart has 3 variants - Anthropic, OpenAI and Google Gemini. This quickstart shows how Dapr Workflows alone could be used with existing, well known SDKs to create stateful long running LLM workflows.