Documentation
¶
Index ¶
- Variables
- func Help(ctx context.Context, cmd *cobra.Command, args []string) error
- func HelpAgents(ctx context.Context, app *api.AppConfig) error
- func HelpCommands(ctx context.Context) error
- func HelpHistory(ctx context.Context, app *api.AppConfig) error
- func HelpInfo(ctx context.Context, app *api.AppConfig) error
- func HelpModels(ctx context.Context, app *api.AppConfig) error
- func HelpTools(ctx context.Context, app *api.AppConfig) error
- func Run(cmd *cobra.Command, args []string) error
- type HelpData
Constants ¶
This section is empty.
Variables ¶
View Source
var AgentCmd = &cobra.Command{ Use: "ai [OPTIONS] [@AGENT] MESSAGE...", Short: "AI Command Line Tool", Version: internal.Version, DisableFlagsInUseLine: true, DisableSuggestions: true, Args: cobra.ArbitraryArgs, RunE: func(cmd *cobra.Command, args []string) error { return Run(cmd, args) }, }
Functions ¶
func HelpCommands ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.