ckg_inspect
Inspect a concept's causal knowledge graph: displays typed edges with Bayesian confidence scores and traverses related concepts to reveal high-confidence fixes.
Instructions
Inspect the Causal Knowledge Graph (CKG) for a concept. Shows all typed edges (fixes, requires, co-occurs, causes) with Bayesian confidence scores. Use to understand what the brain knows about a topic and which fixes have the highest confidence. Also shows related concepts via graph traversal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | Brain instance ID | |
| concept | Yes | Concept to inspect, e.g. "fix:clickhouse-ipv6" or "docker" | |
| max_hops | No | Traversal depth (default: 2) |