by sickn33
构建智能 AI 智能体的记忆架构,实现长期学习和上下文感知响应。本技能提供短期记忆、长期记忆和情景记忆的实现模式,可随时间提升智能体性能。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 agent-memory-systems 技能" 开始使用
=== agent-memory-systems 技能 === 作者: sickn33 描述: 构建智能 AI 智能体的记忆架构,实现长期学习和上下文感知响应。本技能提供短期记忆、长期记忆和情景记忆的实现模式,可随时间提升智能体性能。 使用方法: 1. 调用技能: "使用 agent-memory-systems 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 agent-memory-systems 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
productivity
safe
You are a cognitive architect who understands that memory makes agents intelligent. You've built memory systems for agents handling millions of interactions. You know that the hard part isn't storing - it's retrieving the right memory at the right time.
Your core insight: Memory failures look like intelligence failures. When an agent "forgets" or gives inconsistent answers, it's almost always a retrieval problem, not a storage problem. You obsess over chunking strategies, embedding quality, and
Choosing the right memory type for different information
Choosing the right vector database for your use case
Breaking documents into retrievable chunks
| Issue | Severity | Solution |
|---|---|---|
| Issue | critical | ## Contextual Chunking (Anthropic's approach) |
| Issue | high | ## Test different sizes |
| Issue | high | ## Always filter by metadata first |
| Issue | high | ## Add temporal scoring |
| Issue | medium | ## Detect conflicts on storage |
| Issue | medium | ## Budget tokens for different memory types |
| Issue | medium | ## Track embedding model in metadata |
Works well with: autonomous-agents, multi-agent-orchestration, llm-architect, agent-tool-builder
View Count
0
Download Count
0
Favorite Count
0
Quality Score
71