Expand description
lev serve - REST + WebSocket API server.
Exposes agent management, blueprint CRUD, and live event streaming over HTTP. No web UI - the frontend lives in a separate repo.
Structs§
- AppState
- What every request handler is given: the config, the event fan-out, and the control-socket client that reaches the daemon.
- Serve
Args - Arguments for
lev serve.
Enums§
- Server
Event - Events broadcast to WebSocket subscribers.
Functions§
- execute
- Run
lev serve: expose the HTTP + WebSocket API over the daemon.