What problem does it solve?
This Skill helps you design and implement persistent, graph-native memory for AI agents so conversations, extracted entities, and reasoning traces can be stored and retrieved coherently in Neo4j.
Core Features & Use Cases
- Short-term memory: store conversation history (and support context retrieval) as Neo4j graph data for continuity across sessions.
- Long-term memory (POLE+O): model structured knowledge—Person, Object, Location, Event, and Organization—derived from agent interactions.
- Reasoning traces: persist thought/action/provenance as first-class graph nodes so agents can learn from prior reasoning patterns.
- Hosted service (NAMS): use the Neo4j Agent Memory Service at memory.neo4jlabs.com with REST and hosted MCP tools for managed memory operations and sharing.
Quick Start
Use the neo4j-agent-memory skill when you are setting up graph-native agent memory with the neo4j-agent-memory package or the hosted NAMS service for conversation, POLE+O entity knowledge, and reasoning trace persistence.