Flowokr

Aegis Core Architecture

Aegis is the primary assistant agent. It routes requests through a tiered model pipeline.

Pipeline Stages

  1. Intent classification — Haiku model, fast path
  2. Context retrieval — searches the Obsidian Vault Structure
  3. 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.