chore: migration 1

This commit is contained in:
Will Fu-Hinthorn
2026-04-08 04:46:31 -07:00
parent 98fd216ce7
commit 8e89c8b155
20 changed files with 6684 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
package main
import (
"os"
"github.com/langchain-ai/langgraph/libs/cli/internal/root"
)
func main() {
os.Exit(root.Run(os.Args[1:], os.Stdout, os.Stderr))
}