cli: add insomnia pod runtime entrypoint

This commit is contained in:
2026-05-31 13:42:29 +09:00
parent 0dd48f6152
commit 544257bfdd
7 changed files with 780 additions and 688 deletions
+1
View File
@@ -32,6 +32,7 @@ llm-worker-macros = { path = "crates/llm-worker-macros", version = "0.2" }
manifest = { path = "crates/manifest" }
lint-common = { path = "crates/lint-common" }
memory = { path = "crates/memory" }
pod = { path = "crates/pod" }
pod-registry = { path = "crates/pod-registry" }
pod-store = { path = "crates/pod-store" }
protocol = { path = "crates/protocol" }