Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildContinuationPrompt ¶
func BuildContinuationPrompt(prior []types.AgentEvent, newPrompt string) string
BuildContinuationPrompt formats prior timeline messages plus the new user turn for the runner.
Types ¶
type RunOptions ¶
type RunOptions struct {
Prompt string
Runner string
Model string
SessionID string
JSON bool
Workspace string
Store agentstorage.Store
Stdout io.Writer
Stderr io.Writer
StreamPhases bool // web: phased assistant start/update/end; CLI: single message events
}
RunOptions configures a headless agent-run invocation.
Click to show internal directories.
Click to hide internal directories.