# See a context provider's sub-agent work as it happens

> Context providers now stream their sub-agent events through to the parent run (v2.6.10, refined in v2.6.13), so a provider that runs its own sub-agent surfaces that work as it happens instead of going…

- Published: 2026-06-10
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/see-a-context-providers-sub-agent-work-as-it-happens
- Markdown: https://agno-com-nine.vercel.app/articles/see-a-context-providers-sub-agent-work-as-it-happens.md

Context providers now stream their sub-agent events through to the parent run (v2.6.10, refined in v2.6.13), so a provider that runs its own sub-agent surfaces that work as it happens instead of going quiet until the final result. You get visibility into the intermediate steps, not just the final answer.

See the [v2.6.10 release notes](https://github.com/agno-agi/agno/releases/tag/v2.6.10) for more on this update and learn more about context providers in the [docs](https://docs.agno.com/context-providers/overview).
