What problem does it solve?
Queries to the JARVIS-FRESH knowledge graph require governance-aware context to map architecture, agent hierarchy, and the 10-stage pipeline into actionable insights.
Core Features & Use Cases
- Explain GAOS architecture and the 10-stage pipeline (IntentParser -> PolicyGate -> GoalLedger -> Planner -> DelegationEngine -> AgentCoordinator -> ReflectionLoop -> OutcomeTracker -> WorldState)
- Map user queries to relevant layers and nodes in the graph and produce structured explanations
- Inspect agent hierarchy from L0 System Core to L2+ Specialists, including capabilities and delegation patterns
- Cross-reference with memory and module data via the Memory MCP to surface module-level information
- Assess impact and risk of proposed changes by traversing 1-hop relationships across layers
- Provide a guided, 15-step tour of the system highlighting key nodes and relationships
Quick Start
Load the knowledge graph from JARVIS-FRESH/.understand-anything/knowledge-graph.json, parse the user query, and return governance-aware results.