# 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).

- Published: 2025-11-08
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/streamline-run-outputs-with-the-new-yield-run-output-flag
- Markdown: https://agno-com-nine.vercel.app/articles/streamline-run-outputs-with-the-new-yield-run-output-flag.md

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.
