Aegis Core Architecture
Aegis is the primary assistant agent. It routes requests through a tiered model pipeline.
Pipeline Stages
- Intent classification — Haiku model, fast path
- Context retrieval — searches the Obsidian Vault Structure
- Response generation — Sonnet model for complex queries
Security Boundary
All tool calls go through the OperatorX sandbox layer. The Tool Policy Framework governs which agents can invoke which tools.
Related
See Keeper Agent Role for escalation paths.