v2.2.10

November 8, 2025

Streamline run outputs with the new yield_run_output flag

We introduced yield_run_output for Agent and Team runs, replacing yield_run_response (slated for deprecation). This clarifies how outputs are streamed or collected, aligning behavior across orchestration layers and reducing ambiguity in run handling.

Details

  • Drop-in replacement in most cases; update code to use yield_run_output
  • Aligns Agent and Team APIs for consistent output control
  • Future-proofs integrations as we consolidate run output handling

Who this is for: Platform teams standardizing run behavior and developers building interactive agents or workers.