a2a_send_task_subscribe
Send tasks to A2A-compatible agents and subscribe to real-time streaming updates for monitoring progress and receiving responses.
Instructions
Send a task and subscribe to updates (streaming)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agentId | No | Optional agent ID. If not provided, the first available agent will be used | |
maxUpdates | No | Maximum number of updates to receive (default: 10) | |
message | Yes | Message to send to the agent | |
taskId | No | Optional task ID. If not provided, a new UUID will be generated |