refactor: inject Rust acceleration settings

This commit is contained in:
jxxghp
2026-08-23 01:37:08 +08:00
parent e63745f40b
commit d15c65b108
4 changed files with 19 additions and 8 deletions
@@ -9,7 +9,7 @@
"root": "app"
},
"settings_imports": {
"count": 118,
"count": 117,
"files": [
"app/adapters/cache/backends.py",
"app/adapters/cache/redis.py",
@@ -20,7 +20,6 @@
"app/adapters/system/plugin/dependency.py",
"app/adapters/system/plugin/package.py",
"app/adapters/system/resource.py",
"app/adapters/system/rust.py",
"app/adapters/web/security/access.py",
"app/agent/capabilities/adapter.py",
"app/agent/llm/capability.py",
+4 -3
View File
@@ -13,8 +13,8 @@
"runtime_to_db": [],
"workflow_to_db": []
},
"edge_count": 6419,
"edge_sha256": "7e3db5ef8bc9be8d21706ad7a5f4b256430ea876afef66ca9ecf33ea2ff3c64e",
"edge_count": 6420,
"edge_sha256": "c1d92730a7755f0b5da8d8f9b8ecc4b828f76b8eb90b6967d8f5a8bc600b0727",
"edges": [
"app -> app.runtime",
"app -> app.runtime.compat",
@@ -156,8 +156,9 @@
"app.adapters.system.resource -> app.runtime",
"app.adapters.system.resource -> app.runtime.config",
"app.adapters.system.resource -> app.runtime.log",
"app.adapters.system.rust -> app.application",
"app.adapters.system.rust -> app.application.configuration",
"app.adapters.system.rust -> app.runtime",
"app.adapters.system.rust -> app.runtime.config",
"app.adapters.system.rust -> app.runtime.log",
"app.adapters.web.correlation -> app.runtime",
"app.adapters.web.correlation -> app.runtime.correlation",