feat: live reload runtime connections

This commit is contained in:
2026-07-04 04:47:23 +09:00
parent 296da3a440
commit b3dac8ea68
19 changed files with 1040 additions and 336 deletions
Generated
+6 -1
View File
@@ -5904,7 +5904,6 @@ dependencies = [
"uuid",
"wasmtime",
"wat",
"worker-runtime",
"workflow",
"yoi-plugin-pdk",
]
@@ -5913,16 +5912,22 @@ dependencies = [
name = "worker-runtime"
version = "0.1.0"
dependencies = [
"async-trait",
"axum",
"futures",
"llm-engine",
"manifest",
"protocol",
"serde",
"serde_json",
"session-store",
"sha2 0.11.0",
"tempfile",
"thiserror 2.0.18",
"tokio",
"tokio-tungstenite 0.29.0",
"tower",
"worker",
]
[[package]]