Streaming & Events

# 🚧 Under Construction πŸ—οΈ

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.

# TODO

Agent 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.

# TODO

Progress Events

# TODO

Custom Events

# TODO