Agent Memory Store
Shared semantic memory store for AI agents. Store, search, and retrieve memories across agents with TTL decay. SQLite persistence — survives restarts.
Shared semantic memory store for AI agents. Store, search, and retrieve memories across agents with TTL decay. SQLite persistence — survives restarts.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Cross-agent semantic memory with TTL decay. SQLite-backed — data survives restarts.
python3 scripts/memory_store.py # Runs on port 8768, DB: /root/.openclaw/workspace/data/agent_memory.db
# Store a memory curl -X POST http://localhost:8768/memories \ -H "Content-Type: application/json" \ -d '{"owner":"my-agent","content":"user prefers SOL payments","ttl_seconds":86400,"public":false}'Search memories
curl "http://localhost:8768/memories?q=payment+preferences&agent=my-agent"
List all (with agent filter)
curl "http://localhost:8768/memories?agent=my-agent&limit=20"
| Method | Path | Description |
|---|---|---|
| GET | /health | status + memory count |
| POST | /memories | store memory |
| GET | /memories?q=query&agent=X&limit=10 | semantic search (Jaccard) |
| GET | /memories/:id | get by ID |
| POST | /memories/:id/delete | delete |
/root/.openclaw/workspace/data/agent_memory.dbclawhub install agent-memory-store
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions4,600+ AI skills, agents & workflows. Install in 60 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.