L2 // Autonomous Engine

Auto Researcher

Auto Researcher

Autonomous research engine for specs, plans, and codebases. A bounded loop of context retrieval → patch → validate → LLM-Critic evaluation → keep-or-rollback, executed inside an isolated git worktree.

Go CLI Controller

Side-effect ownership and loop management.

VCS Isolation

Linked git worktrees for safe execution.

Institutional Memory

Persistent .agent_kb/ recording.

Fig 2.0 // Workflow Loop
SYSTEM BOUNDARYCONTEXTPATCHVALIDATELLM-CRITICROLLBACKKEEPDECISION
L4 // Deployment

Put logic in charge of the loop.

Every proposed action validated before execution. Every decision replayable after the fact.

Models reason; code decides.