Run Control
Control team background execution, cancellation, retries, remote access, and model inheritance.
| Example | Description |
|---|---|
| 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. |
| Background Execution | Start and poll an in-process background run. |
| Background Metrics | Read persisted leader and member metrics. |
| Cancellation Persistence | Read the cancelled team run by ID. |
| Cancel an Active Member | Observe cancellation during delegation. |