agentle.agents.a2a.models.json_rpc_responseΒΆ

A2A JSON-RPC Response Model

This module defines the JSONRPCResponse class, which represents responses in the JSON-RPC format within the A2A protocol. It provides a standardized structure for API responses.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

BaseModel()

Alias for pydantic.BaseModel.

JSONRPCError(*, code, message[, data])

Represents error information in JSON-RPC responses.

JSONRPCResponse(*, id[, result, error])

Represents a response in the JSON-RPC format.

JSONRPCResponse[Task](*, id[, result, error])

Represents a response in the JSON-RPC format.