agentui

package
v0.0.38 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2026 License: MIT Imports: 19 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
	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.

Jump to

Keyboard shortcuts

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