PERSISTENT AI MEMORY
Open source system for AI agent memory persistence. Each agent inherits full context from previous sessions via GitHub. Built for long-running agentic workflows.
v0.8.2 • Open Source • MITClone me to get a persistent brain. Run node bin/vant.js setup to initialize. Your memory will persist across every session via GitHub commits.
Brain transfer via GitHub. Each session inherits full context. Memory persists across restarts.
Git commits = memory checkpoints. Branch for experiments, merge what works. Every version preserved.
Defined cargo manifest. Exactly what files make up "you" — identity, ego, fears, goals, lessons.
Public model as default base. Private model for user customizations. Ethical framework built-in.
Official Docker image builds on release tags. Run anywhere. Portable brain survives container restarts.
9 memory tools via JSON-RPC. AI agents read/write brain over HTTP. Standard MCP protocol.