dakera_knowledge_graph
Build a knowledge graph from a seed memory using embedding similarity to explore how a concept connects to stored knowledge.
Instructions
Build a knowledge graph from a seed memory using embedding similarity. Use to explore how a concept connects to stored knowledge. For BFS traversal of an existing linked graph use dakera_graph_traverse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Graph traversal depth (controls candidate count) | |
| agent_id | Yes | ||
| memory_id | Yes | Seed memory ID to build graph from | |
| min_similarity | No | Minimum similarity threshold 0.0-1.0 |