Versions in this module Expand all Collapse all v0 v0.4.0 Aug 3, 2026 Changes in this version + func LaunchA2A(ctx context.Context, agentName, agentURL string, verbose bool) error + func RunChat(agentRef string, sessionID string, sendFn SendMessageFn, verbose bool) error + type SendMessageFn func(ctx context.Context, params protocol.SendMessageParams) (<-chan protocol.StreamingMessageEvent, error)