jxxghp
|
318cfe68e9
|
Refactor agent tool inputs and background activity logging
|
2026-06-27 07:53:09 +08:00 |
|
jxxghp
|
0cd049bfc2
|
Refactor movie pilot config and test coverage
|
2026-06-23 10:05:45 +08:00 |
|
jxxghp
|
c89df496a5
|
feat(agent): add ToolTag-based tags to all agent tools; implement tags.py for unified tool capability tagging
|
2026-05-31 18:30:39 +08:00 |
|
jxxghp
|
d940373f6b
|
将所有agent工具的explanation字段改为可选
修复Pydantic验证错误:QueryTransferHistoryInput的explanation字段为必需,但用户未提供。
修改了74个工具文件,将explanation字段从必需改为可选,默认值为None。
|
2026-05-25 16:40:43 +08:00 |
|
jxxghp
|
4208c79d72
|
refine tool提示语为更简洁风格,补充last_buffer_char属性及非VERBOSE模式流式输出换行逻辑,新增工具流式分隔符单元测试
|
2026-04-26 11:15:11 +08:00 |
|
jxxghp
|
0cab21b83c
|
feat(agent): 为需要管理员权限的工具添加 require_admin 字段
- ExecuteCommandTool: 执行命令行
- DeleteDownloadHistoryTool: 删除下载历史
- EditFileTool: 编辑文件
- WriteFileTool: 写入文件
- TransferFileTool: 传输文件
- UpdateSiteTool: 更新站点
- UpdateSiteCookieTool: 更新站点Cookie
- UpdateSubscribeTool: 更新订阅
- DeleteSubscribeTool: 删除订阅
- DeleteDownloadTool: 删除下载
- ModifyDownloadTool: 修改下载
- RunSchedulerTool: 运行定时任务
- RunWorkflowTool: 运行工作流
- RunPluginCommandTool: 运行插件命令
- SendMessageTool: 发送消息
|
2026-03-29 10:46:35 +08:00 |
|
jxxghp
|
a25c709927
|
新增agent删除下载历史记录工具
|
2026-03-27 11:50:46 +08:00 |
|