Versions in this module Expand all Collapse all v0 v0.8.0 Aug 8, 2025 Changes in this version + type Catalog struct + Output string + Quiet bool + Wide bool + func (l *Catalog) Customize(cmd *cobra.Command) + func (l *Catalog) Run(cmd *cobra.Command, _ []string) error + type CreateObot struct + CatalogID string + Name string + ObotID string + func (c *CreateObot) Customize(cmd *cobra.Command) + func (c *CreateObot) Run(cmd *cobra.Command, _ []string) error + type DeleteObot struct + Force bool + func (c *DeleteObot) Customize(cmd *cobra.Command) + func (c *DeleteObot) Run(cmd *cobra.Command, args []string) error + type Obots struct + All bool + Output string + Quiet bool + Wide bool + func (l *Obots) Customize(cmd *cobra.Command) + func (l *Obots) Run(cmd *cobra.Command, args []string) error + type Tasks struct + All bool + AssistantID string + MaxTasks int + NoRuns bool + Output string + ProjectID string + Quiet bool + ThreadID string + Wide bool + func (l *Tasks) Customize(cmd *cobra.Command) + func (l *Tasks) Run(cmd *cobra.Command, args []string) error + type Token struct + func (t *Token) Customize(cmd *cobra.Command) + func (t *Token) Run(cmd *cobra.Command, _ []string) error v0.8.0-rc3 Aug 8, 2025 v0.8.0-rc1 Aug 7, 2025 v0.7.1 Mar 25, 2025 v0.7.0 Mar 17, 2025 v0.6.1 Feb 6, 2025 v0.6.0 Feb 3, 2025 v0.5.2 Jan 28, 2025 v0.5.1 Jan 25, 2025 v0.5.0 Jan 24, 2025 v0.4.0 Dec 19, 2024 Changes in this version + func New() *cobra.Command + type Agents struct + Output string + Quiet bool + Wide bool + func (l *Agents) Customize(cmd *cobra.Command) + func (l *Agents) Run(cmd *cobra.Command, args []string) error + type Create struct + Quiet bool + func (l *Create) Customize(cmd *cobra.Command) + func (l *Create) Run(cmd *cobra.Command, args []string) error + type Credentials struct + Quiet bool + ThreadID string + Wide bool + func (l *Credentials) Customize(cmd *cobra.Command) + func (l *Credentials) Run(cmd *cobra.Command, _ []string) error + type CredentialsDelete struct + Quiet bool + func (l *CredentialsDelete) Customize(cmd *cobra.Command) + func (l *CredentialsDelete) Run(cmd *cobra.Command, args []string) error + type Debug struct + func (l *Debug) Customize(cmd *cobra.Command) + func (l *Debug) Run(cmd *cobra.Command, args []string) error + type Delete struct + func (l *Delete) Customize(cmd *cobra.Command) + func (l *Delete) Run(cmd *cobra.Command, args []string) error + type Edit struct + Prompt bool + func (l *Edit) Customize(cmd *cobra.Command) + func (l *Edit) Run(cmd *cobra.Command, args []string) error + type EmailReceivers struct + Output string + Quiet bool + Wide bool + func (l *EmailReceivers) Customize(cmd *cobra.Command) + func (l *EmailReceivers) Run(cmd *cobra.Command, args []string) error + type Invoke struct + Async bool + Quiet *bool + Step string + Thread string + Verbose bool + func (l *Invoke) Customize(cmd *cobra.Command) + func (l *Invoke) GetQuiet() bool + func (l *Invoke) Pre(*cobra.Command, []string) error + func (l *Invoke) Run(cmd *cobra.Command, args []string) error + type Obot struct + Client *apiclient.Client + Debug bool + func (a *Obot) PersistentPre(*cobra.Command, []string) error + func (a *Obot) Run(cmd *cobra.Command, _ []string) error + type RunPrint struct + Quiet bool + Verbose bool + func (l *RunPrint) Customize(cmd *cobra.Command) + func (l *RunPrint) Run(cmd *cobra.Command, args []string) error + type Runs struct + Follow bool + Output string + Quiet bool + Wide bool + func (l *Runs) Customize(cmd *cobra.Command) + func (l *Runs) Run(cmd *cobra.Command, args []string) error + type Server struct + func (s *Server) Run(cmd *cobra.Command, _ []string) error + type ThreadPrint struct + Follow bool + Quiet bool + Verbose bool + func (l *ThreadPrint) Customize(cmd *cobra.Command) + func (l *ThreadPrint) Run(cmd *cobra.Command, args []string) error + type Threads struct + Output string + Quiet bool + Wide bool + func (l *Threads) Customize(cmd *cobra.Command) + func (l *Threads) Run(cmd *cobra.Command, args []string) error + type ToolRegister struct + Quiet bool + func (l *ToolRegister) Customize(cmd *cobra.Command) + func (l *ToolRegister) Run(cmd *cobra.Command, args []string) error + type ToolUnregister struct + Quiet bool + func (l *ToolUnregister) Customize(cmd *cobra.Command) + func (l *ToolUnregister) Run(cmd *cobra.Command, args []string) error + type ToolUpdate struct + Quiet bool + func (l *ToolUpdate) Customize(cmd *cobra.Command) + func (l *ToolUpdate) Run(cmd *cobra.Command, args []string) error + type Tools struct + Output string + Quiet bool + func (l *Tools) Customize(cmd *cobra.Command) + func (l *Tools) Run(cmd *cobra.Command, args []string) error + type Update struct + Quiet bool + func (l *Update) Customize(cmd *cobra.Command) + func (l *Update) Run(cmd *cobra.Command, args []string) error + type Version struct + func (l *Version) Run(*cobra.Command, []string) error + type Webhooks struct + Output string + Quiet bool + Wide bool + func (l *Webhooks) Customize(cmd *cobra.Command) + func (l *Webhooks) Run(cmd *cobra.Command, args []string) error + type WorkflowAuth struct + func (l *WorkflowAuth) Customize(cmd *cobra.Command) + func (l *WorkflowAuth) Run(cmd *cobra.Command, args []string) error + type Workflows struct + Output string + Quiet bool + Wide bool + func (l *Workflows) Customize(cmd *cobra.Command) + func (l *Workflows) Run(cmd *cobra.Command, args []string) error v0.4.0-rc1 Dec 18, 2024