Skip to content

feat: knowledge gap detection — identify what the agent doesn't know #77

@salishforge

Description

@salishforge

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeatureNew functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions