tui

package
v0.0.0-...-484ddc9 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2026 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunChat

func RunChat(agentRef string, sessionID string, sendFn SendMessageFn, verbose bool) error

RunChat starts the TUI chat, blocking until the user exits.

func RunWorkspace

func RunWorkspace(cfg *config.Config, clientSet *client.ClientSet, verbose bool) error

RunWorkspace launches a split-pane TUI: sessions (left), chat (center), details (toggleable right).

Types

type SendMessageFn

type SendMessageFn func(ctx context.Context, params protocol.SendMessageParams) (<-chan protocol.StreamingMessageEvent, error)

SendMessageFn abstracts the A2A client's StreamMessage method for easier testing.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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