Documentation
¶
Overview ¶
Package chat is the interactive A2A chat TUI launched after `arctl run` brings an agent up. It speaks the A2A streaming protocol via trpc-a2a-go and renders user/agent turns + tool calls/results in a bubbletea model.
Resurrected from internal/cli/agent/tui (Phase 12 deletion); package renamed from `tui` to `chat` because it now lives under declarative/.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SendMessageFn ¶
type SendMessageFn func(ctx context.Context, params protocol.SendMessageParams) (<-chan protocol.StreamingMessageEvent, error)
SendMessageFn mirrors the A2A client's StreamMessage signature.
Click to show internal directories.
Click to hide internal directories.