continual-learning

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Continual Learning

持续学习

Keep
AGENTS.md
current by delegating the memory update flow to one subagent.
通过将内存更新流程委托给一个子Agent,保持
AGENTS.md
的时效性。

Trigger

触发条件

Use when the user asks to mine prior chats, maintain
AGENTS.md
, or run the continual-learning loop.
当用户要求挖掘历史对话、维护
AGENTS.md
或运行持续学习循环时使用。

Workflow

工作流程

  1. Call
    agents-memory-updater
    .
  2. Return the updater result.
  1. 调用
    agents-memory-updater
  2. 返回更新器的结果。

Guardrails

约束规则

  • Keep the parent skill orchestration-only.
  • Do not mine transcripts or edit files in the parent flow.
  • Do not bypass the subagent.
  • 父级skill仅负责编排工作。
  • 不要在父级流程中挖掘对话记录或编辑文件。
  • 不要绕过子Agent。