Was fehlt ohne openclaw graphiti memory
Kein sitzungsübergreifender Abruf. Flache Memory-Speicher. Beziehungskontext verloren.
→
Persistentes Graph-Memory × temporaler Knowledge-Graph ÷ 2-Stunden-Integration ÷ keine Flat-Store-Einschränkungen = Agents, die sich erinnern.
Sicherheitscheck — openclaw graphiti memory
Datenschutz-Score: 7/10 — greift nur auf verbundene Plattform-APIs zu.
Absichern: OAuth-Berechtigungen vor der Installation prüfen, OpenClaw ≥1.2; Neo4j ≥5; Node.js ≥18; Python 3.10+ for Graphiti SDK-Kompatibilität bestätigen.
Schnellstart — openclaw graphiti memory in 2–4 hours
Einrichtungszeit: 2–4 hours
!
Du brauchst:
- OpenClaw core ≥1.2
- Neo4j ≥5 or compatible graph DB
- Graphiti SDK
- embedding API
Paket installieren:
npm install @clawdbrunner/openclaw-graphiti-memory
# Set NEO4J_URI, NEO4J_USER, NEO4J_PASSWORD, EMBEDDING_API_KEY in .env
1
Set up Neo4j (local or cloud)
3
Configure Neo4j and embedding credentials in .env
4
Register in openclaw.config.js
5
Agents can now call memory.remember() and memory.recall()
6
Verify stored facts via the Neo4j browser
Kompatibilität & Status
Kompatibel mit: OpenClaw ≥1.2; Neo4j ≥5; Node.js ≥18; Python 3.10+ for Graphiti SDK
advanced
Zuletzt aktualisiert: Okt. 2025
★ 265 auf GitHub
MIT
Offizielle Dokumentation →
Auf GitHub ansehen →
FAQ — openclaw graphiti memory
How does this differ from openclaw-supermemory?
Supermemory uses a vector store for semantic similarity. Graphiti memory uses a knowledge graph for structured, relational facts.
Is Graphiti the same as the open-source Graphiti by Zep AI?
Yes — this plugin wraps the Zep AI Graphiti framework.
Can I use both in the same bot?
Yes — they serve complementary memory roles.