Your AI agents forget everything. Hipp0 fixes that.

The decision memory layer for multi-agent AI teams. Captures what was decided, why, and by whom — then compiles the right context for each agent, every time.

Built for engineers shipping multi-agent systems with LangGraph, CrewAI, AutoGen, or OpenAI Agents.

# Zero confignpx @hipp0/cli init my-project
npm install @hipp0/mcp
pip install hipp0-memory
778+Decisions Tracked
5Frameworks Supported
21MCP Tools
LangGraph
CrewAI
AutoGen
OpenAI Agents
LangChain

Agents are stateless

Most agents reset their context window every few interactions, losing the “why” behind critical decisions.

Context gets lost

Multi-agent handoffs often fail because the receiving agent lacks the full execution history of its predecessor.

Hipp0 remembers

Our persistent decision layer creates a verifiable, queryable history of every decision your agents make.

The 3-Step Decision Loop

How decisions flow through the system.

01

Capture

await hipp0.recordDecision({
project_id: project.id,
title: 'Use JWT for API auth',
reasoning: 'Stateless, scalable',
made_by: 'architect',
affects: ['builder', 'reviewer'],
tags: ['security', 'api'],
})

Capture every decision across the agent team — who made it, why, and who it affects.

02

Score

"Use JWT for auth" — score: 0.95
directAffect
1.000.30 wt
personaMatch
0.880.25 wt
semanticSimilarity
0.720.25 wt
tagMatch
0.670.20 wt

Five signals. One score. Agents get context ranked for their exact role — not a one-size-fits-all embedding dump.

03

Compile

Vector Embedding
dim: 1536 | metric: cosine

Memory is distilled into vector embeddings and compiled into ranked context packages in sub-30ms at scale.

See It In Action

The dashboard gives you 31 views into your decision memory.

Hipp0 Dashboard — Context Compare showing role-differentiated results for two agents

What's Under the Hood

5-Signal Scoring

Five scoring signals — Direct Affect, Tag Match, Persona Match, Semantic Similarity, and Status Penalty — ensure every agent gets context ranked for their specific role.

Super Brain

A unified memory pool allowing specialized agents to share expertise instantly without redundant computation.

Import Wizard

Migrate and scan GitHub PRs with automated schema mapping and AI-powered extraction.

Collab Rooms

Collaborative debugging environment with real-time memory state visualization for agent teams.

MCP Tools

Native support for Model Context Protocol connectors and 12+ pre-built tool integrations.

BYOK

Bring Your Own Key for OpenAI, Anthropic, or Local LLMs.

System Architecture

Agents (MCP/SDK/API)

Hipp0 Server
Hono + Node.js (Port 3100)
Dashboard
React + Vite (Port 3200)
pgvector

PostgreSQL 17

How Hipp0 Compares

Decision memory vs. general-purpose memory tools.

FeatureHipp0Mem0ZepLangMem
Decision-specific memory
Role-differentiated context
5-signal scoring
Contradiction detectionPartial
MCP server21 tools
Self-hosted
Open sourceApache 2.0Partial
Token compression10-12x

Proven Performance

We ran the benchmarks. Here's what happened.

78%
Recall@5
+39% over naive RAG
0.92
Contradiction F1
Detection accuracy
10-12x
Token Compression
H0C (Hipp0 Context) format
25ms
P95 Latency
At 500 decisions

Natively Integrated

LangGraph
CrewAI
AutoGen
OpenAI Agents
LangChain
Apache 2.0 Licensed

The memory layer must be free.

Hipp0 is built for the developer community. Our core decision layer is Apache 2.0 licensed, ensuring your team's memory is never locked in a proprietary silo.

778+Decisions
155+Commits
16Agents
$ docker compose up -d

[+] Running 3/3

✔ Container hipp0-db         Healthy

✔ Container hipp0-server     Healthy

✔ Container hipp0-dashboard  Started

Server listening on port 3100

Dashboard available at port 3200

Give your agents a hippocampus.

Build once. Your agents remember forever.

Self-Host

Fully open-source. PostgreSQL and memory store managed by you.

Free Forever
Deploy Now
Coming Soon

Hipp0 Cloud

Managed infrastructure. Zero-ops deployment with automatic scaling and backups.

Coming Soon
Join Waitlist

Email hello@hipp0.ai to join the Cloud waitlist

Local Setup

$docker compose up -d