什么是 eve-agent-memory?
选择并组合 Eve 存储原语,为代理提供持久内存 - 短期工作空间、中期附件和线程、长期组织文档和文件系统。在设计代理如何记忆、检索和共享知识时使用。 来源:incept5/eve-skillpacks。
选择并组合 Eve 存储原语,为代理提供持久内存 - 短期工作空间、中期附件和线程、长期组织文档和文件系统。在设计代理如何记忆、检索和共享知识时使用。
通过命令行快速安装 eve-agent-memory AI 技能到你的开发环境
来源:incept5/eve-skillpacks。
Agents on Eve Horizon have no built-in "memory" primitive, but the platform provides storage systems at every timescale. This skill teaches how to compose them into coherent memory for agents that learn, remember, and share.
Solve this by mapping what to remember to where to store it, using the right primitive for each timescale.
Workspace files — the git repo checkout available during job execution.
选择并组合 Eve 存储原语,为代理提供持久内存 - 短期工作空间、中期附件和线程、长期组织文档和文件系统。在设计代理如何记忆、检索和共享知识时使用。 来源:incept5/eve-skillpacks。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-agent-memory选择并组合 Eve 存储原语,为代理提供持久内存 - 短期工作空间、中期附件和线程、长期组织文档和文件系统。在设计代理如何记忆、检索和共享知识时使用。 来源:incept5/eve-skillpacks。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/incept5/eve-skillpacks --skill eve-agent-memory 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/incept5/eve-skillpacks