refactor: route agent support settings through runtime

This commit is contained in:
jxxghp
2026-08-23 02:46:26 +08:00
parent f729a8ffe7
commit 1ede083fb2
6 changed files with 16 additions and 11 deletions
+4 -4
View File
@@ -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",