knowledge-graph-memory
SKILL.md
Knowledge Graph Memory
Long-term memory system with knowledge graph, concept drift detection, and temporal reasoning.
When to Use
- Building knowledge graphs from concepts and relationships
- Detecting concept drift over time
- Temporal reasoning and time-based queries
- Long-term memory storage with consolidation
Usage
const { KnowledgeGraph, Memory } = require('./skills/knowledge-graph-memory');
// Create a knowledge graph
const kg = new KnowledgeGraph();