refactor: inject agent runtime settings

This commit is contained in:
jxxghp
2026-08-23 01:28:08 +08:00
parent 7846b24f6c
commit 47d2846990
5 changed files with 32 additions and 8 deletions
@@ -9,7 +9,7 @@
"root": "app"
},
"settings_imports": {
"count": 122,
"count": 121,
"files": [
"app/adapters/cache/backends.py",
"app/adapters/cache/redis.py",
@@ -32,7 +32,6 @@
"app/agent/memory/__init__.py",
"app/agent/orchestrator.py",
"app/agent/prompt/__init__.py",
"app/agent/runtime.py",
"app/agent/skills/registry.py",
"app/agent/tools/base.py",
"app/agent/tools/impl/_plugin_tool_utils.py",
+4 -3
View File
@@ -13,8 +13,8 @@
"runtime_to_db": [],
"workflow_to_db": []
},
"edge_count": 6416,
"edge_sha256": "c138400e259f15da3b22796667691ccca229c9c8b9a4c88f3c122922600c38a1",
"edge_count": 6417,
"edge_sha256": "ded73ef8389d2d3ba9328063bad2afb6bda982fa14a8a4ae6eb369ba4e3c345c",
"edges": [
"app -> app.runtime",
"app -> app.runtime.compat",
@@ -384,8 +384,9 @@
"app.agent.prompt -> app.schemas.notification",
"app.agent.prompt.transfer_redo -> app.agent",
"app.agent.prompt.transfer_redo -> app.agent.prompt",
"app.agent.runtime -> app.application",
"app.agent.runtime -> app.application.configuration",
"app.agent.runtime -> app.runtime",
"app.agent.runtime -> app.runtime.config",
"app.agent.runtime -> app.runtime.log",
"app.agent.runtime_loader -> app.agent",
"app.agent.runtime_loader -> app.agent.capabilities",