Skip to content

Add Strands Agents SDK recipe with AWS Bedrock#45

Open
LondheShubham153 wants to merge 2 commits intotemporalio:mainfrom
LondheShubham153:feat/strands-agents-demo
Open

Add Strands Agents SDK recipe with AWS Bedrock#45
LondheShubham153 wants to merge 2 commits intotemporalio:mainfrom
LondheShubham153:feat/strands-agents-demo

Conversation

@LondheShubham153
Copy link
Copy Markdown

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

  1. Closes [Feature Request] Strands Agents Implementation #44

  2. 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

  3. Any docs updates needed?
    N/A

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 4, 2026

CLA assistant check
All committers have signed the CLA.

Copy link
Copy Markdown
Collaborator

@cdavisafc cdavisafc left a comment

Choose a reason for hiding this comment

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

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.

@LondheShubham153
Copy link
Copy Markdown
Author

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.

@webchick webchick added the sdk: python Example using Python label Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sdk: python Example using Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Strands Agents Implementation

4 participants