The 5-Piece Kit: Replicable Architecture Skeleton
The 5-Piece Kit: Replicable Architecture Skeleton
This page is a “skeleton view”: the five modules that tend to separate demo-grade agents from long-running systems.
The kit
- Execution state machine:
run/attempt/subscribe/ active runs registry - Context engineering + recovery: guards, hygiene, pairing repairs, compaction retries, timeout snapshots
- Tool safety: layered policy + human approvals for risky execution
- Model fallback + error normalization: structured attempts and abort semantics
- Subagents + skills snapshots: isolated runs, recovery, hot updates
See the corresponding deep-dive modules: