·memory-systems

当用户要求“实现代理内存”、“跨会话持久化状态”、“构建知识图”、“跟踪实体”或提到内存架构、时间知识图、向量存储、实体内存或跨会话持久性时,应该使用此技能。

5安装·0热度·@muratcankoylan

安装

$npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill memory-systems

SKILL.md

Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that balance immediate context needs with long-term knowledge retention. The evolution from vector stores to knowledge graphs to tempor...

Memory exists on a spectrum from immediate context to permanent storage. At one extreme, working memory in the context window provides zero-latency access but vanishes when sessions end. At the other extreme, permanent storage persists indefinitely but requires retrieval to enter context.

Simple vector stores lack relationship and temporal structure. Knowledge graphs preserve relationships for reasoning. Temporal knowledge graphs add validity periods for time-aware queries. Implementation choices depend on query complexity, infrastructure constraints, and accuracy requirements.

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill memory-systems
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 memory-systems?

当用户要求“实现代理内存”、“跨会话持久化状态”、“构建知识图”、“跟踪实体”或提到内存架构、时间知识图、向量存储、实体内存或跨会话持久性时,应该使用此技能。 来源:muratcankoylan/agent-skills-for-context-engineering。

如何安装 memory-systems?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill memory-systems 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/muratcankoylan/agent-skills-for-context-engineering