mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
refactor: expand api and chain config snapshots
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"root": "app"
|
||||
},
|
||||
"settings_imports": {
|
||||
"count": 161,
|
||||
"count": 154,
|
||||
"files": [
|
||||
"app/adapters/cache/backends.py",
|
||||
"app/adapters/cache/redis.py",
|
||||
@@ -47,17 +47,12 @@
|
||||
"app/agent/tools/impl/send_voice_message.py",
|
||||
"app/agent/tools/impl/update_agent_task.py",
|
||||
"app/agent/tools/impl/update_system_settings.py",
|
||||
"app/api/endpoints/agent.py",
|
||||
"app/api/endpoints/anthropic.py",
|
||||
"app/api/endpoints/media.py",
|
||||
"app/api/endpoints/message.py",
|
||||
"app/api/endpoints/openai.py",
|
||||
"app/api/endpoints/plugin.py",
|
||||
"app/api/endpoints/storage.py",
|
||||
"app/api/endpoints/subscribe.py",
|
||||
"app/api/endpoints/system.py",
|
||||
"app/api/endpoints/tmdb.py",
|
||||
"app/api/endpoints/torrent.py",
|
||||
"app/api/endpoints/transfer.py",
|
||||
"app/api/servcookie.py",
|
||||
"app/application/formatting.py",
|
||||
@@ -75,10 +70,8 @@
|
||||
"app/chain/message.py",
|
||||
"app/chain/scraping.py",
|
||||
"app/chain/search.py",
|
||||
"app/chain/site.py",
|
||||
"app/chain/subscribe.py",
|
||||
"app/chain/system.py",
|
||||
"app/chain/torrents.py",
|
||||
"app/chain/transfer.py",
|
||||
"app/cli.py",
|
||||
"app/db/base.py",
|
||||
|
||||
+9
-10
@@ -13,8 +13,8 @@
|
||||
"runtime_to_db": [],
|
||||
"workflow_to_db": []
|
||||
},
|
||||
"edge_count": 6369,
|
||||
"edge_sha256": "62638f6e334e7deb05902ca1e50cdcd03245a85c207dd2b4efaa03306cd28187",
|
||||
"edge_count": 6368,
|
||||
"edge_sha256": "03022352d218ecfb93295438f8264140fa7f6be2f7e55734e094989e454062ae",
|
||||
"edges": [
|
||||
"app -> app.runtime",
|
||||
"app -> app.runtime.compat",
|
||||
@@ -1632,6 +1632,7 @@
|
||||
"app.api.endpoints.agent -> app.api.principal",
|
||||
"app.api.endpoints.agent -> app.api.response",
|
||||
"app.api.endpoints.agent -> app.application",
|
||||
"app.api.endpoints.agent -> app.application.configuration",
|
||||
"app.api.endpoints.agent -> app.application.messaging",
|
||||
"app.api.endpoints.agent -> app.application.messaging.agent",
|
||||
"app.api.endpoints.agent -> app.application.messaging.chat",
|
||||
@@ -1677,8 +1678,8 @@
|
||||
"app.api.endpoints.anthropic -> app.api.openai_utils",
|
||||
"app.api.endpoints.anthropic -> app.api.presentation",
|
||||
"app.api.endpoints.anthropic -> app.api.presentation.sse",
|
||||
"app.api.endpoints.anthropic -> app.runtime",
|
||||
"app.api.endpoints.anthropic -> app.runtime.config",
|
||||
"app.api.endpoints.anthropic -> app.application",
|
||||
"app.api.endpoints.anthropic -> app.application.configuration",
|
||||
"app.api.endpoints.anthropic -> app.schemas",
|
||||
"app.api.endpoints.anthropic -> app.schemas.openai",
|
||||
"app.api.endpoints.auth -> app.api",
|
||||
@@ -2023,8 +2024,8 @@
|
||||
"app.api.endpoints.openai -> app.api.openai_utils",
|
||||
"app.api.endpoints.openai -> app.api.presentation",
|
||||
"app.api.endpoints.openai -> app.api.presentation.sse",
|
||||
"app.api.endpoints.openai -> app.runtime",
|
||||
"app.api.endpoints.openai -> app.runtime.config",
|
||||
"app.api.endpoints.openai -> app.application",
|
||||
"app.api.endpoints.openai -> app.application.configuration",
|
||||
"app.api.endpoints.openai -> app.schemas",
|
||||
"app.api.endpoints.openai -> app.schemas.openai",
|
||||
"app.api.endpoints.openai -> app.schemas.types",
|
||||
@@ -2268,8 +2269,6 @@
|
||||
"app.api.endpoints.tmdb -> app.application.configuration",
|
||||
"app.api.endpoints.tmdb -> app.chain",
|
||||
"app.api.endpoints.tmdb -> app.chain.tmdb",
|
||||
"app.api.endpoints.tmdb -> app.runtime",
|
||||
"app.api.endpoints.tmdb -> app.runtime.config",
|
||||
"app.api.endpoints.tmdb -> app.schemas",
|
||||
"app.api.endpoints.tmdb -> app.schemas.context",
|
||||
"app.api.endpoints.tmdb -> app.schemas.response",
|
||||
@@ -2281,6 +2280,8 @@
|
||||
"app.api.endpoints.torrent -> app.api.dependencies",
|
||||
"app.api.endpoints.torrent -> app.api.dependencies.auth",
|
||||
"app.api.endpoints.torrent -> app.api.response",
|
||||
"app.api.endpoints.torrent -> app.application",
|
||||
"app.api.endpoints.torrent -> app.application.configuration",
|
||||
"app.api.endpoints.torrent -> app.chain",
|
||||
"app.api.endpoints.torrent -> app.chain.media",
|
||||
"app.api.endpoints.torrent -> app.chain.torrents",
|
||||
@@ -2292,8 +2293,6 @@
|
||||
"app.api.endpoints.torrent -> app.domain.metainfo",
|
||||
"app.api.endpoints.torrent -> app.foundation",
|
||||
"app.api.endpoints.torrent -> app.foundation.crypto",
|
||||
"app.api.endpoints.torrent -> app.runtime",
|
||||
"app.api.endpoints.torrent -> app.runtime.config",
|
||||
"app.api.endpoints.torrent -> app.schemas",
|
||||
"app.api.endpoints.torrent -> app.schemas.cache",
|
||||
"app.api.endpoints.torrent -> app.schemas.media",
|
||||
|
||||
Reference in New Issue
Block a user