Documentation ¶ Index ¶ func ParseFinalMessage(jsonlOutput string) (string, error) type Runner func (r Runner) Run(ctx context.Context, userText string) (string, error) func (r Runner) RunWithThreadAndProgress(ctx context.Context, threadID string, agentName string, userText string, ...) (string, string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseFinalMessage ¶ func ParseFinalMessage(jsonlOutput string) (string, error) Types ¶ type Runner ¶ type Runner struct { Command string Timeout time.Duration Env map[string]string PromptPrefix string WorkspaceDir string Prompts *prompting.Loader } func (Runner) Run ¶ func (r Runner) Run(ctx context.Context, userText string) (string, error) func (Runner) RunWithThreadAndProgress ¶ func (r Runner) RunWithThreadAndProgress( ctx context.Context, threadID string, agentName string, userText string, model string, personality string, noReplyToken string, env map[string]string, onThinking func(step string), ) (string, string, error) Source Files ¶ View all Source files event_parser.goexec_args.gokimi.go Click to show internal directories. Click to hide internal directories.