| Confirmation Required | Demonstrates team-level pause/continue flow for confirmation-required member tools. |
| External Tool Execution | Demonstrates resolving external tool execution requirements in team flows. |
| User Input Required | Demonstrates collecting required user input during paused team tool execution. |
| Confirmation Rejected | This example demonstrates how the team handles rejection of a tool. |
| Confirmation Rejected Stream | This example demonstrates how the team handles rejection of a tool. |
| Confirmation Required Async | Same as confirmation_required.py but uses async run/continue_run. |
| Confirmation Required Async Stream | Same as confirmation_required_stream.py but uses async run/continue_run. |
| Confirmation Required Stream | This example demonstrates how a team pauses when a member agent’s tool. |
| External Tool Execution Stream | This example demonstrates how a team pauses when a member agent’s tool. |
| Team Tool Confirmation | This example demonstrates HITL for tools provided directly to the Team. |
| Team Tool Confirmation Stream | This example demonstrates HITL for tools provided directly to the Team. |
| User Input Required Stream | This example demonstrates how a team pauses when a member agent’s tool. |