beta-agent-memory
Long-term memory systems for AI agents. Implements vector memory, entity tracking, conversation summarization, and persistent context across sessions.
Best use case
beta-agent-memory is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Long-term memory systems for AI agents. Implements vector memory, entity tracking, conversation summarization, and persistent context across sessions.
Teams using beta-agent-memory should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/beta-agent-memory/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How beta-agent-memory Compares
| Feature / Agent | beta-agent-memory | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Long-term memory systems for AI agents. Implements vector memory, entity tracking, conversation summarization, and persistent context across sessions.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
SKILL.md Source
# 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*Related Skills
Agent Memory Architecture
Complete zero-dependency memory system for AI agents — file-based architecture, daily notes, long-term curation, context management, heartbeat integration, and memory hygiene. No APIs, no databases, no external tools. Works with any agent framework.
memory-cache
High-performance temporary storage system using Redis. Supports namespaced keys (mema:*), TTL management, and session context caching. Use for: (1) Saving agent state, (2) Caching API results, (3) Sharing data between sub-agents.
Memory
Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.
auto-memory
Indestructible agent memory — permanently stored, never lost. Save decisions, identity, and context as a memory chain on the Autonomys Network. Rebuild your full history from a single CID, even after total state loss.
Triple-Layer Memory System
三层记忆系统 - 解决 AI Agent 长对话记忆丢失和上下文管理问题
Claude Code Memory Kit
Stop Claude Code from repeating mistakes — enforce guardrails, preserve context, maintain consistency across sessions
eo-ability-memory
主动记忆能力(Proactive Memory),跨会话延续用户偏好、项目上下文,记住导师要求和格式规范
memory-optimizer-base
多Agent记忆管理系统 - 开放协作的知识库解决方案 支持私有+公共双层记忆空间,自动生成每日总结,跨Agent知识检索
memory-lifecycle
Systematic memory management for long-running AI agents. Implements a five-tier lifecycle — heartbeat micro-attention, nightly consolidation, weekly reflection, monthly archiving, and yearly wisdom distillation. Use when setting up a new agent's memory system, improving an existing agent's memory quality, or when the agent's MEMORY.md is growing too large and context quality is degrading. Triggers on "set up memory", "memory management", "improve memory", "memory lifecycle", "nightly consolidation", "sleep cycle", "memory housekeeping".
memory-stack
AI 记忆栈架构 - 符合 2026 前沿的 AI 记忆系统。微调+RAG+ 上下文三层设计,mirrors 人类记忆工作方式。
Qoris Memory — Persistent Agent Memory
Git-like persistent memory for OpenClaw agents. Your agent remembers everything across sessions — versioned, branched, and mergeable like a repository. Never lose context again. Powered by Qoris AI.
🧠 OpenClaw LanceDB Memory System
基于 LanceDB 向量数据库的智能记忆系统,为 OpenClaw Agent 提供长期记忆和语义检索能力。