Overview of available Strands Agents examples
mainThe repository contains several specialized examples demonstrating different orchestration patterns and integrations:
- first-agent: Demonstrates basic agent usage, including tool calling, the
invokemethod, and streaming response patterns. - graph: Shows multi-agent orchestration using graph structures (linear flows, fan-out patterns, and streaming).
- swarm: Demonstrates swarm-based orchestration where agents drive handoffs between one another.
- mcp: Shows integration with the Model Context Protocol (MCP) to connect with external tool servers.
- agents-as-tools: Implements the pattern where an orchestrator agent delegates tasks to specialized agent-based tools.
- browser-agent: A browser-based agent capable of DOM manipulation (supports OpenAI, Anthropic, and Bedrock).
- telemetry: Demonstrates OpenTelemetry tracing integrated with Jaeger.