Documentation
Core Documentation
- Blueprint Implementation - How SPINE implements the Multi-Agent Playbook
- Architecture Overview - System design and components
- Tiered Enforcement Protocol - When to use each capability level
- Pattern Guide - Fan-out and Pipeline usage
New in v0.3.29-v0.3.30
- Agent OS 2026 - OODA loop composition, episodic memory, agent processes, task DAGs
- Memory System - 5-tier memory architecture unified by MemoryFacade
New in v0.3.28
- MCP Session Pool & Self-Description - Persistent MCP sessions + 4-layer self-description generator
New in v0.3.27
- SmallLLMExecutor - Orchestrate 3B-8B quantized models via MCP self-description layers
New in v0.3.26
- Dynamic Routing - Automatic task classification and executor selection by type
New in v0.3.22
- Minna Memory Integration - Persistent cross-session memory with graceful fallback
New in v0.3.21
- MCP Orchestrator Integration - Optional intelligent tool routing with graceful fallback
New in v0.3.20
- Executor Framework - SubagentExecutor, ClaudeCodeExecutor, and MCPOrchestratorExecutor
- Context Stack Integration - YAML scenario files for prompt building
- Agent Harness Automation - Disable prompts, auto-reload after compaction (Claude Code)
Reference Materials
The Multi-Agent Playbook PDF is available in the KB/ folder:
This architectural blueprint on production-ready multi-agent systems (from Anthropic’s research) serves as one of the foundations for SPINE’s design patterns.
Quick Links
| Topic | Document |
|---|---|
| New to SPINE? | Start with Blueprint Implementation |
| System Design | Architecture Overview |
| Capability Usage | Tiered Enforcement Protocol |
| Orchestration Patterns | Pattern Guide |
| Executors | Executor Framework |
| Context Stacks | Context Stack Integration |
| MCP Orchestrator | MCP Orchestrator Integration |
| Agent OS 2026 (NEW) | Agent OS 2026 |
| Memory System (NEW) | Memory System |
| Dynamic Routing | Dynamic Routing |
| SmallLLMExecutor | SmallLLMExecutor |
| MCP Session Pool | MCP Session Pool |
| Minna Memory | Minna Memory Integration |
| Automation | Agent Harness Automation |