| Basic Task Mode Example | Demonstrates a team in mode=tasks where the team leader autonomously: 1. |
| Parallel Task Execution Example | Demonstrates the execute_tasks_parallel tool in task mode. The team leader. |
| Task Mode with Tool-Equipped Agents | Demonstrates task mode where member agents have real tools. The team leader. |
| Async Task Mode Example | Demonstrates task mode using the async API (arun / aprint_response). |
| Task Dependencies Example | Demonstrates complex task dependency chains in task mode. The team leader. |
| Task Mode with Custom Tools | Demonstrates task mode where member agents use custom Python function tools. |
| Multi-Run Session with Task Mode | Demonstrates that task state persists across multiple runs within the same. |
| Events | Demonstrates monitoring team and member events in sync-like and async event streams. |
| Streaming | Demonstrates sync and async streaming responses from a team. |
| Metrics | Demonstrates retrieving team, session, and member-level execution metrics. |
| Cancel Run | Demonstrates cancelling an in-flight team run from a separate thread. |
| Model Inheritance | Demonstrates how member models inherit from parent team models. |
| Remote Team | Demonstrates calling and streaming a team hosted on a remote AgentOS instance. |
| Retries | Demonstrates team retry configuration for transient run errors. |
| Few Shot Learning | Demonstrates using additional_input examples to guide team support responses. |
| Filter Tool Calls From History | Demonstrates limiting historical tool call results in team context. |
| Introduction | Demonstrates setting a reusable team introduction message for a session. |
| Tool Call Compression With Manager | Demonstrates custom tool result compression using CompressionManager. |
| Tool Call Compression | Demonstrates team-level tool result compression in both sync and async workflows. |
| Dependencies In Context | Demonstrates team-level dependencies referenced directly in instructions and member context. |
| Dependencies In Tools | Demonstrates passing dependencies at runtime and accessing them inside team tools. |
| Dependencies To Members | Demonstrates passing dependencies on run and propagating them to member agents. |
| Background Execution | Background execution allows you to start a team run that returns immediately with a PENDING status, while the actual work continues in the background. |
| Reasoning Multi Purpose Team | Demonstrates multi-purpose team reasoning with both sync and async patterns. |
| Audio Sentiment Analysis | Demonstrates team-based transcription and sentiment analysis for audio conversations. |
| Audio To Text | Demonstrates team-based audio transcription and follow-up content analysis. |
| Generate Image With Team | Demonstrates collaborative prompt optimization and DALL-E image generation. |
| Image To Image Transformation | Demonstrates collaborative style planning and image transformation. |
| Image To Structured Output | Demonstrates collaborative visual analysis with structured movie script output. |
| Image To Text | Demonstrates collaborative image analysis and narrative generation. |
| Media Input For Tool | Demonstrates team tools accessing uploaded media files directly. |
| Video Caption Generation | Demonstrates team-based video caption generation and embedding workflow. |