‹ 首页

agent-system-learning-loop

@mahsumaktas · 收录于 1 周前 · 上游提交 4 个月前

Evaluate and improve AgentSystem learning quality for memory/self-compound jobs. Use when bots forget, write filler summaries, fail to update learnings, or memory quality regresses over time.

适合你,如果你的Agent系统经常遗忘信息或生成无用的摘要。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add mahsumaktas/agent-evolution-kit/agent-system-learning-loop
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- mahsumaktas/agent-evolution-kit/agent-system-learning-loop
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify mahsumaktas/agent-evolution-kit/agent-system-learning-loop
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1GitHub stars
~296上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 c599c87 · 表述以原文为准
它做什么

装上后,Claude 会审计学习任务是否产出可用的记忆,检测并标记“让我查一下”等填充内容,检查学习文件是否更新,并给出质量评分。

什么时候触发

当机器人遗忘、写填充摘要、未能更新学习内容或记忆质量随时间下降时触发。

装好后可以这样说
运行学习质量审计脚本。
查看指定任务的最近5次运行。
列出学习文件和记忆目录的最新内容。
技能原文 SKILL.md作者撰写 · MIT · c599c87

AgentSystem Learning Loop

Use this skill to audit whether learning jobs are producing actionable memory, not filler.

Quick Start
  1. Run learning quality audit:
python3 scripts/learning_quality_audit.py --hours 72
  1. Inspect latest learning job runs:
agent-system cron runs --job 046bb2db-42ad-4b79-96d4-f9aa1392ede8 --limit 5
agent-system cron runs --job 079a9ab8-d706-465c-801d-741f4a2d55a3 --limit 5
  1. Verify file outputs:
ls -lt ~/.agent-evolution/docs/learnings.md ~/.agent-evolution/memory | head
Workflow
  1. Detect filler output.

Flag summaries containing phrases like "let me check", raw tool logs, or error dumps.

  1. Verify artifact updates.

Learning jobs should update docs/learnings.md and/or relevant memory files when they report success.

  1. Score quality.

Use the script score to decide whether prompts/timeouts/rules need adjustment.

  1. Apply remediation.

Tighten prompts for concrete outputs, increase timeout where needed, and re-run the same jobs for verification.

Resources
  • scripts/learning_quality_audit.py: Scores recent learning runs and flags regressions.
  • references/quality-criteria.md: Quality gates for learning/memory cron jobs.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。