| modelRouter | 3-tier cost-optimized routing — sends simple tasks to cheap models, complex ones to expensive | Optimization |
| promptCacheOptimizer | KV-cache optimization for up to 90% token savings on repeated context | Optimization |
| contextEditor | Server-side context management — trim, prioritize, and compress context windows | Optimization |
| orchestratorMode | 5-specialist task decomposition — breaks complex tasks into parallel specialist agents | Orchestration |
| replanningCheckpoint | Plan validity monitoring — detects when a plan has gone stale and triggers replanning | Orchestration |
| mcpTasks | Async MCP operations — run Model Context Protocol tools without blocking | Orchestration |
| memoryTools | 6 LLM-callable memory operations — the agent controls its own memory | Memory |
| temporalGraph | Time-scoped fact tracking — knows when things were true, not just that they were | Memory |
| zettelkasten | Self-linking knowledge graph — notes that connect themselves | Memory |
| sleepConsolidation | Post-session memory processing — like sleep for an AI, consolidates experiences | Memory |
| codebaseMemory | Structural indexing of codebases — 10x context savings through smart caching | Memory |
| skillEvolution | FIX/DERIVED/CAPTURED skill taxonomy — skills improve themselves over time | Evolution |
| darwinGodel | Recursive self-modification — the system that modifies the system that modifies itself | Evolution |
| sessionGuard | Degradation detection — catches when the agent is going off-rails | Evolution |
| identityVerification | 6-category preservation testing — verifies identity hasn't drifted between sessions | Evolution |
| stigmergy | Swarm trail communication — agents leave traces for other agents to follow | Multi-Agent |
| toolForge | Runtime MCP server generation — creates new tools on the fly | Multi-Agent |
| crowclawIntegration | 5-wave hook wiring into Claude Code's lifecycle | Infrastructure |
| anthropicAdapter | Provider bridge — the unifier that makes any LLM work through the same interface | Infrastructure |