vlinder daemon¶
Start the supervisor process manager.
Starts the Supervisor, which spawns and manages all worker processes. The startup sequence is ordered by dependency:
- Secret — starts first (agent identity management)
- Registry — gRPC server, waits for health check before proceeding
- State — gRPC server for DAG and state queries
- Catalog — gRPC server for model catalog queries
- Harness — gRPC bridge between CLI and daemon, waits for health check
- Remaining workers — agent runtimes, inference, storage, DAG git, session viewer
Each worker is a separate vlinder daemon process launched with a VLINDER_WORKER_ROLE environment variable. Worker counts are configured in config.toml under [distributed.workers].
See Architecture for the full Supervisor + Workers model.
See Also¶
- Architecture — supervisor and worker components
- config.toml — worker counts and service addresses
- Distributed Deployment — multi-node setup