Skip to content

Execution Model

The execution model for agentic-proteins should make it clear how package-owned work progresses without quietly taking over a neighbor's job.

Flow

  • legacy CLI, HTTP, or import entrypoints arrive through interfaces/
  • compatibility logic in agents/, execution/, and tools/ translates the request into canonical runtime behavior
  • provider and state modules preserve inspectable outputs until the path can be retired cleanly

First Proof Check

  • the owning modules for each flow stage
  • package tests that prove the transition points
  • downstream or upstream handbooks when the flow crosses package boundaries