a2a_submit_task
Submit a task to another agent by sending an initial message through the A2A protocol. Specify the sender, target agent, and message content to create a new task.
Instructions
Submit a task to another agent via the A2A protocol. Creates a new task with an initial message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Task message (text content) | |
| metadata | No | Optional metadata key-value pairs | |
| to_agent | Yes | Target agent name | |
| from_agent | Yes | Sender agent name | |
| session_id | No | Optional session ID for grouping related tasks |