root

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2025 License: Apache-2.0 Imports: 44 Imported by: 0

Documentation

Index

Constants

View Source
const APP_NAME = "cagent"

Variables

View Source
var (
	Version   = "dev"
	BuildTime = "unknown"
	Commit    = "unknown"
)

version information

View Source
var FeedbackLink = "https://docker.qualtrics.com/jfe/form/SV_cNsCIg92nQemlfw"

Functions

func Execute

func Execute()

func NewApiCmd

func NewApiCmd() *cobra.Command

NewApiCmd creates a new api command

func NewCatalogCmd

func NewCatalogCmd() *cobra.Command

NewCatalogCmd creates the catalog command with its subcommands

func NewDebugCmd

func NewDebugCmd() *cobra.Command

NewDebugCmd creates a command that prints the debug information about cagent.

func NewEvalCmd

func NewEvalCmd() *cobra.Command

func NewFeedbackCmd

func NewFeedbackCmd() *cobra.Command

NewFeedbackCmd creates a new feedback command

func NewMCPCmd

func NewMCPCmd() *cobra.Command

NewMCPCmd creates the MCP server command

func NewNewCmd

func NewNewCmd() *cobra.Command

Cmd creates a new command to create a new agent configuration

func NewPullCmd

func NewPullCmd() *cobra.Command

func NewPushCmd

func NewPushCmd() *cobra.Command

func NewReadmeCmd

func NewReadmeCmd() *cobra.Command

NewReadmeCmd creates a command that prints the README of an agent.

func NewRootCmd

func NewRootCmd() *cobra.Command

NewRootCmd creates the root command for cagent

func NewRunCmd

func NewRunCmd() *cobra.Command

NewRunCmd creates a new run command

func NewTUICmd

func NewTUICmd() *cobra.Command

NewTUICmd creates a new TUI command

func NewVersionCmd

func NewVersionCmd() *cobra.Command

NewVersionCmd creates a new version command

Types

type ConfirmationResult

type ConfirmationResult string

confirmation result types

const (
	ConfirmationApprove        ConfirmationResult = "approve"
	ConfirmationApproveSession ConfirmationResult = "approve_session"
	ConfirmationReject         ConfirmationResult = "reject"
	ConfirmationAbort          ConfirmationResult = "abort"
)

Jump to

Keyboard shortcuts

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