Architecture¶
AgentOps is built from a small set of orthogonal components that compose into the full Research → Plan → Implement → Validate loop. The architecture is opinionated where it matters (bookkeeping format, validation contracts, hook lifecycles) and permissive everywhere else (model choice, runtime, repo layout).
Read in this order if you're new:
- How It Works — start here for the mental model (Brownian Ratchet, context windowing, backends).
- System Overview — then zoom out to see where every component sits.
- Primitive Chains — then drill into the audited primitive set and lifecycle chains.
The rest are specialized references. Skim titles and jump in when a topic becomes relevant.
-
Brownian Ratchet, Ralph Wiggum Pattern, agent backends, hooks, context windowing.
-
Explicit automation surface for briefings, RPI flows, and operator-controlled closeout.
-
Full system design and component overview.
-
Audited primitive set, lifecycle chains, and terminology drift ledger.
-
Runtime-aware lifecycle fallback for Codex when hooks are unavailable.
-
Prevent, Detect, Correct quality control approach.
-
FAAFO promise framework for vibe-coding value.
-
The 12 failure patterns reference guide.
-
External command dependencies and customization policy tiers.