odei_world_model_query
Query ODEI's constitutional knowledge graph to explore structured domains, find specific entities, and understand connections between goals and execution.
Instructions
Search ODEI's constitutional world model — a 10,665-node knowledge graph organized into 6 domains (Foundation, Vision, Strategy, Tactics, Execution, Track). Returns nodes with their types, domains, relationships, and metadata. Use this to understand the structure of any domain, find specific entities, or explore how goals connect to execution.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text search query (e.g., "health goals", "revenue strategy", "AI guardrails") | |
| domain | No | Filter by domain layer. FOUNDATION = core identity & values. VISION = goals & north stars. STRATEGY = objectives & key results. TACTICS = projects & milestones. EXECUTION = tasks & processes. TRACK = observations & metrics. | |
| type | No | Filter by node type (e.g., goal, guardrail, task, milestone, strategy) | |
| limit | No | Maximum number of results to return (default: 20, max: 100) |