renjianbo
e3802eff60
feat: 实现 Agent 自主学习 — 从历史执行中优化工具选择
- 新增 AgentLearningPattern 模型和 agent_learning_service 服务
- 执行前注入历史学习模式到 system prompt 作为工具选择建议
- 执行后自动提取工具序列并保存/累计学习模式
- 支持任务分类(11类)、关键词提取、工具序列合并、有效性评分
- 集成到 AgentRuntime.run()/run_stream(),支持 bare chat 和 Agent 模式
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-02 12:04:00 +08:00
..
2026-05-01 22:30:46 +08:00
2026-05-01 11:31:48 +08:00
2026-05-02 12:04:00 +08:00
2026-05-01 22:30:46 +08:00
2026-05-02 11:03:51 +08:00
2026-05-02 12:04:00 +08:00
2026-05-01 22:30:46 +08:00
2026-05-01 22:30:46 +08:00