Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/examples/python/agents_workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ This [example](https://github.com/strands-agents/docs/blob/main/docs/examples/py
| **Interaction** | Command Line Interface |
| **Key Technique** | Agent-to-Agent Communication |

## Prerequisites
- Python 3.10 or higher
- Strands Agents SDK
- Configure your environment with AWS credentials that allows access to Claude 4 model in AWS Bedrock. You can change the model in the code.

## Tools Overview

### http_request
Expand Down