Module coordinator

Module coordinator 

Source

Structs§

ChatCoordinatorHandle
A cloneable handle used by the UI to drive the coordinator.
CoordinatorLoop
The coordinator event loop future. Call .run().await to drive it.
CoordinatorState

Enums§

CoordinatorCommand
Commands sent from the UI (or headless API) into the coordinator.
CoordinatorEvent
Events broadcast from the coordinator to UI subscribers.

Functions§

build
Build the coordinator and return a handle, event receiver, and the loop future.
build_with_hello_interval
Build the coordinator with a configurable hello interval (useful for tests).