v2.2.0
October 23, 2025
Clearer delegation contracts in Teams
We removed the default expected_output from Team delegate_task_to_member. Callers now explicitly define the expected output or handle its absence, improving predictability and intent in task delegation.
Details
- Breaking change: pass expected_output explicitly or adjust logic
- Reduces ambiguity in delegation flows and improves outcome quality
Who this is for: Teams orchestrating multi-agent collaboration that require clear task definitions.
