Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minchyeom
/
llmOS-Agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d8668d3
llmOS-Agent
/
cli-go
/
main.go
tech-envision
Add cross-platform Go CLI
98f8e86
2 months ago
raw
Copy download link
history
blame
67 Bytes
package
main
import
"llm-cli/cmd"
func
main
()
{
cmd.Execute()
}