jxxghp
|
83bf59dd4d
|
feat: 新增 ActivityLogMiddleware,自动记录每次交互的活动日志并注入系统提示词
|
2026-03-26 03:32:20 +08:00 |
|
jxxghp
|
d5d6442e1d
|
feat: 新增 moviepilot-api 技能,支持全量 REST API 调用;技能中间件自动同步内置技能到用户目录
|
2026-03-26 03:10:30 +08:00 |
|
jxxghp
|
a6f16dcf8f
|
feat: 同一会话消息排队顺序处理,不同会话互不影响
|
2026-03-25 22:01:35 +08:00 |
|
jxxghp
|
d38b6dfc0a
|
fix: 优化心跳提示词,后台任务只生成执行结果摘要
|
2026-03-25 18:18:34 +08:00 |
|
jxxghp
|
0a4091d93c
|
fix: 后台任务使用非流式执行,仅发送模型最后一条回复
|
2026-03-25 18:15:19 +08:00 |
|
jxxghp
|
0399ab73cf
|
feat: 后台任务(定时唤醒)跳过流式输出,仅广播最终结果
|
2026-03-25 17:10:48 +08:00 |
|
jxxghp
|
94c75eb1c7
|
feat: 智能体增加定时任务(Jobs)管理和心跳唤醒机制
- 新增 JobsMiddleware 中间件,支持通过 JOB.md 文件管理长期/重复性任务
- 智能体可创建一次性(once)和重复性(recurring)任务,自动跟踪执行状态
- 新增心跳唤醒机制,定时调度器周期性唤醒智能体检查并执行待处理任务
- 新增 AI_AGENT_JOB_INTERVAL 配置项控制检查间隔,默认24小时
- 每次心跳使用独立会话,执行完毕后清理资源
|
2026-03-25 13:02:20 +08:00 |
|
jxxghp
|
e6e50d7f0a
|
fix: 修复Agent流式输出时回复消息未记录到数据库的问题
|
2026-03-25 07:01:17 +08:00 |
|
jxxghp
|
e82494c444
|
feat(agent): support skills
|
2026-03-24 08:48:27 +08:00 |
|
jxxghp
|
309b7b8a77
|
feat: 新增 LLM_MAX_TOOLS 配置项,支持按需启用 LLMToolSelectorMiddleware
|
2026-03-23 23:45:32 +08:00 |
|
jxxghp
|
6f4df912d8
|
更新 __init__.py
|
2026-03-23 22:33:18 +08:00 |
|
PKC278
|
4cbf1a886e
|
fix: 移除AI智能体初始化中错误的await
|
2026-03-23 22:16:34 +08:00 |
|
jxxghp
|
faa046eea4
|
更新 __init__.py
|
2026-03-23 21:31:46 +08:00 |
|
jxxghp
|
873e3832b6
|
更新 __init__.py
|
2026-03-23 20:18:05 +08:00 |
|
jxxghp
|
4bc67dc816
|
feat(agent): Telegram与Agent相互时支持流式输出
|
2026-03-23 19:13:51 +08:00 |
|
jxxghp
|
9b00a5f3f1
|
refactor: Update agent stream processing to support 'v2' chunk format and prevent emitting empty content.
|
2026-03-23 17:23:44 +08:00 |
|
jxxghp
|
565e10b6a5
|
add LLMToolSelectorMiddleware
|
2026-03-23 08:16:19 +08:00 |
|
Aqr-K
|
41f53d39a0
|
Fix agent memory (#5607)
|
2026-03-23 04:30:46 +08:00 |
|
jxxghp
|
30b332ac7e
|
feat: Introduce MemoryMiddleware and PatchToolCallsMiddleware to the agent, and add EditFileTool and WriteFileTool for file manipulation.
|
2026-03-22 23:35:34 +08:00 |
|
jxxghp
|
5739ca7f97
|
fix agent bug
|
2026-03-22 22:02:54 +08:00 |
|
jxxghp
|
5cded77387
|
feat(agent): upgrade langchain to v1.0+
|
2026-03-22 21:41:12 +08:00 |
|
jxxghp
|
ea4e0dd764
|
feat(agent): upgrade langchain to v1.0+
|
2026-03-22 21:07:45 +08:00 |
|
jxxghp
|
6494f28bdb
|
Fix: Remove isolated ToolMessage instances after message trimming to prevent OpenAI errors.
|
2026-01-25 13:42:29 +08:00 |
|
jxxghp
|
8474342007
|
feat(agent):上下文超长时自动摘要
|
2026-01-24 11:24:59 +08:00 |
|
jxxghp
|
ec40f36114
|
fix(agent):修复智能体工具调用,优化媒体库查询工具
|
2026-01-24 09:46:19 +08:00 |
|
copilot-swe-agent[bot]
|
2316004194
|
Fix 'RunnableLambda' object is not callable error by wrapping validated_trimmer
Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com>
|
2026-01-24 00:35:59 +00:00 |
|
copilot-swe-agent[bot]
|
1e687f960a
|
Translate English comments to Chinese in agent/__init__.py
Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com>
|
2026-01-24 00:25:21 +00:00 |
|
copilot-swe-agent[bot]
|
54422b5181
|
Final refinements: fix falsy value handling and add warning for extra ToolMessages
Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com>
|
2026-01-24 00:10:00 +00:00 |
|
copilot-swe-agent[bot]
|
712995dcf3
|
Address code review feedback: fix ToolCall handling and add orphaned message filtering
Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com>
|
2026-01-24 00:08:25 +00:00 |
|
copilot-swe-agent[bot]
|
179cc61f65
|
Fix tool call integrity validation to skip orphaned ToolMessages
Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com>
|
2026-01-24 00:05:21 +00:00 |
|
copilot-swe-agent[bot]
|
f4157b52ea
|
Fix agent tool_calls integrity validation
Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com>
|
2026-01-24 00:02:47 +00:00 |
|
jxxghp
|
8cf84e722b
|
fix agent error message
|
2026-01-23 22:50:59 +08:00 |
|
jxxghp
|
7c4d736b54
|
feat:Agent上下文裁剪
|
2026-01-23 22:47:18 +08:00 |
|
copilot-swe-agent[bot]
|
2b9cda15e4
|
Fix tool_call_id error by adding metadata to tool_result and using it in ToolMessage
Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com>
|
2026-01-19 13:31:43 +00:00 |
|
jxxghp
|
1641d432dd
|
feat: 为工具管理器添加参数类型规范化处理,并基于渠道能力动态生成提示词中的格式要求
|
2026-01-15 20:55:35 +08:00 |
|
PKC278
|
95f2ac3811
|
feat(search): 添加AI推荐功能并优化相关逻辑
|
2026-01-15 02:49:29 +08:00 |
|
jxxghp
|
81f30ef25a
|
fix agent memory
|
2025-12-13 12:26:08 +08:00 |
|
jxxghp
|
526b6a1119
|
Merge remote-tracking branch 'origin/v2' into v2
|
2025-11-24 21:30:07 +08:00 |
|
jxxghp
|
88173db4ce
|
fix #5172
|
2025-11-24 21:29:56 +08:00 |
|
Pollo
|
b97fefdb8d
|
fix(ai): 解决google代理不生效问题
- google在检测到配置代理时,使用gemini openai兼容API
|
2025-11-21 11:10:41 +08:00 |
|
Pollo
|
84ef5705e7
|
feat: google临时环境变量线程安全处理
|
2025-11-20 17:05:55 +08:00 |
|
Pollo
|
cf2a0cf8c2
|
feat: google和openai使用代理访问
|
2025-11-20 16:56:32 +08:00 |
|
jxxghp
|
5ae7c10a00
|
Enhance MoviePilotAgent to handle empty agent messages gracefully by providing a default error response, ensuring better user experience. Refactor message processing to streamline event loop execution.
|
2025-11-19 12:51:08 +08:00 |
|
jxxghp
|
116569223c
|
fix
|
2025-11-18 16:44:39 +08:00 |
|
jxxghp
|
62543dd171
|
fix:优化Agent消息发送格式
|
2025-11-17 10:43:16 +08:00 |
|
jxxghp
|
8016a9539a
|
fix agent
|
2025-11-01 19:08:05 +08:00 |
|
jxxghp
|
247208b8a9
|
fix agent
|
2025-11-01 11:41:22 +08:00 |
|
jxxghp
|
182c46037b
|
fix agent
|
2025-11-01 10:40:45 +08:00 |
|
jxxghp
|
438d3210bc
|
fix agent
|
2025-11-01 10:39:08 +08:00 |
|
jxxghp
|
003781e903
|
add MoviePilot AI agent implementation and workflow manager
|
2025-10-18 21:55:31 +08:00 |
|