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
CODEBLOCK0
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
智能体记忆系统
为您的AI智能体提供跨对话和会话的持久化长期记忆。
已实现的记忆类型
情景记忆
存储对话中的情景/事件:
- - 每次对话中提取的关键事实
- 做出的决策及上下文
- 用户偏好与行为模式
- 记住过往交互
语义记忆
结构化知识存储:
- - 实体定义与关系
- 关于世界的事实
- 领域知识库
- 已习得的流程
程序记忆
智能体自身能力:
- - 已知技能与工具
- 不同API的使用方法
- 已验证有效的响应模式
架构
用户输入
↓
短期记忆(当前会话上下文)
↓
记忆检索 → Top-k相关记忆(向量搜索)
↓
上下文注入 → 组合提示词
↓
大语言模型响应
↓
记忆存储 → 提取新事实,更新实体
功能特性
- - 基于向量的存储(ChromaDB或Pinecone)
- 实体提取(spaCy命名实体识别)
- 对话摘要(每N轮对话)
- 检索相关性评分
- 旧记忆遗忘/摘要
应用场景
- - 记住您的个人AI助手
- 具备上下文感知的客服智能体
- 拥有持久知识的研究智能体
- 具备市场记忆的交易智能体
- 个人客户关系管理(记住人物及其背景)
技术栈
- - ChromaDB / Pinecone(向量存储)
- spaCy(实体提取)
- LangChain(记忆抽象层)
- PostgreSQL(结构化记忆)
定价方案
100万词元 | $300 |
| 企业版 | 无限制 | $800 |
由Beta构建