What problem does it solve?
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Core Features & Use Cases
- Typed entities with properties and relations, enabling consistent modeling of People, Projects, Tasks, Events, and Documents.
- Mutation validation against type constraints and append-only history to preserve provenance.
- Graph operations for linking, querying, and planning multi-step workflows across skills.
- Cross-skill data sharing and lightweight reasoning through a stored ontology.
Quick Start
Initialize ontology storage under memory/ontology and start using the CLI to create and query entities.