package main import ( "github.com/mudler/LocalAGI/cmd" ) func main() { cmd.Execute() }