cli: spawn pods through insomnia pod

This commit is contained in:
2026-05-31 14:20:00 +09:00
parent de3f64f41d
commit 4f622b8e32
12 changed files with 212 additions and 43 deletions
Generated
+6
View File
@@ -333,6 +333,7 @@ name = "client"
version = "0.1.0"
dependencies = [
"manifest",
"pod-command",
"protocol",
"serde_json",
"tokio",
@@ -2338,6 +2339,7 @@ dependencies = [
"manifest",
"memory",
"minijinja",
"pod-command",
"pod-registry",
"pod-store",
"protocol",
@@ -2357,6 +2359,10 @@ dependencies = [
"workflow",
]
[[package]]
name = "pod-command"
version = "0.1.0"
[[package]]
name = "pod-registry"
version = "0.1.0"