#892 · Primary category: AI Agents & Automation

amazon-bedrock-agent-samples

amazon-bedrock amazon-bedrock-agents bedrock bedrock-agents generative-ai multi-agents-collaboration

Example Jupyter notebooks 📓 and code scripts 💻 for using Amazon Bedrock Agents 🤖 and its functionalities

Project last updated:04/05/26

GitHub Stars

807

Forks

285

Contributors

43

License

Apache-2.0

Why we included this project

This is the repo AWS maintains for its own Bedrock Agents examples, and it is one of the more useful places to start if you are building agentic workflows on AWS. The notebooks and Python scripts walk through the agent behaviors that matter in practice: code interpretation, knowledge base integration, guardrails, long-term memory, human-in-the-loop confirmation, and agents configured at runtime. The multi-agent collaboration material is the highlight, showing a supervisor agent that plans and routes tasks across specialized sub-agents, with examples like a DevOps agent and an energy efficiency manager. Each example ships with deployment steps and shared utility modules for web search, working memory, and stock data lookup, so you can adapt the patterns rather than start from scratch. The repo itself warns that the samples are experimental and educational, so treat them as reference implementations to study and modify, not as production-ready code.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category