continual-learning
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseContinual Learning
持续学习
Keep current by delegating the memory update flow to one subagent.
AGENTS.md通过将内存更新流程委托给一个子Agent,保持的时效性。
AGENTS.mdTrigger
触发条件
Use when the user asks to mine prior chats, maintain , or run the continual-learning loop.
AGENTS.md当用户要求挖掘历史对话、维护或运行持续学习循环时使用。
AGENTS.mdWorkflow
工作流程
- Call .
agents-memory-updater - Return the updater result.
- 调用。
agents-memory-updater - 返回更新器的结果。
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。