Agent Vigilo Containers
This view shows each deployable : the CLI, , , PostgreSQL , the RabbitMQ , and the external being evaluated.
Notes
- The CLI, coordinator, and worker are modes of the same Rust application but run as separate processes in distributed deployments.
- Database placements hold durable authority. RabbitMQ carries at-least-once broker deliveries but does not replace database claims or leases.
- The coordinator inserts outbox event records in PostgreSQL and publishes them as broker messages. Workers claim the chunks named by those messages before doing work.
- The external agent target is outside the Vigilo trust and persistence boundary. Wasm evaluators execute inside worker processes.