About

About abagraph.

abagraph is the memory layer — the AIhouse — for AI agents: a managed, bitemporal, source-backed memory database, and a Snowflake/Databricks alternative for the AI era. It is a monolith Rust engine that agents read, write, reason over, and time-travel through, unifying vector, graph, relational, and temporal recall in one store accessible over MCP and a REST API.

01

The problem

AI agents need memory that remembers when things were true and where they came from. A relational table forgets time, a vector index forgets provenance, and a folder of markdown files forgets everything the moment it grows. abagraph is not Postgres, not a vector DB, not a graph DB, and not a folder of markdown files. Agents need bitemporal, source-backed, compactable memory — not a patchwork stitched together from tools that were never built for them.

02

The approach

Every claim in abagraph is bitemporal (valid-time plus record-time) and source-backed, carrying provenance and calibrated confidence. When a new fact contradicts an old one, abagraph closes the prior fact instead of overwriting it — the history is the data, so you can always ask “what did I know at time T?” It is agent-native over MCP, exposing tools to digest, remember, recall, recall_as_of, whats_changed, build_context, and explain_fact. Automatic context-window compaction injects a confidence-ranked, token-budgeted packet before the agent runs, so prompts stay small and grounded.

03

Category

abagraph defines a new category: the AIhouse, a warehouse-successor for the AI era. Where data warehouses and lakehouses were built for human analysts, the AIhouse is built to be the long-term memory and system-of-record for autonomous agents. As a managed platform it competes conceptually with the stitched-together vector DB plus Postgres plus markdown most teams assemble today.

04

Status and license

abagraph is in early access. The open-source engine is licensed under Apache-2.0 and available on GitHub. Note that “abagraph” (pronounced “ABA-graph”) is unrelated to the “ABBAgraphs” cover band or any legacy academic tool of a similar name.

Memory your agents can actually trust.

Read the docs for the full API, or tell us what you are building — early access is open now.

Join early access Read the docs →