Documentation
¶
Index ¶
- Constants
- Variables
- func Execute()
- func NewApiCmd() *cobra.Command
- func NewCatalogCmd() *cobra.Command
- func NewDebugCmd() *cobra.Command
- func NewEvalCmd() *cobra.Command
- func NewFeedbackCmd() *cobra.Command
- func NewMCPCmd() *cobra.Command
- func NewNewCmd() *cobra.Command
- func NewPullCmd() *cobra.Command
- func NewPushCmd() *cobra.Command
- func NewReadmeCmd() *cobra.Command
- func NewRootCmd() *cobra.Command
- func NewRunCmd() *cobra.Command
- func NewTUICmd() *cobra.Command
- func NewVersionCmd() *cobra.Command
- type ConfirmationResult
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 NewCatalogCmd ¶
NewCatalogCmd creates the catalog command with its subcommands
func NewDebugCmd ¶
NewDebugCmd creates a command that prints the debug information about cagent.
func NewEvalCmd ¶
func NewFeedbackCmd ¶
NewFeedbackCmd creates a new feedback command
func NewPullCmd ¶
func NewPushCmd ¶
func NewReadmeCmd ¶
NewReadmeCmd creates a command that prints the README of an agent.
func NewVersionCmd ¶
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" )
Click to show internal directories.
Click to hide internal directories.