mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
refactor: route agent support settings through runtime
This commit is contained in:
@@ -9,16 +9,13 @@
|
||||
"root": "app"
|
||||
},
|
||||
"settings_imports": {
|
||||
"count": 101,
|
||||
"count": 98,
|
||||
"files": [
|
||||
"app/adapters/system/fsproxy.py",
|
||||
"app/agent/capabilities/adapter.py",
|
||||
"app/agent/llm/capability.py",
|
||||
"app/agent/llm/helper.py",
|
||||
"app/agent/llm/provider.py",
|
||||
"app/agent/memory/__init__.py",
|
||||
"app/agent/orchestrator.py",
|
||||
"app/agent/prompt/__init__.py",
|
||||
"app/agent/skills/registry.py",
|
||||
"app/agent/tools/base.py",
|
||||
"app/agent/tools/impl/_plugin_tool_utils.py",
|
||||
|
||||
+4
-4
@@ -14,7 +14,7 @@
|
||||
"workflow_to_db": []
|
||||
},
|
||||
"edge_count": 6419,
|
||||
"edge_sha256": "bc2f57394915b9f90921a91cc4630a4426975ee765ece75a1aa0640080e41b4f",
|
||||
"edge_sha256": "d5ae653cf616d76dfefea690bb71c32f54b07612af9c5c9cd4372ac6b55b6cae",
|
||||
"edges": [
|
||||
"app -> app.runtime",
|
||||
"app -> app.runtime.compat",
|
||||
@@ -189,7 +189,7 @@
|
||||
"app.agent.capabilities.adapter -> app.runtime.capabilities.errors",
|
||||
"app.agent.capabilities.adapter -> app.runtime.capabilities.model",
|
||||
"app.agent.capabilities.adapter -> app.runtime.capabilities.registry",
|
||||
"app.agent.capabilities.adapter -> app.runtime.config",
|
||||
"app.agent.capabilities.adapter -> app.runtime.settings",
|
||||
"app.agent.contracts -> app.schemas",
|
||||
"app.agent.contracts -> app.schemas.types",
|
||||
"app.agent.llm.capability -> app.adapters",
|
||||
@@ -238,8 +238,8 @@
|
||||
"app.agent.memory -> app.application",
|
||||
"app.agent.memory -> app.application.agentdata",
|
||||
"app.agent.memory -> app.runtime",
|
||||
"app.agent.memory -> app.runtime.config",
|
||||
"app.agent.memory -> app.runtime.log",
|
||||
"app.agent.memory -> app.runtime.settings",
|
||||
"app.agent.memory -> app.schemas",
|
||||
"app.agent.memory -> app.schemas.agent",
|
||||
"app.agent.middleware.activity_log -> app.agent",
|
||||
@@ -381,8 +381,8 @@
|
||||
"app.agent.prompt -> app.agent.llm",
|
||||
"app.agent.prompt -> app.agent.llm.capability",
|
||||
"app.agent.prompt -> app.runtime",
|
||||
"app.agent.prompt -> app.runtime.config",
|
||||
"app.agent.prompt -> app.runtime.log",
|
||||
"app.agent.prompt -> app.runtime.settings",
|
||||
"app.agent.prompt -> app.schemas",
|
||||
"app.agent.prompt -> app.schemas.notification",
|
||||
"app.agent.prompt.transfer_redo -> app.agent",
|
||||
|
||||
Reference in New Issue
Block a user