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
AgentRunnerBinary string // optional binary name/path or "binary flag..." shell spec
AgentRunnerConfigHome string // grok/codex data dir; falls back to AGENT_RUNNER_CONFIG_HOME
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
KeepTerminalAlive bool
// WebManagedGrokSync skips in-process grok sync; caller runs agentsync.EnsureGrokSync.
WebManagedGrokSync bool
}
RunOptions configures a headless agent-run invocation.
Click to show internal directories.
Click to hide internal directories.