Skip to main content

Architecture

Agent Vigilo is a distributed AI evaluation runtime built around durable state, explicit worker/coordinator ownership, isolated WASM evaluators, and retry-safe event publication.

Core Views

System Structure

C4-style views of runtime boundaries, containers, components, and dependency relationships.

Command Flows

Step-by-step diagrams for evaluator, run, coordinator, and worker command execution.

State Management

Database-backed lifecycle diagrams for runs, chunks, attempts, executions, outbox events, and ownership guards.

Runtime Model

End-to-end execution model for agent calls, WASM evaluator invocation, retries, aggregation, and event publication.

Failure Modes

Operational notes for duplicate delivery, worker crashes, stale attempts, resource exhaustion, and outbox retries.

Runtime Limits

Configuration reference for Wasmtime memory, fuel, timeout, log, and worker semaphore controls.

  1. System Structure
  2. Command Flows
  3. State Management
  4. Runtime Model
  5. Failure Modes