Durable episodic memory for agents — file-based, inspectable, and easy to review. Use when an agent needs to keep a working journal of what happened, what mattered, and what should be remembered. Use when an agent needs to store important notes, search prior notes, prevent duplicate memory bullets, review recent activity, identify recurring topics, or suggest long-term memory candidates from daily notes. Useful for workflows involving MEMORY.md, daily journal files, lightweight memory systems, a
使用内置命令行工具进行持久化记忆操作。
bash
agent-memory-journal --root /path/to/root add --note 记得在周五前轮换PAT令牌
同时添加到长期记忆:
bash
agent-memory-journal --root /path/to/root add --note 使用应用登录路径进行实时开球时间检查 --long
bash
agent-memory-journal --root /path/to/root recent --days 2
bash
agent-memory-journal --root /path/to/root search --query 打高尔夫
bash
agent-memory-journal --root /path/to/root topics --days 14
agent-memory-journal --root /path/to/root cadence --days 14
agent-memory-journal --root /path/to/root digest --days 7
agent-memory-journal --root /path/to/root candidates --days 7
bash
cat transcript.txt | agent-memory-journal --root /path/to/root extract
在解决新问题之前,先检查日志中是否已包含类似的失败、决策或工作流程。
示例:
bash
agent-memory-journal --root /path/to/root search --query oauth令牌刷新失败
agent-memory-journal --root /path/to/root search --query 高尔夫开球时间预订流程
在开始新的修复之前,如果可能存在先前的上下文,请先使用此功能。
在工作会话结束时,优先进行简短反思性记录,而非零散记录。
良好模式:
示例:
bash
agent-memory-journal --root /path/to/root digest --days 7
agent-memory-journal --root /path/to/root candidates --days 7
agent-memory-journal --root /path/to/root add --note 从现在起,使用应用登录路径进行实时开球时间检查 --long
避免用每条操作笔记塞满长期记忆。
可选配置文件:
当前配置支持:
参见 examples/config.example.json。
优先使用直接执行方式。不要假设已安装打包版本。
bash
git clone https://github.com/misolith/agent-memory-journal.git
cd agent-memory-journal
python3 -m venv .venv
.venv/bin/pip install pytest
运行测试:
bash
.venv/bin/pytest -q
直接运行工具:
bash
agent-memory-journal --root /path/to/root recent --days 2
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 agent-memory-journal-1775930221 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-memory-journal-1775930221 技能
skillhub install agent-memory-journal-1775930221
文件大小: 12.07 KB | 发布时间: 2026-4-12 08:42