From 810ae4d810bc4ff3dff8286bd1a014a5e1385eee Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:52:36 +0800 Subject: [PATCH] Update agents_workflows.md --- docs/examples/python/agents_workflows.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/examples/python/agents_workflows.md b/docs/examples/python/agents_workflows.md index 51331e75..404fd7bd 100644 --- a/docs/examples/python/agents_workflows.md +++ b/docs/examples/python/agents_workflows.md @@ -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