A memory engine for AI systems that need to remember.
Oneiron gives AI systems:
- Persistence — memories survive context window resets
- Continuity — identity, preferences, and relationships maintained over time
- Retrieval — relevant memories surface when needed
- Consent — users control what's remembered about them
| Package | Description |
|---|---|
@oneiron/core |
Domain types and utilities |
@oneiron/api |
Convex backend (data plane) |
@oneiron/sdk |
TypeScript client |
# Install dependencies
bun install
# Start development
bun run dev
# Run tests
bun testSee the architecture documentation for details on:
- Entity types and the graph model
- Claims and the predicate registry
- Retrieval and ranking
- Access control and deletion guarantees
Apache 2.0 - see LICENSE