Add Strands Agents SDK recipe with AWS Bedrock#45
Add Strands Agents SDK recipe with AWS Bedrock#45LondheShubham153 wants to merge 2 commits intotemporalio:mainfrom
Conversation
cdavisafc
left a comment
There was a problem hiding this comment.
Thanks for the PR.
I'm a bit confused. The strands agent SDK implements an agentic loop but you also have an agentic loop implemented in the workflow. IOW, we have a temporal-native agentic loop and the one that is implicit in Strands. It looks like you are using strands only as an LLM invoker. I don't think this is a good practice.
Thanks for this, @cdavisafc do you have any example of Strands agents which I can have a look at. I will get some more insights on the best practices. |
What was changed
Added a Demo for Strands Agents with Temporal, where Strands Agents call Amazon Bedrock under the hood, (this includes Claude models)
Why?
I saw a scope for other Agentic AI Frameworks to be shared in the Cookbook
Checklist
Closes [Feature Request] Strands Agents Implementation #44
How was this tested:
I used pytest framework, in the tests/ folder I have added tests for activities, workflow, tools. Instructions are added to README.md
Any docs updates needed?
N/A