Memory that understands time.
Agentic Memory is the first agent memory system built on a time-aware knowledge graph. Query what was true last week. Track how claims evolve. Retrieve with confidence intervals — all exposed via MCP.
Ask what was true. Not just what is true.
Most RAG systems dump documents into a vector database and hope for the best. Agentic Memory treats every relationship as a time-bounded claim with validity windows, confidence scores, and contradiction tracking.
- Query the graph as it existed at any point in time
- Track confidence, support, and contradictions on every edge
- Temporal Personalized PageRank for deterministic retrieval
- SpacetimeDB sidecar for microsecond-precision validity
Four memory domains. One unified graph.
Search across all domains in a single query — with time as a first-class dimension.
Temporal GraphRAG
Time-aware graph layer powered by SpacetimeDB. Query what was true at any point in time with deterministic temporal retrieval.
Code Memory
Structural understanding of files, entities, imports, and on-demand execution tracing — not just text similarity.
Research Memory
Ingest URLs, PDFs, and research reports as searchable findings. Schedule recurring research sessions.
Conversation Memory
Stores and retrieves past agent/user exchanges by semantic similarity. Never lose context between sessions.
From blank slate to persistent memory in minutes
Install
pipx install agentic-memory
Initialize
agentic-memory init — interactive wizard guides Neo4j and embedding setup.
Search
Query across all memory domains — even as they existed last week.
Structure first. Vectors second. Time always.
Agentic Memory combines durable graph relationships with semantic embeddings and a SpacetimeDB temporal sidecar. The result is retrieval that understands context and chronology.
- Neo4j graph database with vector search
- SpacetimeDB temporal sidecar for validity-aware edges
- Tree-sitter parsing for language-native structure
- JIT execution tracing on demand
- Real-time file watcher for incremental sync
Ready to give your agent a memory?
Join the managed hosted beta or run the full stack yourself. Either way, your agents stop starting from zero.