Expand description
Graph Memory System - Inspired by Graphiti
Temporal knowledge graph for tracking entities, relationships, and episodic memories. Implements bi-temporal tracking and hybrid retrieval (semantic + graph traversal).
Structs§
- Entity
Extractor - Simple entity extraction (rule-based NER) with salience detection
- Entity
Node - Entity node in the knowledge graph
- Episodic
Node - Episodic node representing a discrete experience/memory
- Extracted
Entity - Extracted entity with salience information
- Graph
Memory - Graph memory storage and operations
- Graph
Stats - Graph statistics
- Graph
Traversal - Result of graph traversal
- Gravitational
Connection - A gravitational connection between stars (represents a relationship)
- Memory
Universe - The complete memory universe visualization
- Position3D
- 3D position in the memory universe
- Relationship
Edge - Relationship edge between entities
- Traversed
Entity - Entity with hop distance from traversal origin
- Universe
Bounds - Bounds of the memory universe
- Universe
Star - A star in the memory universe (represents an entity)
Enums§
- Edge
Tier - Memory tier for edge consolidation
- Entity
Label - Entity labels following Graphiti’s categorization
- Episode
Source - Episode source types
- LtpStatus
- Long-Term Potentiation status for edges (PIPE-4)
- Relation
Type - Relationship types following Graphiti’s semantic model