jxxghp
0a4091d93c
fix: 后台任务使用非流式执行,仅发送模型最后一条回复
2026-03-25 18:15:19 +08:00
jxxghp
0399ab73cf
feat: 后台任务(定时唤醒)跳过流式输出,仅广播最终结果
2026-03-25 17:10:48 +08:00
jxxghp
940cececf4
fix: 修复 channel 为空时系统提示词 markdown_spec 占位符未替换导致 KeyError
2026-03-25 13:17:41 +08:00
jxxghp
94c75eb1c7
feat: 智能体增加定时任务(Jobs)管理和心跳唤醒机制
...
- 新增 JobsMiddleware 中间件,支持通过 JOB.md 文件管理长期/重复性任务
- 智能体可创建一次性(once)和重复性(recurring)任务,自动跟踪执行状态
- 新增心跳唤醒机制,定时调度器周期性唤醒智能体检查并执行待处理任务
- 新增 AI_AGENT_JOB_INTERVAL 配置项控制检查间隔,默认24小时
- 每次心跳使用独立会话,执行完毕后清理资源
2026-03-25 13:02:20 +08:00
DDSRem
de4dbf283b
feat: 文件名为辅助中文标签时使用父目录标题识别
...
当文件名(stem)为纯中文压制/字幕辅助标签(如"简英双语特效")且父目录包含
拉丁片名时,清空文件元数据的标题信息,改由父目录标题合并填充,避免识别失败。
新增 infopath 模块集中管理辅助标签判断逻辑与关键词正则。
2026-03-25 09:27:52 +08:00
jxxghp
10807a6fb7
fix: build actions
2026-03-25 08:43:04 +08:00
jxxghp
04b8475761
ci: 优化发布脚本,自动生成分类更新日志
2026-03-25 07:12:17 +08:00
jxxghp
e6e50d7f0a
fix: 修复Agent流式输出时回复消息未记录到数据库的问题
2026-03-25 07:01:17 +08:00
jxxghp
94ed065344
fix: 修复Agent技能元数据中Path对象无法msgpack序列化的问题
v2.9.17
2026-03-24 23:48:45 +08:00
jxxghp
d94b5962b4
fix: 修复技能加载时误读目录导致 IsADirectoryError 的问题
2026-03-24 23:12:52 +08:00
jxxghp
dcca318733
feat: QuerySitesTool 增加返回 cookie 字段
2026-03-24 22:53:30 +08:00
jxxghp
4a789297fe
更新 version.py
2026-03-24 21:22:49 +08:00
jxxghp
1249929b6a
feat: 新增Agent浏览器操作工具(browse_webpage),支持通过Playwright控制浏览器进行网页交互
2026-03-24 21:06:41 +08:00
jxxghp
864af45f85
Merge pull request #5616 from DDSRem-Dev/package-fix
2026-03-24 20:44:55 +08:00
DDSRem
bd68bcfd27
fix: await async config reload handlers
...
Restore awaiting of async on_config_changed callbacks in ConfigReloadMixin to ensure config reload logic executes correctly.
Made-with: Cursor
2026-03-24 20:44:26 +08:00
jxxghp
17373bc0fe
fix: 优化Agent消息排版
2026-03-24 20:21:58 +08:00
DDSRem
4612d3cdde
fix: unpin pip tooling in Docker build
...
Allow Docker builds to install the latest pip and pip-tools versions instead of constraining them, reducing maintenance overhead from version pin drift.
Made-with: Cursor
2026-03-24 19:59:32 +08:00
DDSRem
517300afe9
fix: clean typing issues and refresh runtime dependencies
...
Align endpoint/module type hints and config reload handling while updating base Python image and package pins to improve build/runtime compatibility.
Made-with: Cursor
2026-03-24 19:21:04 +08:00
jxxghp
3c7fdfec3c
更新 base.py
2026-03-24 19:14:34 +08:00
jxxghp
cfc8d26558
fix: 修复查询下载任务工具访问TransferTorrent不存在字段的问题
2026-03-24 18:53:08 +08:00
jxxghp
1c16b8bfec
feat: 查询下载任务工具支持按标签过滤
2026-03-24 18:45:47 +08:00
jxxghp
aae50004b1
feat: 新增修改下载任务Agent工具,查询下载任务支持返回标签
...
- 新增 modify_download Agent工具,支持通过hash修改下载任务的标签、开始和暂停下载
- 在 ChainBase 及三个下载器模块中新增 set_torrents_tag 方法
- DownloadingTorrent schema 新增 tags 字段
- 各下载器模块构建 DownloadingTorrent 时填充 tags
- query_download_tasks 工具输出中新增 tags 字段
2026-03-24 18:33:06 +08:00
jxxghp
4fbd2a7612
Merge pull request #5615 from Adraca/fix-v2-4939
2026-03-24 18:10:42 +08:00
Abhishek Khaparde
cede1a1100
fix: reset Telegram API URL to default when cleared
...
Co-authored-by: aider (deepseek/deepseek-chat) <aider@aider.chat >
2026-03-24 14:33:17 +05:30
jxxghp
5d3511cbc2
更新 skills.py
2026-03-24 12:25:06 +08:00
jxxghp
a66e082a8c
fix: change U115_APP_ID
2026-03-24 11:23:06 +08:00
jxxghp
2406438d1b
docs: Add guidelines for creating new skills, including directory structure and SKILL.md format.
2026-03-24 09:20:02 +08:00
jxxghp
be42c78aca
fix bug
2026-03-24 09:11:37 +08:00
jxxghp
78b8b30351
rollback aiopathlib
2026-03-24 09:06:44 +08:00
jxxghp
80e35fa938
feat(agent): support skills
2026-03-24 08:51: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
f2daa633b6
更新 version.py
v2.9.16-2
v2.9.16-1
2026-03-23 23:11:19 +08:00
jxxghp
630d13ac52
fix: 修复集缩略图文件名错误,episode-thumb-xx 改为 视频文件名-thumb.xx
2026-03-23 23:05:25 +08:00
jxxghp
40c79b249b
更新 __init__.py
2026-03-23 22:35:08 +08:00
jxxghp
6f4df912d8
更新 __init__.py
2026-03-23 22:33:18 +08:00
jxxghp
5744228a9d
更新 base.py
2026-03-23 22:31:27 +08:00
jxxghp
8c46ece44a
Merge pull request #5612 from PKC278/v2
2026-03-23 22:21:32 +08:00
PKC278
4cbf1a886e
fix: 移除AI智能体初始化中错误的await
2026-03-23 22:16:34 +08:00
jxxghp
17519d5a96
add TAVILY_API_KEYS
2026-03-23 22:13:44 +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
d4a15d3b53
更新 version.py
2026-03-23 20:02:31 +08:00
jxxghp
6ca6a94631
更新 base.py
2026-03-23 20:01:38 +08:00
jxxghp
61fced0df3
Merge pull request #5611 from wikrin/fix
2026-03-23 19:57:51 +08:00
jxxghp
b2f6ffddee
Merge remote-tracking branch 'origin/v2' into v2
2026-03-23 19:52:34 +08:00
jxxghp
c85805b15d
feat(agent): Telegram与Agent相互时支持流式输出
2026-03-23 19:52:26 +08:00
Attente
a0838ed9cd
fix(media): 修复剧集单集图片刮削
2026-03-23 19:41:48 +08:00
jxxghp
63bbec5db4
更新 __init__.py
2026-03-23 19:18:25 +08:00
jxxghp
4bc67dc816
feat(agent): Telegram与Agent相互时支持流式输出
2026-03-23 19:13:51 +08:00