Communicate with an assistant using the Agent-to-Agent Protocol. Sends a JSON-RPC 2.0 message to the assistant.
jsonrpc
, id
, method
, and optional params
.Supported Methods:
message/send
: Send a message to the assistanttasks/get
: Get the status and result of a taskNotes:
Must be application/json
application/json
The ID of the assistant to communicate with
JSON-RPC response
The response is of type object
.