commands

package
v0.0.0-...-14e3c9d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2025 License: Apache-2.0 Imports: 16 Imported by: 0

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

func NewConfigCommand() *cobra.Command

NewConfigCommand creates a new command for managing Sam Sepiol configuration

func NewRunCommand

func NewRunCommand() *cobra.Command

NewRunCommand creates a new command for running tasks with Sam Sepiol

func NewServeCommand

func NewServeCommand() *cobra.Command

NewServeCommand creates a new command for starting the Sam Sepiol API server

func NewToolsCommand

func NewToolsCommand() *cobra.Command

NewToolsCommand creates a new command for managing Sam Sepiol tools

func NewVersionCommand

func NewVersionCommand() *cobra.Command

NewVersionCommand creates a new command for displaying version information

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL