samples
by strands-agents
Runnable Strands Agents SDK examples for multi-agent flows and telemetry
Summary
Showcases working agent patterns and demos built with the Strands Agents SDK. Provides runnable examples that wire up connectors (OpenAI, Anthropic, Bedrock, local LLMs), multi-agent flows, and telemetry hooks so you can replicate real agent interactions. Includes concrete patterns for delegation, message routing, and observability to help teams bootstrap multi-agent behaviors. For scalable coordination, consider the Orchestrator-Worker Pattern as a structural model, and you can also explore Human-in-the-Loop to incorporate validation and feedback loops.
Key Benefits
Ideal For
Developers prototyping multi-agent orchestration and teams who want runnable examples to instrument agent interactions for evaluation and monitoring. This material aligns with patterns like the Hierarchical Multi-Agent Pattern to structure complex agent trees and workflows.
Use Cases
- Prototype multi-agent delegation flows to reproduce failure modes and design evaluation scenarios
- Instrument agent interactions with telemetry to feed A2A evaluation or reputation systems
- Bootstrap integrations with OpenAI, Anthropic, Bedrock, and local LLMs to compare agent behavior
- Create repeatable sample scenarios for pre-production agent testing and continuous agent evaluation