refactor: route agent llm settings through runtime

This commit is contained in:
jxxghp
2026-08-23 02:49:00 +08:00
parent 1ede083fb2
commit 41ee5aacdc
8 changed files with 24 additions and 17 deletions
+6 -6
View File
@@ -14,7 +14,7 @@
"workflow_to_db": []
},
"edge_count": 6419,
"edge_sha256": "d5ae653cf616d76dfefea690bb71c32f54b07612af9c5c9cd4372ac6b55b6cae",
"edge_sha256": "91e14e6acb6220fccd8ac3e2df899303f4e4fe6532c92079378d4b350be4d06e",
"edges": [
"app -> app.runtime",
"app -> app.runtime.compat",
@@ -199,10 +199,10 @@
"app.agent.llm.capability -> app.agent.llm",
"app.agent.llm.capability -> app.agent.llm.helper",
"app.agent.llm.capability -> app.runtime",
"app.agent.llm.capability -> app.runtime.config",
"app.agent.llm.capability -> app.runtime.extensions",
"app.agent.llm.capability -> app.runtime.extensions.service_config",
"app.agent.llm.capability -> app.runtime.log",
"app.agent.llm.capability -> app.runtime.settings",
"app.agent.llm.capability -> app.schemas",
"app.agent.llm.capability -> app.schemas.notification",
"app.agent.llm.capability -> app.schemas.types",
@@ -211,8 +211,8 @@
"app.agent.llm.helper -> app.agent.llm.gateway",
"app.agent.llm.helper -> app.agent.llm.server_tools",
"app.agent.llm.helper -> app.runtime",
"app.agent.llm.helper -> app.runtime.config",
"app.agent.llm.helper -> app.runtime.log",
"app.agent.llm.helper -> app.runtime.settings",
"app.agent.llm.provider -> app.agent",
"app.agent.llm.provider -> app.agent.llm",
"app.agent.llm.provider -> app.agent.llm.helper",
@@ -221,8 +221,8 @@
"app.agent.llm.provider -> app.foundation",
"app.agent.llm.provider -> app.foundation.singleton",
"app.agent.llm.provider -> app.runtime",
"app.agent.llm.provider -> app.runtime.config",
"app.agent.llm.provider -> app.runtime.log",
"app.agent.llm.provider -> app.runtime.settings",
"app.agent.llm.provider -> app.schemas",
"app.agent.llm.provider -> app.schemas.types",
"app.agent.mcp -> app.adapters",
@@ -352,10 +352,10 @@
"app.agent.orchestrator -> app.foundation",
"app.agent.orchestrator -> app.foundation.identity",
"app.agent.orchestrator -> app.runtime",
"app.agent.orchestrator -> app.runtime.config",
"app.agent.orchestrator -> app.runtime.events",
"app.agent.orchestrator -> app.runtime.log",
"app.agent.orchestrator -> app.runtime.observability",
"app.agent.orchestrator -> app.runtime.settings",
"app.agent.orchestrator -> app.schemas",
"app.agent.orchestrator -> app.schemas.event",
"app.agent.orchestrator -> app.schemas.message",
@@ -422,10 +422,10 @@
"app.agent.tools.base -> app.application.messaging.agent",
"app.agent.tools.base -> app.chain",
"app.agent.tools.base -> app.runtime",
"app.agent.tools.base -> app.runtime.config",
"app.agent.tools.base -> app.runtime.extensions",
"app.agent.tools.base -> app.runtime.extensions.service_config",
"app.agent.tools.base -> app.runtime.log",
"app.agent.tools.base -> app.runtime.settings",
"app.agent.tools.base -> app.schemas",
"app.agent.tools.base -> app.schemas.message",
"app.agent.tools.base -> app.schemas.types",