refactor: route agent task settings through runtime

This commit is contained in:
jxxghp
2026-08-23 02:57:19 +08:00
parent d36795ec4d
commit c5f0bd4fb7
11 changed files with 34 additions and 25 deletions
@@ -1054,6 +1054,8 @@ Agent 能力适配器、记忆和提示词模块改用 `RuntimeSettingsCompat`
配置债务由 93 个文件降至 89 个,技能、工具和安全专项测试通过。
运行时状态、线程池、插件目录/管理器和模块管理器随后切换到同一动态运行时端口,保留旧模块覆盖语义;
配置债务由 89 个文件降至 84 个,插件、模块生命周期与线程安全专项测试通过。
Agent 下载、任务、媒体识别、刮削和 Web 搜索工具也切换到动态运行时端口,保留原工具输入与输出 ABI;
配置债务由 84 个文件降至 77 个,Agent 任务、搜索与识别专项测试通过。
同日修正适配器配置下沉边界:OCR、CookieCloud、DoH、Rust 和资源签名等低层实现不再直接依赖
`app.application`,由 `app.runtime.settings` 端口承接组合根注入;未启动装配时仍回退旧 Settings ABI