Expand description
The storage contract — the abstraction boundary between Ijima’s domain logic and the SurrealDB / SQLite / mock backends.
Every backend implements Store (memory palace + session context) and
(in future) KnowledgeGraph.
Structs§
- Namespace
Count - One namespace’s memory count.
- Search
Hit - A scored semantic-search hit: the matched
Memoryplus its cosine similarity to the query (0.0–1.0, higher = more relevant). - Store
Stats - Global memory-palace statistics (across all namespaces).
Traits§
- Store
- The storage contract.