| Basic Coordination | Demonstrates coordinated team workflows for both sync and async execution patterns. |
| Respond Directly Router Team | Demonstrates routing multilingual requests to specialized members with direct responses. |
| Delegate To All Members | Demonstrates collaborative team execution with delegate-to-all behavior. |
| Respond Directly With History | Demonstrates direct member responses with team history persisted in SQLite. |
| Team History | Demonstrates sharing team history with member agents across a session. |
| History Of Members | Demonstrates member-level history where each member tracks its own prior context. |
| Share Member Interactions | Demonstrates sharing interactions among team members during execution. |
| Concurrent Member Agents | Demonstrates concurrent delegation to team members with streamed member events. |
| Broadcast Mode | Demonstrates delegating the same task to all members using TeamMode.broadcast. |
| Nested Teams | Demonstrates using teams as members in a higher-level coordinating team. |
| Task Mode | Demonstrates autonomous task decomposition and execution using TeamMode.tasks. |
| Caching | Examples for team response caching in quickstart flows. |