Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRootCommand ¶ added in v0.29.0
GetRootCommand returns the root command with the version set
Types ¶
type AgenticLoopConfig ¶ added in v0.13.1
type AgenticLoopConfig struct { // Mode configuration IsInteractive bool // true for interactive mode, false for non-interactive InitialPrompt string // initial prompt for non-interactive mode ContinueAfterRun bool // true to continue to interactive mode after initial run (--no-exit) // UI configuration Quiet bool // suppress all output except final response // Context data ServerNames []string // for slash commands ToolNames []string // for slash commands ModelName string // for display MCPConfig *config.Config // for continuing to interactive mode SessionManager *session.Manager // for session persistence }
AgenticLoopConfig configures the behavior of the unified agentic loop
Click to show internal directories.
Click to hide internal directories.