refactor: route chat and subtitle settings through runtime

This commit is contained in:
jxxghp
2026-08-23 03:17:40 +08:00
parent 55c80c87da
commit 061a92eab0
8 changed files with 24 additions and 17 deletions
@@ -9,7 +9,7 @@
"root": "app"
},
"settings_imports": {
"count": 39,
"count": 34,
"files": [
"app/adapters/system/fsproxy.py",
"app/cli.py",
@@ -23,11 +23,8 @@
"app/modules/filemanager/storages/local.py",
"app/modules/postgresql/__init__.py",
"app/modules/qbittorrent/__init__.py",
"app/modules/qqbot/qqbot.py",
"app/modules/redis/__init__.py",
"app/modules/rtorrent/__init__.py",
"app/modules/subtitle/__init__.py",
"app/modules/telegram/telegram.py",
"app/modules/themoviedb/__init__.py",
"app/modules/themoviedb/category.py",
"app/modules/themoviedb/scraper.py",
@@ -40,8 +37,6 @@
"app/modules/transmission/__init__.py",
"app/modules/trimemedia/api.py",
"app/modules/webpush/__init__.py",
"app/modules/wechat/wechatbot.py",
"app/modules/wechatclawbot/wechatclawbot.py",
"app/runtime/extensions/host_module_adapter.py",
"app/startup/agent_initializer.py",
"app/startup/database.py",
+6 -6
View File
@@ -14,7 +14,7 @@
"workflow_to_db": []
},
"edge_count": 6425,
"edge_sha256": "06fb9c478770d0a27b22f8bcde92644fc5a2b14775446953716b4ed492b32042",
"edge_sha256": "41afc9f5275b7f406e8ab4dd240d9af5bd01dd2e7537431e221558db2b9e593e",
"edges": [
"app -> app.runtime",
"app -> app.runtime.compat",
@@ -4797,8 +4797,8 @@
"app.modules.qqbot.qqbot -> app.modules.qqbot.gateway",
"app.modules.qqbot.qqbot -> app.runtime",
"app.modules.qqbot.qqbot -> app.runtime.cache",
"app.modules.qqbot.qqbot -> app.runtime.config",
"app.modules.qqbot.qqbot -> app.runtime.log",
"app.modules.qqbot.qqbot -> app.runtime.settings",
"app.modules.redis -> app.adapters",
"app.modules.redis -> app.adapters.cache",
"app.modules.redis -> app.adapters.cache.redis",
@@ -4861,8 +4861,8 @@
"app.modules.subtitle -> app.domain.context",
"app.modules.subtitle -> app.modules",
"app.modules.subtitle -> app.runtime",
"app.modules.subtitle -> app.runtime.config",
"app.modules.subtitle -> app.runtime.log",
"app.modules.subtitle -> app.runtime.settings",
"app.modules.subtitle -> app.schemas",
"app.modules.subtitle -> app.schemas.types",
"app.modules.synologychat -> app.adapters",
@@ -4923,9 +4923,9 @@
"app.modules.telegram.telegram -> app.modules.telegram",
"app.modules.telegram.telegram -> app.modules.telegram.compat",
"app.modules.telegram.telegram -> app.runtime",
"app.modules.telegram.telegram -> app.runtime.config",
"app.modules.telegram.telegram -> app.runtime.execution",
"app.modules.telegram.telegram -> app.runtime.log",
"app.modules.telegram.telegram -> app.runtime.settings",
"app.modules.telegram.telegram -> app.runtime.thread",
"app.modules.theaudiodb -> app.adapters",
"app.modules.theaudiodb -> app.adapters.network",
@@ -5322,8 +5322,8 @@
"app.modules.wechat.wechatbot -> app.foundation.size",
"app.modules.wechat.wechatbot -> app.runtime",
"app.modules.wechat.wechatbot -> app.runtime.cache",
"app.modules.wechat.wechatbot -> app.runtime.config",
"app.modules.wechat.wechatbot -> app.runtime.log",
"app.modules.wechat.wechatbot -> app.runtime.settings",
"app.modules.wechat.wechatbot -> app.schemas",
"app.modules.wechat.wechatbot -> app.schemas.message",
"app.modules.wechat.wechatbot -> app.schemas.types",
@@ -5351,8 +5351,8 @@
"app.modules.wechatclawbot.wechatclawbot -> app.foundation.size",
"app.modules.wechatclawbot.wechatclawbot -> app.runtime",
"app.modules.wechatclawbot.wechatclawbot -> app.runtime.cache",
"app.modules.wechatclawbot.wechatclawbot -> app.runtime.config",
"app.modules.wechatclawbot.wechatclawbot -> app.runtime.log",
"app.modules.wechatclawbot.wechatclawbot -> app.runtime.settings",
"app.modules.zspace -> app.modules",
"app.modules.zspace -> app.modules._base",
"app.modules.zspace -> app.modules.zspace.zspace",