# Simplify streaming post-processing with post-hooks

> You can now attach post-hooks to streaming flows, making it easier to run instrumentation, filtering, logging, or persistence tasks as soon as a stream completes.

- Published: 2025-10-17
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/simplify-streaming-post-processing-with-post-hooks
- Markdown: https://agno-com-nine.vercel.app/articles/simplify-streaming-post-processing-with-post-hooks.md

You can now attach post-hooks to streaming flows, making it easier to run instrumentation, filtering, logging, or persistence tasks as soon as a stream completes. This reduces custom glue code and standardizes how teams handle downstream actions for streamed outputs.

**Details**

- Attach post-hooks to streaming outputs to automate post-processing consistently across agents and workflows
- Improves observability and compliance by centralizing audit and logging logic
- Backward compatible; no action required unless you want to adopt post-hooks

**Who this is for:** Teams building real-time assistants, copilots, or data pipelines that need consistent post-stream processing.
