Skip to content

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:

  1. How It Works — start here for the mental model (Brownian Ratchet, context windowing, backends).
  2. System Overview — then zoom out to see where every component sits.
  3. 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.