Documentation
¶
Overview ¶
Package commands provides CLI commands for the agent runtime
Package commands provides CLI commands for the agent runtime ¶
Package commands provides CLI commands for the agent runtime ¶
Package commands provides CLI commands for the agent runtime ¶
Package commands provides CLI commands for the agent runtime
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the current version of Sam Sepiol Version = "0.1.0" // BuildDate is the date when Sam Sepiol was built BuildDate = "unknown" // GitCommit is the git commit hash from which Sam Sepiol was built GitCommit = "unknown" // GoVersion is the Go version used to build Sam Sepiol GoVersion = runtime.Version() // Platform is the operating system and architecture Sam Sepiol is running on Platform = fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH) )
Functions ¶
func NewConfigCommand ¶
NewConfigCommand creates a new command for managing Sam Sepiol configuration
func NewRunCommand ¶
NewRunCommand creates a new command for running tasks with Sam Sepiol
func NewServeCommand ¶
NewServeCommand creates a new command for starting the Sam Sepiol API server
func NewToolsCommand ¶
NewToolsCommand creates a new command for managing Sam Sepiol tools
func NewVersionCommand ¶
NewVersionCommand creates a new command for displaying version information
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.