Production-tested patterns for multi-agent AI systems live in a companion repository:
Nine documented patterns covering:
| Pattern | Category |
|---|---|
| Isolated Workspaces | Structural |
| Identity as Architecture | Structural |
| Skill-Based Knowledge | Structural |
| Heartbeat Monitoring | Operational |
| Cascading Fallback | Operational |
| Memory Consolidation | Operational |
| Skill-Based Recovery | Reliability |
| Graceful Degradation | Reliability |
| External Action Gates | Reliability |
- agent-skills-spec: Open specification for the SKILL.md format (modular agent knowledge packages)
- agent-eval-framework: Standalone evaluation templates (subset of what's in this repo's
evals/module)