agent-memory-systems

仓库创建 2026年1月15日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由

适合设计可扩展的记忆与检索策略的研究与方案评估。

这个 Skill 做什么

讲解代理记忆架构:短期上下文、长期向量存储与认知组织模式。

讲清楚智能代理的记忆怎么搭:短期靠 context window、长期用 vector store,再用认知组织模式来检索和管理信息。适合设计有状态对话、需要长期跟踪用户或提升检索命中率的场景参考。关键观点是记忆不等于堆数据,而是要有检索和召回策略,让存储的事实能被及时利用。

▸ 展开 SKILL.md 英文原文

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them.

研究检索记忆架构向量库短长期记忆检索策略通用
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/agent-memory-systems/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/agent-memory-systems/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Agent Memory Systems

Memory is the cornerstone of intelligent agents. Without it, every interaction
starts from zero. This skill covers the architecture of agent memory: short-term
(context window), long-term (vector stores), and the cognitive architectures
that organize them.

Key insight: Memory isn't just storage - it's retrieval. A million stored facts
mean nothing if you can't find the right one. Chunking, embedding, and retrieval
strategies determine whether your agent remembers or forgets.

The field is fragmented with inconsistent terminology. We use the CoALA cognitive
architecture framework: semantic memory (facts), episodic memory (experiences),
and procedural memory (how-to kn
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有