hippmem-engine
HIPPMEM native association memory engine — the unified public Rust API orchestration layer, plus the hippmem CLI and hippmem-server gRPC server.
This is the crate most users want. It wires together the write path, retrieval path, and consolidation into a single Engine with seven public methods.
Part of HIPPMEM — a native associative memory engine for AI agents, written in Rust.
Quick start
use Engine;
let engine = open?;
engine.write?;
let results = engine.retrieve?;
Runs fully offline with the deterministic fallback backend — no GPU, API key, or network required.
Documentation
- Project README
- Quick start (5 min)
- User guide
- API reference
- API docs: https://docs.rs/hippmem-engine
License
AGPL-3.0-only — see COPYRIGHT for the full two-tier licensing model. A commercial license is available for use cases incompatible with AGPL-3.0-only.