Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunConsole ¶
func RunConsole(ctx context.Context, cfg *ConsoleConfig) error
RunConsole runs the agent in console mode with agent-controlled flow
func RunSimpleWeb ¶
func RunSimpleWeb(ctx context.Context, cfg *SimpleWebConfig) error
RunSimpleWeb runs a simplified chat-only web interface
Types ¶
type ConsoleConfig ¶
type ConsoleConfig struct {
AgentConfig *config.AgentConfig
AppConfig *config.AppConfig
ProviderName string
ModelName string
SessionService session.Service
DebugMode bool
Parameters map[string]string
}
ConsoleConfig contains configuration for the console launcher
type SimpleWebConfig ¶
type SimpleWebConfig struct {
AgentConfig *config.AgentConfig
ProviderName string
ModelName string
SessionService session.Service
Port int
}
SimpleWebConfig contains configuration for the simple web launcher
Click to show internal directories.
Click to hide internal directories.