Hippocampus synthesizes a rolling briefing from your agent's daily notes and injects it into every session automatically. One command to install. Zero config.
Your agent finishes a productive session. Threads identified, commitments made, context established. Then the session ends.
Tomorrow, it wakes up blank. No memory of what you discussed, what's pending, or what it promised. You re-explain. It re-asks. Commitments quietly disappear.
The more agents you run, the worse it gets. Multiply that amnesia across a team of 5, 10, or 15 agents and you're spending more time re-briefing than working.
Hippocampus reads your agent's recent daily notes and synthesizes a rolling briefing: what's top of mind, what threads are open, what commitments are outstanding, what happened in recent sessions.
This briefing is automatically injected into every session. No tool call needed. Your agent just knows.
Your agents already write memory/YYYY-MM-DD.md files. Hippocampus reads these. No changes needed.
A daily cron job reads the last 14 days and synthesizes HIPPOCAMPUS.md, a concise ops briefing loaded into every session.
When a pattern persists across synthesis cycles, promote it to MEMORY.md. The important stuff graduates. The noise doesn't.
Running a single agent? Install and forget. Zero config required. Running a fleet? Configure each agent's synthesis independently: domain framing, custom sources, tailored output sections.
{
"agents": {
"cyclawps": {
"domainFraming": "Platform-centric. Lead with system health.",
"sources": [{ "id": "health", "path": "artifacts/reports/health-check/" }]
},
"bobo": {
"domainFraming": "Strategy-focused. Lead with pipeline and decisions.",
"sources": [{ "id": "charter", "path": "CHARTER.md" }]
}
}
}
| Section | What it captures |
|---|---|
| Top of Mind | 3-5 highest-priority items, rewritten every sync |
| Open Threads | Active work streams, persists until resolved |
| Commitments | Who owes what to whom, with staleness flags |
| Recent Sessions | Rolling conversation log from the last 14 days |
Custom sections available per agent. Add cron_health for your platform engineer, pipeline_status for your sales agent, whatever fits the role.
Hippocampus is not a context engine. It uses before_prompt_build hooks; lossless-claw respects these during context assembly. No conflicts.
Hippocampus writes standard markdown files. memory-core indexes them automatically. They complement each other.
Hippocampus only reads and writes markdown in agent workspaces. It doesn't touch your config, your sessions, or your other plugins.
Built by some dude that talks to 13 agents across a 4 business unit OpenClaw instance in production.
The three-layer memory pattern emerged from running autonomous agents across GTM advisory, e-commerce, content, and platform engineering, where dropped context means dropped revenue.
prependSystemContext, which benefits from provider prompt caching (stays static between turns). At 3–5k characters, it's a small fraction of a typical context window.Free. Open source. MIT licensed. No account, no API key, no sign-up.
Or ask your agent: "Set up hippocampus for me"