Getting Started
Install HEBBS, start the server, and store your first memory in under 5 minutes.
Getting Started
Install HEBBS, start the server, and store your first memory in under 5 minutes.
Vault (Local Mode)
File-first cognitive memory. Index your markdown files, watch for changes, and recall locally with no server required.
Python SDK
Async Python client with a clean, Pythonic API. No protobuf in the public surface.
TypeScript SDK
Async Node.js gRPC client with full type safety. npm install @hebbs/sdk.
API Reference
9 operations across 3 groups: Write, Read, and Consolidation. gRPC and REST.
Agent Skill
Drop-in SKILL.md for any compatible agent. No SDK integration required.
Cookbooks
Production-ready tutorials: sales agents, support bots, GDPR compliance, real-time memory surfacing.
Before HEBBS, agent memory was similarity search - embed a question, find the nearest vectors, hope for the best. There were vector databases, memory wrappers, and knowledge graphs, but nothing that gave agents temporal reasoning, causal chains, analogical transfer, consolidation, and decay as a single consumable primitive.
HEBBS is the cognitive memory engine that didn’t exist until now:
revise() replaces beliefs while preserving the predecessor chain. No contradictory facts coexisting.hebbs init in any directory and your markdown files become searchable memories. A background daemon shares the embedding model across all your vaults.hebbs panel) for visualizing your memory graph with clusters, edges, and live updates.| Group | Operations | Purpose |
|---|---|---|
| Write | remember, revise, forget | Store, update, and prune memories |
| Read | recall, prime, subscribe | Retrieve context via multiple strategies |
| Consolidate | reflect_policy, reflect, insights | Background learning and knowledge synthesis |