# Update: TeamMode.tasks now supports streaming events!

> Stream real-time events during autonomous team task execution.

- Published: 2026-02-24
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/stream-real-time-events-during-autonomous-team-task-execution
- Markdown: https://agno-com-nine.vercel.app/articles/stream-real-time-events-during-autonomous-team-task-execution.md

Stream real-time events during autonomous team task execution.

Watch your agent team work in real time as each member completes their task and sends updates immediately, without waiting for the full pipeline to finish.

**Getting started is simple**

```

```

Expose your `tasks` mode team via AgentOS, then hit the streaming endpoint:

The events arrive in sequence, with the researcher reporting first, followed by the summarizer, and finally the completed summary.

Learn more & explore examples in this [Cookbook.](https://github.com/agno-agi/agno/blob/main/cookbook/05_agent_os/team_tasks/team_tasks_streaming.py)
