Agent Route Observability Runtime
Recomputes an agent run's route-compliance score and anti-pattern flags with real trace-analytics code.
Contract
Does This validator takes a sample (synthetic, not live) record of an agent's local run — the route it picked, the work it did, the events it logged, the evidence it pointed to, and the authority limit it declared — and checks that this recorded trail is well-formed and self-consistent, instead of leaving raw log JSON to be read by hand. The record is built to state, up front, where the agent's authority was supposed to stop, so the limits are written down and checkable rather than taken on faith. It checks the recorded evidence; it does not watch a live agent or prove one actually stayed in bounds.
Scope limit It validates only public, recorded trace-feedback metadata and regression fixtures; it does not inspect live operator state, certify or prove runtime behavior, read model-output data, mutate the work log, authorize pattern assimilation, or include launch operations.
Run
PYTHONPATH=src python3 -m microcosm_core.organs.agent_route_observability_runtime run --input fixtures/first_wave/agent_route_observability_runtime/input --out receipts/first_wave/agent_route_observability_runtime
Evidence
ClassContract validatorevidence 5/5Import validation
Links to Navigation Hologram Route Plane, Cold Reader Route Map, Routing Anti Patterns Registry, Pattern Binding Contract, Source Projection Import Protocol, Bounded Autonomy Campaign Packet, Saturation Engines Bundle, Proof / Control / Runtime Import Bundle, Unsurfaced Source Primitives Bundle, Trace, Code-Map & Scheduling Engines Bundle, Compliance Pipeline Bundle, Agent Memory Temporal Conflict Replay, Sandbox-Policy Replay, Provider Context Recipe Budget Policy, Belief-State Reward Bundle Replay
Source
Paper module
Paper module Agent Route Observability Runtime