 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func New() *cobra.Command
- type Agents
- type Create
- type Credentials
- type CredentialsDelete
- type Debug
- type Delete
- type Edit
- type EmailReceivers
- type Invoke
- type Obot
- type RunPrint
- type Runs
- type Server
- type ThreadPrint
- type Threads
- type ToolRegister
- type ToolUnregister
- type ToolUpdate
- type Tools
- type Update
- type Version
- type Webhooks
- type WorkflowAuth
- type Workflows
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Agents ¶
type Create ¶
type Create struct {
	Quiet bool `usage:"Only print ID after successful creation." short:"q"`
	// contains filtered or unexported fields
}
    type Credentials ¶
type Credentials struct {
	Wide     bool   `usage:"Print more information" short:"w"`
	Quiet    bool   `usage:"Only print IDs of credentials" short:"q"`
	ThreadID string `usage:"Specific thread list credentials for" short:"t"`
	// contains filtered or unexported fields
}
    func (*Credentials) Customize ¶
func (l *Credentials) Customize(cmd *cobra.Command)
type CredentialsDelete ¶
type CredentialsDelete struct {
	Quiet bool `usage:"Only print IDs of credentials" short:"q"`
	// contains filtered or unexported fields
}
    func (*CredentialsDelete) Customize ¶
func (l *CredentialsDelete) Customize(cmd *cobra.Command)
type Edit ¶
type Edit struct {
	Prompt bool `usage:"Edit just the prompt for the agent" short:"p"`
	// contains filtered or unexported fields
}
    type EmailReceivers ¶
type EmailReceivers struct {
	Quiet  bool   `usage:"Only print IDs of agents" short:"q"`
	Wide   bool   `usage:"Print more information" short:"w"`
	Output string `usage:"Output format (table, json, yaml)" short:"o" default:"table"`
	// contains filtered or unexported fields
}
    func (*EmailReceivers) Customize ¶
func (l *EmailReceivers) Customize(cmd *cobra.Command)
type Invoke ¶
type Invoke struct {
	Thread  string `usage:"Thread name to run the agent in." short:"t"`
	Step    string `usage:"Workflow step to rerun from, thread is already required" short:"s"`
	Quiet   *bool  `usage:"Only print output characters" short:"q"`
	Verbose bool   `usage:"Print more information" short:"v"`
	Async   bool   `usage:"Run the agent asynchronously" short:"a"`
	// contains filtered or unexported fields
}
    type RunPrint ¶
type Runs ¶
type Runs struct {
	Wide   bool   `usage:"Print more information" short:"w"`
	Quiet  bool   `usage:"Only print IDs of runs" short:"q"`
	Output string `usage:"Output format (table, json, yaml)" short:"o" default:"table"`
	Follow bool   `usage:"Follow the output of runs" short:"f"`
	// contains filtered or unexported fields
}
    type ThreadPrint ¶
type ThreadPrint struct {
	Quiet   bool `usage:"Only print response content of threads" short:"q"`
	Follow  bool `usage:"Follow the thread and print new events" short:"f"`
	Verbose bool `usage:"Print more information" short:"v"`
	// contains filtered or unexported fields
}
    func (*ThreadPrint) Customize ¶
func (l *ThreadPrint) Customize(cmd *cobra.Command)
type Threads ¶
type ToolRegister ¶
type ToolRegister struct {
	Quiet bool `usage:"Only print IDs of created tool references:" short:"q"`
	// contains filtered or unexported fields
}
    func (*ToolRegister) Customize ¶
func (l *ToolRegister) Customize(cmd *cobra.Command)
type ToolUnregister ¶
type ToolUnregister struct {
	Quiet bool `usage:"Only print IDs of unregistered tool references" short:"q"`
	// contains filtered or unexported fields
}
    func (*ToolUnregister) Customize ¶
func (l *ToolUnregister) Customize(cmd *cobra.Command)
type ToolUpdate ¶
type ToolUpdate struct {
	Quiet bool `usage:"Only print IDs of updated step template" short:"q"`
	// contains filtered or unexported fields
}
    func (*ToolUpdate) Customize ¶
func (l *ToolUpdate) Customize(cmd *cobra.Command)
type Tools ¶
type Update ¶
type Update struct {
	Quiet bool `usage:"Only print IDs of updated agent/workflow" short:"q"`
	// contains filtered or unexported fields
}
    type Webhooks ¶
type WorkflowAuth ¶
type WorkflowAuth struct {
	// contains filtered or unexported fields
}
    func (*WorkflowAuth) Customize ¶
func (l *WorkflowAuth) Customize(cmd *cobra.Command)
       Source Files
      ¶
      Source Files
      ¶
    
   Click to show internal directories. 
   Click to hide internal directories.