refactor(monorepo): extract inbox and orch runtimes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
orchcli "ai-workflow-skill/packages/orch-runtime/internal/cli/orch"
|
||||
)
|
||||
|
||||
func main() {
|
||||
os.Exit(orchcli.Execute(os.Args[1:], os.Stdout, os.Stderr))
|
||||
}
|
||||
Reference in New Issue
Block a user