refactor(monorepo): extract inbox and orch runtimes

This commit is contained in:
2026-03-20 13:08:33 +08:00
parent 1938eb8f07
commit 9b8e886289
78 changed files with 10516 additions and 77 deletions
+4
View File
@@ -1,3 +1,7 @@
module ai-workflow-skill/packages/inbox-runtime
go 1.26
require (
github.com/spf13/cobra v1.10.1
)