[知识进化] 经验自动沉淀管道 — LLM 提取关键经验 → RAG 入库 #60
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
从执行日志中自动提取可复用的知识,让一个 Agent 踩过的坑所有 Agent 都能避开。
管道流程
Agent执行日志 → 筛选高质量执行(success=True + user_feedback>=4)→ LLM 提取经验(做了什么、怎么做的、为什么成功、注意事项)→ 结构化知识条目 → Embedding → RAG 向量库 → 原始日志关联(可回溯)
知识条目结构
新增文件