Skip to content

Sovereign Memory Engine

The Sovereign Memory Engine is the premium tier of NeoGravity. It replaces the flat-file .knowledge/ directory with a high-performance, intent-routed AI brain.

Core Features

  • Hybrid Storage: Combines Neo4j (Graph) and ChromaDB (Vector) for near-instant contextual recall.
  • MoE Routing: Intent-aware routers direct queries to the cheapest/fastest specialized model (e.g., Llama 3 8B for fast queries, Qwen for consolidation).
  • Temporal Decay: Automatically flags stale information.
  • Warm/Cold Tiering: Actively moves old data to a cold tier and generates summaries to keep the active context window small.

Released under the MIT License.