agentui

package
v0.0.51 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 22 Imported by: 0

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.

func Run

func Run(ctx context.Context, opts RunOptions) error

Run executes the agent runner, streams output, and persists AgentEvents.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL