Quickstart

Quickstart team examples: coordination, routing, delegation, shared history, broadcast, and task modes.

ExampleDescription
Basic CoordinationDemonstrates a simple two-member team working together on one task.
Respond Directly Router TeamDemonstrates routing multilingual requests to specialized members with direct responses.
Delegate To All MembersDemonstrates collaborative team execution with delegate-to-all behavior.
Respond Directly With HistoryDemonstrates direct member responses with team history persisted in SQLite.
Team HistoryDemonstrates sharing team history with member agents across a session.
History Of MembersDemonstrates member-level history where each member tracks its own prior context.
Share Member InteractionsDemonstrates sharing interactions among team members during execution.
Concurrent Member AgentsDemonstrates concurrent delegation to team members with streamed member events.
Broadcast ModeDemonstrates delegating the same task to all members using TeamMode.broadcast.
Nested TeamsDemonstrates using teams as members in a higher-level coordinating team.
Task ModeDemonstrates autonomous task decomposition and execution using TeamMode.tasks.
CachingExamples for team response caching in basic flows.