sophia_blueprint_list
List all available chapters in the Sophia Architecture Blueprint.
Returns chapter numbers, titles, and descriptions.
Use this first to discover what knowledge is available.
sophia_blueprint_chapter
Get the full content of a blueprint chapter by number (1-9) or topic keyword.
Examples:
- sophia_blueprint_chapter("3") → Multi-Tier Routing (FREE)
- sophia_blueprint_chapter("identity") → Identity & Personality
- sophia_blueprint_chapter("heartbeat") → Autonomic Systems
sophia_blueprint_search
Semantic search across all blueprint chapters.
Returns the most relevant sections with chapter context.
Examples:
- sophia_blueprint_search("how to add a new agent") → Ch 4 registry pattern
- sophia_blueprint_search("memory zone governance") → Ch 5 zone taxonomy
- sophia_blueprint_search("reduce API costs") → Ch 9 model tiering
sophia_blueprint_pattern
Look up a specific architectural pattern from the blueprint.
Examples:
- sophia_blueprint_pattern("heartbeat loop")
- sophia_blueprint_pattern("dual-layer identity")
- sophia_blueprint_pattern("fleet bridge")
- sophia_blueprint_pattern("chat escalation")
- sophia_blueprint_pattern("shadow comparison")
- sophia_blueprint_pattern("cost governor")