Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ModelChoice ¶ added in v0.2.0
type Option ¶ added in v0.2.0
type Option func(*Options)
func WithAfterSend ¶ added in v0.2.0
func WithModelSwitcher ¶ added in v0.3.0
func WithModelSwitcher(provider string, choices []ModelChoice, fn func(string) error) Option
WithModelSwitcher enables model selection for the active provider. The callback must finish the model switch before returning.
func WithStepEvents ¶ added in v0.2.0
WithStepEvents subscribes the TUI to the factory supervisor's event stream, which the chat view folds into live subagent activity while agent calls execute.
func WithVerbose ¶ added in v0.3.0
WithVerbose controls tool activity rendering: false (the default) shows live activity and concise completed receipts while hiding successful tool result bodies; true restores full tool call/result cards. Errors always render in full regardless of this setting.
func WithWorkflowEvents ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.