event-streaming-complete-subsystem

Status: IN

FTL2 provides an event streaming subsystem with three event types (progress, log, data) for structured observability. Events are always captured in results regardless of callback registration. Structured dict payloads with fields like event, module, host, success, changed, duration, and timestamp enable programmatic consumption. Handler registration via proxy.on() supports both sync and async handlers, with multiple handlers per event type.

JSON