Path 1: Active Knowledge Management
During reflection, identify gaps in the knowledge graph — topics that are referenced but have no supporting memories, entities with relationships but no context, questions that were asked but never answered.
Surface gaps in the health() endpoint so agents can proactively seek missing knowledge.
Design
- Scan entity graph for orphan entities (referenced but no warm-tier content)
- Track unanswered queries (queries with 0 results → record as knowledge gap)
- Health endpoint: add knowledge_gaps array with topics/entities that lack coverage
Path 1: Active Knowledge Management
During reflection, identify gaps in the knowledge graph — topics that are referenced but have no supporting memories, entities with relationships but no context, questions that were asked but never answered.
Surface gaps in the health() endpoint so agents can proactively seek missing knowledge.
Design