agent-memory-systems

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

适合构建或设计代理记忆层的理论参考与架构指南。

这个 Skill 做什么

介绍智能体记忆(短期/长期/检索)与架构设计要点。

讲清智能体的记忆体系,包括短期(context window)、长期(向量存储)和检索机制,解释如何组织、索引和更新记忆以便快速找回信息。适合在构建需跨会话保持状态或从大量事实中检索有用信息的代理系统时参考。核心观点是记忆不只是存储,更关键的是能检索到有用内容。

▸ 展开 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.

Skill 开发管理记忆架构短期/长期检索优先通用
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-memory-systems/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-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 公开信息 · 原文版权归作者所有