Index A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W A a2a module A2A (class in a2a.types) a2a.auth module a2a.auth.user module a2a.client module a2a.client.auth module a2a.client.auth.credentials module a2a.client.auth.interceptor module a2a.client.base_client module a2a.client.card_resolver module a2a.client.client module a2a.client.client_factory module a2a.client.client_task_manager module a2a.client.errors module a2a.client.helpers module a2a.client.legacy module a2a.client.middleware module a2a.client.optionals module a2a.client.transports module a2a.client.transports.base module a2a.client.transports.jsonrpc module a2a.client.transports.rest module a2a.grpc module a2a.grpc.a2a_pb2 module a2a.server module a2a.server.agent_execution module a2a.server.agent_execution.agent_executor module a2a.server.agent_execution.context module a2a.server.agent_execution.request_context_builder module a2a.server.agent_execution.simple_request_context_builder module a2a.server.apps module a2a.server.apps.jsonrpc module a2a.server.apps.jsonrpc.fastapi_app module a2a.server.apps.jsonrpc.jsonrpc_app module a2a.server.apps.jsonrpc.starlette_app module a2a.server.apps.rest module a2a.server.apps.rest.fastapi_app module a2a.server.apps.rest.rest_adapter module a2a.server.context module a2a.server.events module a2a.server.events.event_consumer module a2a.server.events.event_queue module a2a.server.events.in_memory_queue_manager module a2a.server.events.queue_manager module a2a.server.request_handlers module a2a.server.request_handlers.default_request_handler module a2a.server.request_handlers.jsonrpc_handler module a2a.server.request_handlers.request_handler module a2a.server.request_handlers.response_helpers module a2a.server.request_handlers.rest_handler module a2a.server.tasks module a2a.server.tasks.base_push_notification_sender module a2a.server.tasks.inmemory_push_notification_config_store module a2a.server.tasks.inmemory_task_store module a2a.server.tasks.push_notification_config_store module a2a.server.tasks.push_notification_sender module a2a.server.tasks.result_aggregator module a2a.server.tasks.task_manager module a2a.server.tasks.task_store module a2a.server.tasks.task_updater module a2a.types module a2a.utils module a2a.utils.artifact module a2a.utils.constants module a2a.utils.error_handlers module a2a.utils.errors module a2a.utils.helpers module a2a.utils.message module a2a.utils.proto_utils module a2a.utils.task module a2a.utils.telemetry module A2ACardResolver (class in a2a.client) (class in a2a.client.card_resolver) A2AClient (class in a2a.client) (class in a2a.client.legacy) A2AClientError, [1] A2AClientHTTPError, [1] A2AClientInvalidArgsError A2AClientInvalidStateError A2AClientJSONError, [1] A2AClientJSONRPCError A2AClientTimeoutError, [1] A2AError (class in a2a.types) A2AFastAPIApplication (class in a2a.server.apps) (class in a2a.server.apps.jsonrpc) (class in a2a.server.apps.jsonrpc.fastapi_app) A2AGrpcClient (class in a2a.client) A2ARequest (class in a2a.types) A2ARESTFastAPIApplication (class in a2a.server.apps) (class in a2a.server.apps.rest) (class in a2a.server.apps.rest.fastapi_app) A2AServerError A2AStarletteApplication (class in a2a.server.apps) (class in a2a.server.apps.jsonrpc) (class in a2a.server.apps.jsonrpc.starlette_app) accepted_output_modes (a2a.client.client.ClientConfig attribute) (a2a.client.ClientConfig attribute) (a2a.types.MessageSendConfiguration attribute) activated_extensions (a2a.server.context.ServerCallContext attribute) add() (a2a.server.events.in_memory_queue_manager.InMemoryQueueManager method) (a2a.server.events.InMemoryQueueManager method) (a2a.server.events.queue_manager.QueueManager method) (a2a.server.events.QueueManager method) add_activated_extension() (a2a.server.agent_execution.context.RequestContext method) (a2a.server.agent_execution.RequestContext method) add_artifact() (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) add_event_consumer() (a2a.client.Client method) (a2a.client.client.Client method) add_request_middleware() (a2a.client.Client method) (a2a.client.client.Client method) add_routes_to_app() (a2a.server.apps.A2AFastAPIApplication method) (a2a.server.apps.A2AStarletteApplication method) (a2a.server.apps.jsonrpc.A2AFastAPIApplication method) (a2a.server.apps.jsonrpc.A2AStarletteApplication method) (a2a.server.apps.jsonrpc.fastapi_app.A2AFastAPIApplication method) (a2a.server.apps.jsonrpc.starlette_app.A2AStarletteApplication method) additional_interfaces (a2a.types.AgentCard attribute) agent (a2a.types.Role attribute) agent_card() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) agent_interface() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) agent_task_callback() (a2a.server.events.event_consumer.EventConsumer method) (a2a.server.events.EventConsumer method) AgentCapabilities (class in a2a.types) AgentCard (class in a2a.types) AgentCardSignature (class in a2a.types) AgentExecutor (class in a2a.server.agent_execution) (class in a2a.server.agent_execution.agent_executor) AgentExtension (class in a2a.types) AgentInterface (class in a2a.types) AgentProvider (class in a2a.types) AgentSkill (class in a2a.types) APIKeySecurityScheme (class in a2a.types) append (a2a.types.TaskArtifactUpdateEvent attribute) append_artifact_to_task() (in module a2a.utils) (in module a2a.utils.helpers) are_modalities_compatible() (in module a2a.utils) (in module a2a.utils.helpers) artifact (a2a.types.TaskArtifactUpdateEvent attribute) Artifact (class in a2a.types) artifact() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) artifact_id (a2a.types.Artifact attribute) artifacts (a2a.types.Task attribute) attach_related_task() (a2a.server.agent_execution.context.RequestContext method) (a2a.server.agent_execution.RequestContext method) auth_required (a2a.types.TaskState attribute) AuthenticatedExtendedCardNotConfiguredError (class in a2a.types) authentication (a2a.types.PushNotificationConfig attribute) authentication_info() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) AuthInterceptor (class in a2a.client) (class in a2a.client.auth) (class in a2a.client.auth.interceptor) authorization_code (a2a.types.OAuthFlows attribute) authorization_url (a2a.types.AuthorizationCodeOAuthFlow attribute) (a2a.types.ImplicitOAuthFlow attribute) AuthorizationCodeOAuthFlow (class in a2a.types) B BaseClient (class in a2a.client.base_client) BasePushNotificationSender (class in a2a.server.tasks) (class in a2a.server.tasks.base_push_notification_sender) bearer_format (a2a.types.HTTPAuthSecurityScheme attribute) blocking (a2a.types.MessageSendConfiguration attribute) build() (a2a.server.agent_execution.request_context_builder.RequestContextBuilder method) (a2a.server.agent_execution.RequestContextBuilder method) (a2a.server.agent_execution.simple_request_context_builder.SimpleRequestContextBuilder method) (a2a.server.agent_execution.SimpleRequestContextBuilder method) (a2a.server.apps.A2AFastAPIApplication method) (a2a.server.apps.A2ARESTFastAPIApplication method) (a2a.server.apps.A2AStarletteApplication method) (a2a.server.apps.CallContextBuilder method) (a2a.server.apps.jsonrpc.A2AFastAPIApplication method) (a2a.server.apps.jsonrpc.A2AStarletteApplication method) (a2a.server.apps.jsonrpc.CallContextBuilder method) (a2a.server.apps.jsonrpc.DefaultCallContextBuilder method) (a2a.server.apps.jsonrpc.fastapi_app.A2AFastAPIApplication method) (a2a.server.apps.jsonrpc.jsonrpc_app.CallContextBuilder method) (a2a.server.apps.jsonrpc.jsonrpc_app.DefaultCallContextBuilder method) (a2a.server.apps.jsonrpc.jsonrpc_app.JSONRPCApplication method) (a2a.server.apps.jsonrpc.JSONRPCApplication method) (a2a.server.apps.jsonrpc.starlette_app.A2AStarletteApplication method) (a2a.server.apps.JSONRPCApplication method) (a2a.server.apps.rest.A2ARESTFastAPIApplication method) (a2a.server.apps.rest.fastapi_app.A2ARESTFastAPIApplication method) build_error_response() (in module a2a.server.request_handlers) (in module a2a.server.request_handlers.response_helpers) build_text_artifact() (in module a2a.utils) (in module a2a.utils.helpers) bytes (a2a.types.FileWithBytes attribute) C call_context (a2a.server.agent_execution.context.RequestContext property) (a2a.server.agent_execution.RequestContext property) CallContextBuilder (class in a2a.server.apps) (class in a2a.server.apps.jsonrpc) (class in a2a.server.apps.jsonrpc.jsonrpc_app) cancel() (a2a.server.agent_execution.agent_executor.AgentExecutor method) (a2a.server.agent_execution.AgentExecutor method) (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) cancel_task() (a2a.client.A2AClient method) (a2a.client.base_client.BaseClient method) (a2a.client.Client method) (a2a.client.client.Client method) (a2a.client.legacy.A2AClient method) (a2a.client.transports.base.ClientTransport method) (a2a.client.transports.ClientTransport method) (a2a.client.transports.jsonrpc.JsonRpcTransport method) (a2a.client.transports.JsonRpcTransport method) (a2a.client.transports.rest.RestTransport method) (a2a.client.transports.RestTransport method) canceled (a2a.types.TaskState attribute) CancelTaskRequest (class in a2a.types) CancelTaskResponse (class in a2a.types) CancelTaskSuccessResponse (class in a2a.types) capabilities (a2a.types.AgentCard attribute) capabilities() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) Client (class in a2a.client) (class in a2a.client.client) client_credentials (a2a.types.OAuthFlows attribute) ClientCallContext (class in a2a.client) (class in a2a.client.middleware) ClientCallInterceptor (class in a2a.client) (class in a2a.client.middleware) ClientConfig (class in a2a.client) (class in a2a.client.client) ClientCredentialsOAuthFlow (class in a2a.types) ClientFactory (class in a2a.client) (class in a2a.client.client_factory) ClientTaskManager (class in a2a.client.client_task_manager) ClientTransport (class in a2a.client.transports) (class in a2a.client.transports.base) close() (a2a.client.base_client.BaseClient method) (a2a.client.transports.base.ClientTransport method) (a2a.client.transports.ClientTransport method) (a2a.client.transports.jsonrpc.JsonRpcTransport method) (a2a.client.transports.JsonRpcTransport method) (a2a.client.transports.rest.RestTransport method) (a2a.client.transports.RestTransport method) (a2a.server.events.event_queue.EventQueue method) (a2a.server.events.EventQueue method) (a2a.server.events.in_memory_queue_manager.InMemoryQueueManager method) (a2a.server.events.InMemoryQueueManager method) (a2a.server.events.queue_manager.QueueManager method) (a2a.server.events.QueueManager method) code (a2a.types.AuthenticatedExtendedCardNotConfiguredError attribute) (a2a.types.ContentTypeNotSupportedError attribute) (a2a.types.InternalError attribute) (a2a.types.InvalidAgentResponseError attribute) (a2a.types.InvalidParamsError attribute) (a2a.types.InvalidRequestError attribute) (a2a.types.JSONParseError attribute) (a2a.types.JSONRPCError attribute) (a2a.types.MethodNotFoundError attribute) (a2a.types.PushNotificationNotSupportedError attribute) (a2a.types.TaskNotCancelableError attribute) (a2a.types.TaskNotFoundError attribute) (a2a.types.UnsupportedOperationError attribute) complete() (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) completed (a2a.types.TaskState attribute) completed_task() (in module a2a.utils) (in module a2a.utils.task) configuration (a2a.server.agent_execution.context.RequestContext property) (a2a.server.agent_execution.RequestContext property) (a2a.types.MessageSendParams attribute) consume() (a2a.client.Client method) (a2a.client.client.Client method) consume_all() (a2a.server.events.event_consumer.EventConsumer method) (a2a.server.events.EventConsumer method) (a2a.server.tasks.result_aggregator.ResultAggregator method) (a2a.server.tasks.ResultAggregator method) consume_and_break_on_interrupt() (a2a.server.tasks.result_aggregator.ResultAggregator method) (a2a.server.tasks.ResultAggregator method) consume_and_emit() (a2a.server.tasks.result_aggregator.ResultAggregator method) (a2a.server.tasks.ResultAggregator method) consume_one() (a2a.server.events.event_consumer.EventConsumer method) (a2a.server.events.EventConsumer method) ContentTypeNotSupportedError (class in a2a.types) context_id (a2a.server.agent_execution.context.RequestContext property) (a2a.server.agent_execution.RequestContext property) (a2a.types.Message attribute) (a2a.types.Task attribute) (a2a.types.TaskArtifactUpdateEvent attribute) (a2a.types.TaskStatusUpdateEvent attribute) cookie (a2a.types.In attribute) create() (a2a.client.client_factory.ClientFactory method) (a2a.client.ClientFactory method) create_or_tap() (a2a.server.events.in_memory_queue_manager.InMemoryQueueManager method) (a2a.server.events.InMemoryQueueManager method) (a2a.server.events.queue_manager.QueueManager method) (a2a.server.events.QueueManager method) create_task_obj() (in module a2a.utils) (in module a2a.utils.helpers) create_text_message_object() (in module a2a.client) (in module a2a.client.helpers) credentials (a2a.types.PushNotificationAuthenticationInfo attribute) CredentialService (class in a2a.client) (class in a2a.client.auth) (class in a2a.client.auth.credentials) current_result (a2a.server.tasks.result_aggregator.ResultAggregator property) (a2a.server.tasks.ResultAggregator property) current_task (a2a.server.agent_execution.context.RequestContext property) (a2a.server.agent_execution.RequestContext property) D data (a2a.types.AuthenticatedExtendedCardNotConfiguredError attribute) (a2a.types.ContentTypeNotSupportedError attribute) (a2a.types.DataPart attribute) (a2a.types.InternalError attribute) (a2a.types.InvalidAgentResponseError attribute) (a2a.types.InvalidParamsError attribute) (a2a.types.InvalidRequestError attribute) (a2a.types.JSONParseError attribute) (a2a.types.JSONRPCError attribute) (a2a.types.MethodNotFoundError attribute) (a2a.types.PushNotificationNotSupportedError attribute) (a2a.types.TaskNotCancelableError attribute) (a2a.types.TaskNotFoundError attribute) (a2a.types.UnsupportedOperationError attribute) data() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) DatabasePushNotificationConfigStore (class in a2a.server.tasks) DatabaseTaskStore (class in a2a.server.tasks) DataPart (class in a2a.types) default_input_modes (a2a.types.AgentCard attribute) default_output_modes (a2a.types.AgentCard attribute) DefaultCallContextBuilder (class in a2a.server.apps.jsonrpc) (class in a2a.server.apps.jsonrpc.jsonrpc_app) DefaultRequestHandler (class in a2a.server.request_handlers) (class in a2a.server.request_handlers.default_request_handler) delete() (a2a.server.tasks.inmemory_task_store.InMemoryTaskStore method) (a2a.server.tasks.InMemoryTaskStore method) (a2a.server.tasks.task_store.TaskStore method) (a2a.server.tasks.TaskStore method) delete_info() (a2a.server.tasks.inmemory_push_notification_config_store.InMemoryPushNotificationConfigStore method) (a2a.server.tasks.InMemoryPushNotificationConfigStore method) (a2a.server.tasks.push_notification_config_store.PushNotificationConfigStore method) (a2a.server.tasks.PushNotificationConfigStore method) delete_push_notification_config() (a2a.server.request_handlers.jsonrpc_handler.JSONRPCHandler method) (a2a.server.request_handlers.JSONRPCHandler method) DeleteTaskPushNotificationConfigParams (class in a2a.types) DeleteTaskPushNotificationConfigRequest (class in a2a.types) DeleteTaskPushNotificationConfigResponse (class in a2a.types) DeleteTaskPushNotificationConfigSuccessResponse (class in a2a.types) dequeue_event() (a2a.server.events.event_queue.EventQueue method) (a2a.server.events.EventQueue method) description (a2a.types.AgentCard attribute) (a2a.types.AgentExtension attribute) (a2a.types.AgentSkill attribute) (a2a.types.APIKeySecurityScheme attribute) (a2a.types.Artifact attribute) (a2a.types.HTTPAuthSecurityScheme attribute) (a2a.types.MutualTLSSecurityScheme attribute) (a2a.types.OAuth2SecurityScheme attribute) (a2a.types.OpenIdConnectSecurityScheme attribute) (a2a.types.SecuritySchemeBase attribute) documentation_url (a2a.types.AgentCard attribute) E enqueue_event() (a2a.server.events.event_queue.EventQueue method) (a2a.server.events.EventQueue method) ensure_task() (a2a.server.tasks.task_manager.TaskManager method) (a2a.server.tasks.TaskManager method) error (a2a.types.JSONRPCErrorResponse attribute) Event (in module a2a.server.events.event_queue) EventConsumer (class in a2a.server.events) (class in a2a.server.events.event_consumer) EventQueue (class in a2a.server.events) (class in a2a.server.events.event_queue) EventTypes (in module a2a.server.request_handlers.response_helpers) examples (a2a.types.AgentSkill attribute) execute() (a2a.server.agent_execution.agent_executor.AgentExecutor method) (a2a.server.agent_execution.AgentExecutor method) extensions (a2a.types.AgentCapabilities attribute) (a2a.types.Artifact attribute) (a2a.types.Message attribute) F failed (a2a.types.TaskState attribute) failed() (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) file (a2a.types.FilePart attribute) file() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) FileBase (class in a2a.types) FilePart (class in a2a.types) FileWithBytes (class in a2a.types) FileWithUri (class in a2a.types) final (a2a.types.TaskStatusUpdateEvent attribute) flows (a2a.types.OAuth2SecurityScheme attribute) FromProto (class in a2a.utils.proto_utils) G get() (a2a.server.events.in_memory_queue_manager.InMemoryQueueManager method) (a2a.server.events.InMemoryQueueManager method) (a2a.server.events.queue_manager.QueueManager method) (a2a.server.events.QueueManager method) (a2a.server.tasks.inmemory_task_store.InMemoryTaskStore method) (a2a.server.tasks.InMemoryTaskStore method) (a2a.server.tasks.task_store.TaskStore method) (a2a.server.tasks.TaskStore method) get_agent_card() (a2a.client.A2ACardResolver method) (a2a.client.card_resolver.A2ACardResolver method) get_authenticated_extended_card() (a2a.server.request_handlers.jsonrpc_handler.JSONRPCHandler method) (a2a.server.request_handlers.JSONRPCHandler method) get_card() (a2a.client.A2AClient method) (a2a.client.base_client.BaseClient method) (a2a.client.Client method) (a2a.client.client.Client method) (a2a.client.legacy.A2AClient method) (a2a.client.transports.base.ClientTransport method) (a2a.client.transports.ClientTransport method) (a2a.client.transports.jsonrpc.JsonRpcTransport method) (a2a.client.transports.JsonRpcTransport method) (a2a.client.transports.rest.RestTransport method) (a2a.client.transports.RestTransport method) get_credentials() (a2a.client.auth.credentials.CredentialService method) (a2a.client.auth.credentials.InMemoryContextCredentialStore method) (a2a.client.auth.CredentialService method) (a2a.client.auth.InMemoryContextCredentialStore method) (a2a.client.CredentialService method) (a2a.client.InMemoryContextCredentialStore method) get_data_parts() (in module a2a.utils) (in module a2a.utils.message) get_file_parts() (in module a2a.utils) (in module a2a.utils.message) get_info() (a2a.server.tasks.inmemory_push_notification_config_store.InMemoryPushNotificationConfigStore method) (a2a.server.tasks.InMemoryPushNotificationConfigStore method) (a2a.server.tasks.push_notification_config_store.PushNotificationConfigStore method) (a2a.server.tasks.PushNotificationConfigStore method) get_message_text() (in module a2a.utils) (in module a2a.utils.message) get_push_notification() (a2a.server.request_handlers.rest_handler.RESTHandler method) (a2a.server.request_handlers.RESTHandler method) get_push_notification_config() (a2a.server.request_handlers.jsonrpc_handler.JSONRPCHandler method) (a2a.server.request_handlers.JSONRPCHandler method) get_task() (a2a.client.A2AClient method) (a2a.client.base_client.BaseClient method) (a2a.client.Client method) (a2a.client.client.Client method) (a2a.client.client_task_manager.ClientTaskManager method) (a2a.client.legacy.A2AClient method) (a2a.client.transports.base.ClientTransport method) (a2a.client.transports.ClientTransport method) (a2a.client.transports.jsonrpc.JsonRpcTransport method) (a2a.client.transports.JsonRpcTransport method) (a2a.client.transports.rest.RestTransport method) (a2a.client.transports.RestTransport method) (a2a.server.tasks.task_manager.TaskManager method) (a2a.server.tasks.TaskManager method) get_task_callback() (a2a.client.A2AClient method) (a2a.client.base_client.BaseClient method) (a2a.client.Client method) (a2a.client.client.Client method) (a2a.client.legacy.A2AClient method) (a2a.client.transports.base.ClientTransport method) (a2a.client.transports.ClientTransport method) (a2a.client.transports.jsonrpc.JsonRpcTransport method) (a2a.client.transports.JsonRpcTransport method) (a2a.client.transports.rest.RestTransport method) (a2a.client.transports.RestTransport method) get_task_or_raise() (a2a.client.client_task_manager.ClientTaskManager method) get_text_parts() (in module a2a.utils) (in module a2a.utils.message) get_user_input() (a2a.server.agent_execution.context.RequestContext method) (a2a.server.agent_execution.RequestContext method) GetAuthenticatedExtendedCardRequest (class in a2a.types) GetAuthenticatedExtendedCardResponse (class in a2a.types) GetAuthenticatedExtendedCardSuccessResponse (class in a2a.types) GetTaskPushNotificationConfigParams (class in a2a.types) GetTaskPushNotificationConfigRequest (class in a2a.types) GetTaskPushNotificationConfigResponse (class in a2a.types) GetTaskPushNotificationConfigSuccessResponse (class in a2a.types) GetTaskRequest (class in a2a.types) GetTaskResponse (class in a2a.types) GetTaskSuccessResponse (class in a2a.types) grpc (a2a.types.TransportProtocol attribute) grpc_channel_factory (a2a.client.client.ClientConfig attribute) (a2a.client.ClientConfig attribute) GrpcHandler (class in a2a.server.request_handlers) H handle_authenticated_agent_card() (a2a.server.apps.rest.rest_adapter.RESTAdapter method) handle_get_agent_card() (a2a.server.apps.rest.rest_adapter.RESTAdapter method) header (a2a.types.AgentCardSignature attribute) (a2a.types.In attribute) history (a2a.types.Task attribute) history_length (a2a.types.MessageSendConfiguration attribute) (a2a.types.TaskQueryParams attribute) http_json (a2a.types.TransportProtocol attribute) HTTPAuthSecurityScheme (class in a2a.types) httpx_client (a2a.client.client.ClientConfig attribute) (a2a.client.ClientConfig attribute) I icon_url (a2a.types.AgentCard attribute) id (a2a.types.AgentSkill attribute) (a2a.types.CancelTaskRequest attribute) (a2a.types.CancelTaskSuccessResponse attribute) (a2a.types.DeleteTaskPushNotificationConfigParams attribute) (a2a.types.DeleteTaskPushNotificationConfigRequest attribute) (a2a.types.DeleteTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.GetAuthenticatedExtendedCardRequest attribute) (a2a.types.GetAuthenticatedExtendedCardSuccessResponse attribute) (a2a.types.GetTaskPushNotificationConfigParams attribute) (a2a.types.GetTaskPushNotificationConfigRequest attribute) (a2a.types.GetTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.GetTaskRequest attribute) (a2a.types.GetTaskSuccessResponse attribute) (a2a.types.JSONRPCErrorResponse attribute) (a2a.types.JSONRPCMessage attribute) (a2a.types.JSONRPCRequest attribute) (a2a.types.JSONRPCSuccessResponse attribute) (a2a.types.ListTaskPushNotificationConfigParams attribute) (a2a.types.ListTaskPushNotificationConfigRequest attribute) (a2a.types.ListTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.PushNotificationConfig attribute) (a2a.types.SendMessageRequest attribute) (a2a.types.SendMessageSuccessResponse attribute) (a2a.types.SendStreamingMessageRequest attribute) (a2a.types.SendStreamingMessageSuccessResponse attribute) (a2a.types.SetTaskPushNotificationConfigRequest attribute) (a2a.types.SetTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.Task attribute) (a2a.types.TaskIdParams attribute) (a2a.types.TaskQueryParams attribute) (a2a.types.TaskResubscriptionRequest attribute) implicit (a2a.types.OAuthFlows attribute) ImplicitOAuthFlow (class in a2a.types) In (class in a2a.types) in_ (a2a.types.APIKeySecurityScheme attribute) InMemoryContextCredentialStore (class in a2a.client) (class in a2a.client.auth) (class in a2a.client.auth.credentials) InMemoryPushNotificationConfigStore (class in a2a.server.tasks) (class in a2a.server.tasks.inmemory_push_notification_config_store) InMemoryQueueManager (class in a2a.server.events) (class in a2a.server.events.in_memory_queue_manager) InMemoryTaskStore (class in a2a.server.tasks) (class in a2a.server.tasks.inmemory_task_store) input_modes (a2a.types.AgentSkill attribute) input_required (a2a.types.TaskState attribute) intercept() (a2a.client.auth.AuthInterceptor method) (a2a.client.auth.interceptor.AuthInterceptor method) (a2a.client.AuthInterceptor method) (a2a.client.ClientCallInterceptor method) (a2a.client.middleware.ClientCallInterceptor method) InternalError (class in a2a.types) InvalidAgentResponseError (class in a2a.types) InvalidParamsError (class in a2a.types) InvalidRequestError (class in a2a.types) is_authenticated (a2a.auth.user.UnauthenticatedUser property) (a2a.auth.user.User property) (a2a.server.apps.jsonrpc.jsonrpc_app.StarletteUserProxy property) (a2a.server.apps.jsonrpc.StarletteUserProxy property) is_closed() (a2a.server.events.event_queue.EventQueue method) (a2a.server.events.EventQueue method) J JSONParseError (class in a2a.types) jsonrpc (a2a.types.CancelTaskRequest attribute) (a2a.types.CancelTaskSuccessResponse attribute) (a2a.types.DeleteTaskPushNotificationConfigRequest attribute) (a2a.types.DeleteTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.GetAuthenticatedExtendedCardRequest attribute) (a2a.types.GetAuthenticatedExtendedCardSuccessResponse attribute) (a2a.types.GetTaskPushNotificationConfigRequest attribute) (a2a.types.GetTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.GetTaskRequest attribute) (a2a.types.GetTaskSuccessResponse attribute) (a2a.types.JSONRPCErrorResponse attribute) (a2a.types.JSONRPCMessage attribute) (a2a.types.JSONRPCRequest attribute) (a2a.types.JSONRPCSuccessResponse attribute) (a2a.types.ListTaskPushNotificationConfigRequest attribute) (a2a.types.ListTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.SendMessageRequest attribute) (a2a.types.SendMessageSuccessResponse attribute) (a2a.types.SendStreamingMessageRequest attribute) (a2a.types.SendStreamingMessageSuccessResponse attribute) (a2a.types.SetTaskPushNotificationConfigRequest attribute) (a2a.types.SetTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.TaskResubscriptionRequest attribute) (a2a.types.TransportProtocol attribute) JSONRPCApplication (class in a2a.server.apps) (class in a2a.server.apps.jsonrpc) (class in a2a.server.apps.jsonrpc.jsonrpc_app) JSONRPCError (class in a2a.types) JSONRPCErrorResponse (class in a2a.types) JSONRPCHandler (class in a2a.server.request_handlers) (class in a2a.server.request_handlers.jsonrpc_handler) JSONRPCMessage (class in a2a.types) JSONRPCRequest (class in a2a.types) JSONRPCResponse (class in a2a.types) JSONRPCSuccessResponse (class in a2a.types) JsonRpcTransport (class in a2a.client.transports) (class in a2a.client.transports.jsonrpc) K kind (a2a.types.DataPart attribute) (a2a.types.FilePart attribute) (a2a.types.Message attribute) (a2a.types.Task attribute) (a2a.types.TaskArtifactUpdateEvent attribute) (a2a.types.TaskStatusUpdateEvent attribute) (a2a.types.TextPart attribute) L last_chunk (a2a.types.TaskArtifactUpdateEvent attribute) list_push_notification_config() (a2a.server.request_handlers.jsonrpc_handler.JSONRPCHandler method) (a2a.server.request_handlers.JSONRPCHandler method) list_push_notifications() (a2a.server.request_handlers.rest_handler.RESTHandler method) (a2a.server.request_handlers.RESTHandler method) list_tasks() (a2a.server.request_handlers.rest_handler.RESTHandler method) (a2a.server.request_handlers.RESTHandler method) ListTaskPushNotificationConfigParams (class in a2a.types) ListTaskPushNotificationConfigRequest (class in a2a.types) ListTaskPushNotificationConfigResponse (class in a2a.types) ListTaskPushNotificationConfigSuccessResponse (class in a2a.types) M message (a2a.server.agent_execution.context.RequestContext property) (a2a.server.agent_execution.RequestContext property) (a2a.types.AuthenticatedExtendedCardNotConfiguredError attribute) (a2a.types.ContentTypeNotSupportedError attribute) (a2a.types.InternalError attribute) (a2a.types.InvalidAgentResponseError attribute) (a2a.types.InvalidParamsError attribute) (a2a.types.InvalidRequestError attribute) (a2a.types.JSONParseError attribute) (a2a.types.JSONRPCError attribute) (a2a.types.MessageSendParams attribute) (a2a.types.MethodNotFoundError attribute) (a2a.types.PushNotificationNotSupportedError attribute) (a2a.types.TaskNotCancelableError attribute) (a2a.types.TaskNotFoundError attribute) (a2a.types.TaskStatus attribute) (a2a.types.UnsupportedOperationError attribute) Message (class in a2a.types) message() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) message_id (a2a.types.Message attribute) message_send_configuration() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) message_send_params() (a2a.utils.proto_utils.FromProto class method) MessageSendConfiguration (class in a2a.types) MessageSendParams (class in a2a.types) metadata (a2a.server.agent_execution.context.RequestContext property) (a2a.server.agent_execution.RequestContext property) (a2a.types.Artifact attribute) (a2a.types.DataPart attribute) (a2a.types.DeleteTaskPushNotificationConfigParams attribute) (a2a.types.FilePart attribute) (a2a.types.GetTaskPushNotificationConfigParams attribute) (a2a.types.ListTaskPushNotificationConfigParams attribute) (a2a.types.Message attribute) (a2a.types.MessageSendParams attribute) (a2a.types.PartBase attribute) (a2a.types.Task attribute) (a2a.types.TaskArtifactUpdateEvent attribute) (a2a.types.TaskIdParams attribute) (a2a.types.TaskQueryParams attribute) (a2a.types.TaskStatusUpdateEvent attribute) (a2a.types.TextPart attribute) metadata() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) method (a2a.types.CancelTaskRequest attribute) (a2a.types.DeleteTaskPushNotificationConfigRequest attribute) (a2a.types.GetAuthenticatedExtendedCardRequest attribute) (a2a.types.GetTaskPushNotificationConfigRequest attribute) (a2a.types.GetTaskRequest attribute) (a2a.types.JSONRPCRequest attribute) (a2a.types.ListTaskPushNotificationConfigRequest attribute) (a2a.types.SendMessageRequest attribute) (a2a.types.SendStreamingMessageRequest attribute) (a2a.types.SetTaskPushNotificationConfigRequest attribute) (a2a.types.TaskResubscriptionRequest attribute) MethodNotFoundError (class in a2a.types) MethodNotImplementedError mime_type (a2a.types.FileBase attribute) (a2a.types.FileWithBytes attribute) (a2a.types.FileWithUri attribute) minimal_agent_card() (in module a2a.client) (in module a2a.client.client_factory) model_config (a2a.client.ClientCallContext attribute) (a2a.client.middleware.ClientCallContext attribute) (a2a.server.context.ServerCallContext attribute) (a2a.types.A2A attribute) (a2a.types.A2AError attribute) (a2a.types.A2ARequest attribute) (a2a.types.AgentCapabilities attribute) (a2a.types.AgentCard attribute) (a2a.types.AgentCardSignature attribute) (a2a.types.AgentExtension attribute) (a2a.types.AgentInterface attribute) (a2a.types.AgentProvider attribute) (a2a.types.AgentSkill attribute) (a2a.types.APIKeySecurityScheme attribute) (a2a.types.Artifact attribute) (a2a.types.AuthenticatedExtendedCardNotConfiguredError attribute) (a2a.types.AuthorizationCodeOAuthFlow attribute) (a2a.types.CancelTaskRequest attribute) (a2a.types.CancelTaskResponse attribute) (a2a.types.CancelTaskSuccessResponse attribute) (a2a.types.ClientCredentialsOAuthFlow attribute) (a2a.types.ContentTypeNotSupportedError attribute) (a2a.types.DataPart attribute) (a2a.types.DeleteTaskPushNotificationConfigParams attribute) (a2a.types.DeleteTaskPushNotificationConfigRequest attribute) (a2a.types.DeleteTaskPushNotificationConfigResponse attribute) (a2a.types.DeleteTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.FileBase attribute) (a2a.types.FilePart attribute) (a2a.types.FileWithBytes attribute) (a2a.types.FileWithUri attribute) (a2a.types.GetAuthenticatedExtendedCardRequest attribute) (a2a.types.GetAuthenticatedExtendedCardResponse attribute) (a2a.types.GetAuthenticatedExtendedCardSuccessResponse attribute) (a2a.types.GetTaskPushNotificationConfigParams attribute) (a2a.types.GetTaskPushNotificationConfigRequest attribute) (a2a.types.GetTaskPushNotificationConfigResponse attribute) (a2a.types.GetTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.GetTaskRequest attribute) (a2a.types.GetTaskResponse attribute) (a2a.types.GetTaskSuccessResponse attribute) (a2a.types.HTTPAuthSecurityScheme attribute) (a2a.types.ImplicitOAuthFlow attribute) (a2a.types.InternalError attribute) (a2a.types.InvalidAgentResponseError attribute) (a2a.types.InvalidParamsError attribute) (a2a.types.InvalidRequestError attribute) (a2a.types.JSONParseError attribute) (a2a.types.JSONRPCError attribute) (a2a.types.JSONRPCErrorResponse attribute) (a2a.types.JSONRPCMessage attribute) (a2a.types.JSONRPCRequest attribute) (a2a.types.JSONRPCResponse attribute) (a2a.types.JSONRPCSuccessResponse attribute) (a2a.types.ListTaskPushNotificationConfigParams attribute) (a2a.types.ListTaskPushNotificationConfigRequest attribute) (a2a.types.ListTaskPushNotificationConfigResponse attribute) (a2a.types.ListTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.Message attribute) (a2a.types.MessageSendConfiguration attribute) (a2a.types.MessageSendParams attribute) (a2a.types.MethodNotFoundError attribute) (a2a.types.MutualTLSSecurityScheme attribute) (a2a.types.OAuth2SecurityScheme attribute) (a2a.types.OAuthFlows attribute) (a2a.types.OpenIdConnectSecurityScheme attribute) (a2a.types.Part attribute) (a2a.types.PartBase attribute) (a2a.types.PasswordOAuthFlow attribute) (a2a.types.PushNotificationAuthenticationInfo attribute) (a2a.types.PushNotificationConfig attribute) (a2a.types.PushNotificationNotSupportedError attribute) (a2a.types.SecurityScheme attribute) (a2a.types.SecuritySchemeBase attribute) (a2a.types.SendMessageRequest attribute) (a2a.types.SendMessageResponse attribute) (a2a.types.SendMessageSuccessResponse attribute) (a2a.types.SendStreamingMessageRequest attribute) (a2a.types.SendStreamingMessageResponse attribute) (a2a.types.SendStreamingMessageSuccessResponse attribute) (a2a.types.SetTaskPushNotificationConfigRequest attribute) (a2a.types.SetTaskPushNotificationConfigResponse attribute) (a2a.types.SetTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.Task attribute) (a2a.types.TaskArtifactUpdateEvent attribute) (a2a.types.TaskIdParams attribute) (a2a.types.TaskNotCancelableError attribute) (a2a.types.TaskNotFoundError attribute) (a2a.types.TaskPushNotificationConfig attribute) (a2a.types.TaskQueryParams attribute) (a2a.types.TaskResubscriptionRequest attribute) (a2a.types.TaskStatus attribute) (a2a.types.TaskStatusUpdateEvent attribute) (a2a.types.TextPart attribute) (a2a.types.UnsupportedOperationError attribute) module a2a a2a.auth a2a.auth.user a2a.client a2a.client.auth a2a.client.auth.credentials a2a.client.auth.interceptor a2a.client.base_client a2a.client.card_resolver a2a.client.client a2a.client.client_factory a2a.client.client_task_manager a2a.client.errors a2a.client.helpers a2a.client.legacy a2a.client.middleware a2a.client.optionals a2a.client.transports a2a.client.transports.base a2a.client.transports.jsonrpc a2a.client.transports.rest a2a.grpc a2a.grpc.a2a_pb2 a2a.server a2a.server.agent_execution a2a.server.agent_execution.agent_executor a2a.server.agent_execution.context a2a.server.agent_execution.request_context_builder a2a.server.agent_execution.simple_request_context_builder a2a.server.apps a2a.server.apps.jsonrpc a2a.server.apps.jsonrpc.fastapi_app a2a.server.apps.jsonrpc.jsonrpc_app a2a.server.apps.jsonrpc.starlette_app a2a.server.apps.rest a2a.server.apps.rest.fastapi_app a2a.server.apps.rest.rest_adapter a2a.server.context a2a.server.events a2a.server.events.event_consumer a2a.server.events.event_queue a2a.server.events.in_memory_queue_manager a2a.server.events.queue_manager a2a.server.request_handlers a2a.server.request_handlers.default_request_handler a2a.server.request_handlers.jsonrpc_handler a2a.server.request_handlers.request_handler a2a.server.request_handlers.response_helpers a2a.server.request_handlers.rest_handler a2a.server.tasks a2a.server.tasks.base_push_notification_sender a2a.server.tasks.inmemory_push_notification_config_store a2a.server.tasks.inmemory_task_store a2a.server.tasks.push_notification_config_store a2a.server.tasks.push_notification_sender a2a.server.tasks.result_aggregator a2a.server.tasks.task_manager a2a.server.tasks.task_store a2a.server.tasks.task_updater a2a.types a2a.utils a2a.utils.artifact a2a.utils.constants a2a.utils.error_handlers a2a.utils.errors a2a.utils.helpers a2a.utils.message a2a.utils.proto_utils a2a.utils.task a2a.utils.telemetry MutualTLSSecurityScheme (class in a2a.types) N name (a2a.types.AgentCard attribute) (a2a.types.AgentSkill attribute) (a2a.types.APIKeySecurityScheme attribute) (a2a.types.Artifact attribute) (a2a.types.FileBase attribute) (a2a.types.FileWithBytes attribute) (a2a.types.FileWithUri attribute) new_agent_message() (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) new_agent_parts_message() (in module a2a.utils) (in module a2a.utils.message) new_agent_text_message() (in module a2a.utils) (in module a2a.utils.message) new_artifact() (in module a2a.utils) (in module a2a.utils.artifact) new_data_artifact() (in module a2a.utils) (in module a2a.utils.artifact) new_task() (in module a2a.utils) (in module a2a.utils.task) new_text_artifact() (in module a2a.utils) (in module a2a.utils.artifact) NoTaskQueue, [1] O oauth2_flows() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) oauth2_metadata_url (a2a.types.OAuth2SecurityScheme attribute) OAuth2SecurityScheme (class in a2a.types) OAuthFlows (class in a2a.types) on_cancel_task() (a2a.server.request_handlers.default_request_handler.DefaultRequestHandler method) (a2a.server.request_handlers.DefaultRequestHandler method) (a2a.server.request_handlers.jsonrpc_handler.JSONRPCHandler method) (a2a.server.request_handlers.JSONRPCHandler method) (a2a.server.request_handlers.request_handler.RequestHandler method) (a2a.server.request_handlers.RequestHandler method) (a2a.server.request_handlers.rest_handler.RESTHandler method) (a2a.server.request_handlers.RESTHandler method) on_delete_task_push_notification_config() (a2a.server.request_handlers.default_request_handler.DefaultRequestHandler method) (a2a.server.request_handlers.DefaultRequestHandler method) (a2a.server.request_handlers.request_handler.RequestHandler method) (a2a.server.request_handlers.RequestHandler method) on_get_task() (a2a.server.request_handlers.default_request_handler.DefaultRequestHandler method) (a2a.server.request_handlers.DefaultRequestHandler method) (a2a.server.request_handlers.jsonrpc_handler.JSONRPCHandler method) (a2a.server.request_handlers.JSONRPCHandler method) (a2a.server.request_handlers.request_handler.RequestHandler method) (a2a.server.request_handlers.RequestHandler method) (a2a.server.request_handlers.rest_handler.RESTHandler method) (a2a.server.request_handlers.RESTHandler method) on_get_task_push_notification_config() (a2a.server.request_handlers.default_request_handler.DefaultRequestHandler method) (a2a.server.request_handlers.DefaultRequestHandler method) (a2a.server.request_handlers.request_handler.RequestHandler method) (a2a.server.request_handlers.RequestHandler method) on_list_task_push_notification_config() (a2a.server.request_handlers.default_request_handler.DefaultRequestHandler method) (a2a.server.request_handlers.DefaultRequestHandler method) (a2a.server.request_handlers.request_handler.RequestHandler method) (a2a.server.request_handlers.RequestHandler method) on_message_send() (a2a.server.request_handlers.default_request_handler.DefaultRequestHandler method) (a2a.server.request_handlers.DefaultRequestHandler method) (a2a.server.request_handlers.jsonrpc_handler.JSONRPCHandler method) (a2a.server.request_handlers.JSONRPCHandler method) (a2a.server.request_handlers.request_handler.RequestHandler method) (a2a.server.request_handlers.RequestHandler method) (a2a.server.request_handlers.rest_handler.RESTHandler method) (a2a.server.request_handlers.RESTHandler method) on_message_send_stream() (a2a.server.request_handlers.default_request_handler.DefaultRequestHandler method) (a2a.server.request_handlers.DefaultRequestHandler method) (a2a.server.request_handlers.jsonrpc_handler.JSONRPCHandler method) (a2a.server.request_handlers.JSONRPCHandler method) (a2a.server.request_handlers.request_handler.RequestHandler method) (a2a.server.request_handlers.RequestHandler method) (a2a.server.request_handlers.rest_handler.RESTHandler method) (a2a.server.request_handlers.RESTHandler method) on_resubscribe_to_task() (a2a.server.request_handlers.default_request_handler.DefaultRequestHandler method) (a2a.server.request_handlers.DefaultRequestHandler method) (a2a.server.request_handlers.jsonrpc_handler.JSONRPCHandler method) (a2a.server.request_handlers.JSONRPCHandler method) (a2a.server.request_handlers.request_handler.RequestHandler method) (a2a.server.request_handlers.RequestHandler method) (a2a.server.request_handlers.rest_handler.RESTHandler method) (a2a.server.request_handlers.RESTHandler method) on_set_task_push_notification_config() (a2a.server.request_handlers.default_request_handler.DefaultRequestHandler method) (a2a.server.request_handlers.DefaultRequestHandler method) (a2a.server.request_handlers.request_handler.RequestHandler method) (a2a.server.request_handlers.RequestHandler method) open_id_connect_url (a2a.types.OpenIdConnectSecurityScheme attribute) OpenIdConnectSecurityScheme (class in a2a.types) organization (a2a.types.AgentProvider attribute) output_modes (a2a.types.AgentSkill attribute) P params (a2a.types.AgentExtension attribute) (a2a.types.CancelTaskRequest attribute) (a2a.types.DeleteTaskPushNotificationConfigRequest attribute) (a2a.types.GetTaskPushNotificationConfigRequest attribute) (a2a.types.GetTaskRequest attribute) (a2a.types.JSONRPCRequest attribute) (a2a.types.ListTaskPushNotificationConfigRequest attribute) (a2a.types.SendMessageRequest attribute) (a2a.types.SendStreamingMessageRequest attribute) (a2a.types.SetTaskPushNotificationConfigRequest attribute) (a2a.types.TaskResubscriptionRequest attribute) Part (class in a2a.types) part() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) PartBase (class in a2a.types) parts (a2a.types.Artifact attribute) (a2a.types.Message attribute) password (a2a.types.OAuthFlows attribute) PasswordOAuthFlow (class in a2a.types) polling (a2a.client.client.ClientConfig attribute) (a2a.client.ClientConfig attribute) preferred_transport (a2a.types.AgentCard attribute) prepare_response_object() (in module a2a.server.request_handlers) (in module a2a.server.request_handlers.response_helpers) process() (a2a.client.client_task_manager.ClientTaskManager method) (a2a.server.tasks.task_manager.TaskManager method) (a2a.server.tasks.TaskManager method) protected (a2a.types.AgentCardSignature attribute) protocol_version (a2a.types.AgentCard attribute) provider (a2a.types.AgentCard attribute) provider() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) push_notification_config (a2a.types.MessageSendConfiguration attribute) (a2a.types.TaskPushNotificationConfig attribute) push_notification_config() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) push_notification_config_id (a2a.types.DeleteTaskPushNotificationConfigParams attribute) (a2a.types.GetTaskPushNotificationConfigParams attribute) push_notification_configs (a2a.client.client.ClientConfig attribute) (a2a.client.ClientConfig attribute) push_notifications (a2a.types.AgentCapabilities attribute) PushNotificationAuthenticationInfo (class in a2a.types) PushNotificationConfig (class in a2a.types) PushNotificationConfigStore (class in a2a.server.tasks) (class in a2a.server.tasks.push_notification_config_store) PushNotificationNotSupportedError (class in a2a.types) PushNotificationSender (class in a2a.server.tasks) (class in a2a.server.tasks.push_notification_sender) Q query (a2a.types.In attribute) QueueManager (class in a2a.server.events) (class in a2a.server.events.queue_manager) R reference_task_ids (a2a.types.Message attribute) refresh_url (a2a.types.AuthorizationCodeOAuthFlow attribute) (a2a.types.ClientCredentialsOAuthFlow attribute) (a2a.types.ImplicitOAuthFlow attribute) (a2a.types.PasswordOAuthFlow attribute) register() (a2a.client.client_factory.ClientFactory method) (a2a.client.ClientFactory method) reject() (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) rejected (a2a.types.TaskState attribute) related_tasks (a2a.server.agent_execution.context.RequestContext property) (a2a.server.agent_execution.RequestContext property) RequestContext (class in a2a.server.agent_execution) (class in a2a.server.agent_execution.context) RequestContextBuilder (class in a2a.server.agent_execution) (class in a2a.server.agent_execution.request_context_builder) requested_extensions (a2a.server.agent_execution.context.RequestContext property) (a2a.server.agent_execution.RequestContext property) (a2a.server.context.ServerCallContext attribute) RequestHandler (class in a2a.server.request_handlers) (class in a2a.server.request_handlers.request_handler) required (a2a.types.AgentExtension attribute) requires_auth() (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) requires_input() (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) rest_error_handler() (in module a2a.utils.error_handlers) rest_stream_error_handler() (in module a2a.utils.error_handlers) RESTAdapter (class in a2a.server.apps.rest.rest_adapter) RESTHandler (class in a2a.server.request_handlers) (class in a2a.server.request_handlers.rest_handler) RestTransport (class in a2a.client.transports) (class in a2a.client.transports.rest) resubscribe() (a2a.client.A2AClient method) (a2a.client.base_client.BaseClient method) (a2a.client.Client method) (a2a.client.client.Client method) (a2a.client.legacy.A2AClient method) (a2a.client.transports.base.ClientTransport method) (a2a.client.transports.ClientTransport method) (a2a.client.transports.jsonrpc.JsonRpcTransport method) (a2a.client.transports.JsonRpcTransport method) (a2a.client.transports.rest.RestTransport method) (a2a.client.transports.RestTransport method) result (a2a.types.CancelTaskSuccessResponse attribute) (a2a.types.DeleteTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.GetAuthenticatedExtendedCardSuccessResponse attribute) (a2a.types.GetTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.GetTaskSuccessResponse attribute) (a2a.types.JSONRPCSuccessResponse attribute) (a2a.types.ListTaskPushNotificationConfigSuccessResponse attribute) (a2a.types.SendMessageSuccessResponse attribute) (a2a.types.SendStreamingMessageSuccessResponse attribute) (a2a.types.SetTaskPushNotificationConfigSuccessResponse attribute) ResultAggregator (class in a2a.server.tasks) (class in a2a.server.tasks.result_aggregator) role (a2a.types.Message attribute) Role (class in a2a.types) role() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) root (a2a.types.A2A attribute) (a2a.types.A2AError attribute) (a2a.types.A2ARequest attribute) (a2a.types.CancelTaskResponse attribute) (a2a.types.DeleteTaskPushNotificationConfigResponse attribute) (a2a.types.GetAuthenticatedExtendedCardResponse attribute) (a2a.types.GetTaskPushNotificationConfigResponse attribute) (a2a.types.GetTaskResponse attribute) (a2a.types.JSONRPCResponse attribute) (a2a.types.ListTaskPushNotificationConfigResponse attribute) (a2a.types.Part attribute) (a2a.types.SecurityScheme attribute) (a2a.types.SendMessageResponse attribute) (a2a.types.SendStreamingMessageResponse attribute) (a2a.types.SetTaskPushNotificationConfigResponse attribute) routes() (a2a.server.apps.A2AStarletteApplication method) (a2a.server.apps.jsonrpc.A2AStarletteApplication method) (a2a.server.apps.jsonrpc.starlette_app.A2AStarletteApplication method) (a2a.server.apps.rest.rest_adapter.RESTAdapter method) RT (class in a2a.server.request_handlers.response_helpers) S save() (a2a.server.tasks.inmemory_task_store.InMemoryTaskStore method) (a2a.server.tasks.InMemoryTaskStore method) (a2a.server.tasks.task_store.TaskStore method) (a2a.server.tasks.TaskStore method) save_task_event() (a2a.client.client_task_manager.ClientTaskManager method) (a2a.server.tasks.task_manager.TaskManager method) (a2a.server.tasks.TaskManager method) scheme (a2a.types.HTTPAuthSecurityScheme attribute) schemes (a2a.types.PushNotificationAuthenticationInfo attribute) scopes (a2a.types.AuthorizationCodeOAuthFlow attribute) (a2a.types.ClientCredentialsOAuthFlow attribute) (a2a.types.ImplicitOAuthFlow attribute) (a2a.types.PasswordOAuthFlow attribute) security (a2a.types.AgentCard attribute) (a2a.types.AgentSkill attribute) security() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) security_scheme() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) security_schemes (a2a.types.AgentCard attribute) security_schemes() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) SecurityScheme (class in a2a.types) SecuritySchemeBase (class in a2a.types) send_message() (a2a.client.A2AClient method) (a2a.client.base_client.BaseClient method) (a2a.client.Client method) (a2a.client.client.Client method) (a2a.client.legacy.A2AClient method) (a2a.client.transports.base.ClientTransport method) (a2a.client.transports.ClientTransport method) (a2a.client.transports.jsonrpc.JsonRpcTransport method) (a2a.client.transports.JsonRpcTransport method) (a2a.client.transports.rest.RestTransport method) (a2a.client.transports.RestTransport method) send_message_streaming() (a2a.client.A2AClient method) (a2a.client.legacy.A2AClient method) (a2a.client.transports.base.ClientTransport method) (a2a.client.transports.ClientTransport method) (a2a.client.transports.jsonrpc.JsonRpcTransport method) (a2a.client.transports.JsonRpcTransport method) (a2a.client.transports.rest.RestTransport method) (a2a.client.transports.RestTransport method) send_notification() (a2a.server.tasks.base_push_notification_sender.BasePushNotificationSender method) (a2a.server.tasks.BasePushNotificationSender method) (a2a.server.tasks.push_notification_sender.PushNotificationSender method) (a2a.server.tasks.PushNotificationSender method) SendMessageRequest (class in a2a.types) SendMessageResponse (class in a2a.types) SendMessageSuccessResponse (class in a2a.types) SendStreamingMessageRequest (class in a2a.types) SendStreamingMessageResponse (class in a2a.types) SendStreamingMessageSuccessResponse (class in a2a.types) ServerCallContext (class in a2a.server.context) ServerError set_credentials() (a2a.client.auth.credentials.InMemoryContextCredentialStore method) (a2a.client.auth.InMemoryContextCredentialStore method) (a2a.client.InMemoryContextCredentialStore method) set_info() (a2a.server.tasks.inmemory_push_notification_config_store.InMemoryPushNotificationConfigStore method) (a2a.server.tasks.InMemoryPushNotificationConfigStore method) (a2a.server.tasks.push_notification_config_store.PushNotificationConfigStore method) (a2a.server.tasks.PushNotificationConfigStore method) set_push_notification() (a2a.server.request_handlers.rest_handler.RESTHandler method) (a2a.server.request_handlers.RESTHandler method) set_push_notification_config() (a2a.server.request_handlers.jsonrpc_handler.JSONRPCHandler method) (a2a.server.request_handlers.JSONRPCHandler method) set_task_callback() (a2a.client.A2AClient method) (a2a.client.base_client.BaseClient method) (a2a.client.Client method) (a2a.client.client.Client method) (a2a.client.legacy.A2AClient method) (a2a.client.transports.base.ClientTransport method) (a2a.client.transports.ClientTransport method) (a2a.client.transports.jsonrpc.JsonRpcTransport method) (a2a.client.transports.JsonRpcTransport method) (a2a.client.transports.rest.RestTransport method) (a2a.client.transports.RestTransport method) SetTaskPushNotificationConfigRequest (class in a2a.types) SetTaskPushNotificationConfigResponse (class in a2a.types) SetTaskPushNotificationConfigSuccessResponse (class in a2a.types) signature (a2a.types.AgentCardSignature attribute) signatures (a2a.types.AgentCard attribute) SimpleRequestContextBuilder (class in a2a.server.agent_execution) (class in a2a.server.agent_execution.simple_request_context_builder) skill() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) skills (a2a.types.AgentCard attribute) SPT (class in a2a.server.request_handlers.response_helpers) StarletteUserProxy (class in a2a.server.apps.jsonrpc) (class in a2a.server.apps.jsonrpc.jsonrpc_app) start_work() (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) state (a2a.client.ClientCallContext attribute) (a2a.client.middleware.ClientCallContext attribute) (a2a.server.context.ServerCallContext attribute) (a2a.types.TaskStatus attribute) state_transition_history (a2a.types.AgentCapabilities attribute) status (a2a.types.Task attribute) (a2a.types.TaskStatusUpdateEvent attribute) stream_response() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) streaming (a2a.client.client.ClientConfig attribute) (a2a.client.ClientConfig attribute) (a2a.types.AgentCapabilities attribute) submit() (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) submitted (a2a.types.TaskState attribute) supported_transports (a2a.client.client.ClientConfig attribute) (a2a.client.ClientConfig attribute) supports_authenticated_extended_card (a2a.types.AgentCard attribute) T tags (a2a.types.AgentSkill attribute) tap() (a2a.server.events.event_queue.EventQueue method) (a2a.server.events.EventQueue method) (a2a.server.events.in_memory_queue_manager.InMemoryQueueManager method) (a2a.server.events.InMemoryQueueManager method) (a2a.server.events.queue_manager.QueueManager method) (a2a.server.events.QueueManager method) Task (class in a2a.types) task() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) task_artifact_update_event() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) task_done() (a2a.server.events.event_queue.EventQueue method) (a2a.server.events.EventQueue method) task_id (a2a.server.agent_execution.context.RequestContext property) (a2a.server.agent_execution.RequestContext property) (a2a.types.Message attribute) (a2a.types.TaskArtifactUpdateEvent attribute) (a2a.types.TaskPushNotificationConfig attribute) (a2a.types.TaskStatusUpdateEvent attribute) task_id_params() (a2a.utils.proto_utils.FromProto class method) task_or_message() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) task_push_notification_config() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) task_push_notification_config_request() (a2a.utils.proto_utils.FromProto class method) task_query_params() (a2a.utils.proto_utils.FromProto class method) task_state() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) task_status() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) task_status_update_event() (a2a.utils.proto_utils.FromProto class method) (a2a.utils.proto_utils.ToProto class method) TaskArtifactUpdateEvent (class in a2a.types) TaskIdParams (class in a2a.types) TaskManager (class in a2a.server.tasks) (class in a2a.server.tasks.task_manager) TaskNotCancelableError (class in a2a.types) TaskNotFoundError (class in a2a.types) TaskPushNotificationConfig (class in a2a.types) TaskQueryParams (class in a2a.types) TaskQueueExists, [1] TaskResubscriptionRequest (class in a2a.types) TaskState (class in a2a.types) TaskStatus (class in a2a.types) TaskStatusUpdateEvent (class in a2a.types) TaskStore (class in a2a.server.tasks) (class in a2a.server.tasks.task_store) TaskUpdater (class in a2a.server.tasks) (class in a2a.server.tasks.task_updater) text (a2a.types.TextPart attribute) TextPart (class in a2a.types) timestamp (a2a.types.TaskStatus attribute) token (a2a.types.PushNotificationConfig attribute) token_url (a2a.types.AuthorizationCodeOAuthFlow attribute) (a2a.types.ClientCredentialsOAuthFlow attribute) (a2a.types.PasswordOAuthFlow attribute) ToProto (class in a2a.utils.proto_utils) transport (a2a.types.AgentInterface attribute) TransportProtocol (class in a2a.types) type (a2a.types.APIKeySecurityScheme attribute) (a2a.types.HTTPAuthSecurityScheme attribute) (a2a.types.MutualTLSSecurityScheme attribute) (a2a.types.OAuth2SecurityScheme attribute) (a2a.types.OpenIdConnectSecurityScheme attribute) U UnauthenticatedUser (class in a2a.auth.user) unknown (a2a.types.TaskState attribute) UnsupportedOperationError (class in a2a.types) update_event() (a2a.utils.proto_utils.ToProto class method) update_status() (a2a.server.tasks.task_updater.TaskUpdater method) (a2a.server.tasks.TaskUpdater method) update_with_message() (a2a.client.client_task_manager.ClientTaskManager method) (a2a.server.tasks.task_manager.TaskManager method) (a2a.server.tasks.TaskManager method) uri (a2a.types.AgentExtension attribute) (a2a.types.FileWithUri attribute) url (a2a.types.AgentCard attribute) (a2a.types.AgentInterface attribute) (a2a.types.AgentProvider attribute) (a2a.types.PushNotificationConfig attribute) use_client_preference (a2a.client.client.ClientConfig attribute) (a2a.client.ClientConfig attribute) user (a2a.server.context.ServerCallContext attribute) (a2a.types.Role attribute) User (class in a2a.auth.user) user_name (a2a.auth.user.UnauthenticatedUser property) (a2a.auth.user.User property) (a2a.server.apps.jsonrpc.jsonrpc_app.StarletteUserProxy property) (a2a.server.apps.jsonrpc.StarletteUserProxy property) V validate() (in module a2a.utils.helpers) validate_async_generator() (in module a2a.utils.helpers) version (a2a.types.AgentCard attribute) W working (a2a.types.TaskState attribute)