memory-management
仓库创建 2025年2月14日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
是构建有持续性智能代理的重要元技能。
▸ 风险提示
可能保存敏感会话内容,需注意隐私与保管策略。
这个 Skill 做什么
指导代理何时记忆、回忆及将长期信息路由到合适存储与任务。
帮你把会长期用到的信息分门别类:哪些记进 Memory、哪些做成 Skills、哪些排进 Scheduled Tasks 或 Tape。需要回忆上次工作、保存一句原话或把可复用流程落地时就用它。特别适合多轮任务和长期项目,把零散对话变成可检索的长期记忆。
▸ 展开 SKILL.md 英文原文
Guide the agent to recall, remember, and route durable learning into Memory, Skills, Scheduled Tasks, or Tape.
6.2k
Stars
707
Forks
23
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/memory-management/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/memory-management/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Memory Management Use this skill when a task may produce durable learning or when the user asks you to recall, remember, continue earlier work, preserve an exact statement, capture a reusable procedure, or handle a recurring need. ## Recall Rely on automatic memory injection for ordinary context. Use `memory_recall` when the user refers to previous work with cues such as again, last time, before, continue, same project, remember, or asks what you already know. Use `tape_search` and then `tape_context` when the user needs source evidence, exact wording, logs, command output, file snippets, or why a prior decision was made. Memory is a durable conclusion layer, not the raw transcript. #
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有