Beta Agent Memory
/install beta-agent-memory
Agent Memory System
Give your AI agent persistent, long-term memory across conversations and sessions.
Memory Types Implemented
Episodic Memory
Stores episodes/events from conversations:
- Key facts extracted per conversation
- Decisions made and context
- User preferences and patterns
- "Remembering" past interactions
Semantic Memory
Structured knowledge storage:
- Entity definitions and relationships
- Facts about the world
- Domain knowledge base
- Learned procedures
Procedural Memory
Agent's own capabilities:
- Known skills and tools
- How to use different APIs
- Response patterns that worked
Architecture
User Input
↓
Short-term (current session context)
↓
Memory Retrieval → Top-k relevant memories (vector search)
↓
Context Injection → Combined prompt
↓
LLM Response
↓
Memory Storage → Extract new facts, update entities
Features
- Vector-based storage (ChromaDB or Pinecone)
- Entity extraction (spaCy NER)
- Conversation summarization (every N turns)
- Relevance scoring for retrieval
- Forgetting/summarization of old memories
Use Cases
- Personal AI assistant that remembers you
- Customer support agent with context
- Research agent with persistent knowledge
- Trading agent with market memory
- Personal CRM (remembering people and their context)
Technical Stack
- ChromaDB / Pinecone (vector store)
- spaCy (entity extraction)
- LangChain (memory abstractions)
- PostgreSQL (structured memory)
Pricing
| Type | Context Window | Price |
|---|---|---|
| Basic | 100K tokens | $100 |
| Pro | 1M tokens | $300 |
| Enterprise | Unlimited | $800 |
Built by Beta
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install beta-agent-memory - After installation, invoke the skill by name or use
/beta-agent-memory - Provide required inputs per the skill's parameter spec and get structured output
What is Beta Agent Memory?
Long-term memory systems for AI agents. Implements vector memory, entity tracking, conversation summarization, and persistent context across sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.
How do I install Beta Agent Memory?
Run "/install beta-agent-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Beta Agent Memory free?
Yes, Beta Agent Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Beta Agent Memory support?
Beta Agent Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Beta Agent Memory?
It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.