# π§ Under Construction ποΈStreaming & Events
Streaming Agent Output
Because Lasagna AI is built on asyncio, itβs trivial to pump events up through the callstack so you can have real-time streaming! We try to make events for everything, allowing you to pick-and-choose what you want to look for.
# TODOAgent Start/Stop Events
Since agents can be layered, and agents can call other agents, we sometimes want to track when agents start/stop their execution.
# TODOProgress Events
# TODOCustom Events
# TODO