Uses of Record Class
org.a2aproject.sdk.spec.AgentCapabilities
Packages that use AgentCapabilities
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of AgentCapabilities in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AgentCapabilitiesModifier and TypeMethodDescriptionAgentCapabilitiesMapper.fromProto(AgentCapabilities proto) AgentCapabilitiesMapperImpl.fromProto(AgentCapabilities proto) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type AgentCapabilitiesModifier and TypeMethodDescriptionAgentCapabilitiesMapper.toProto(AgentCapabilities domain) AgentCapabilitiesMapperImpl.toProto(AgentCapabilities domain) -
Uses of AgentCapabilities in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return AgentCapabilitiesModifier and TypeMethodDescriptionAgentCapabilities.Builder.build()Builds an immutableAgentCapabilitiesfrom the current builder state.AgentCard.capabilities()Returns the value of thecapabilitiesrecord component.Methods in org.a2aproject.sdk.spec with parameters of type AgentCapabilitiesModifier and TypeMethodDescriptionAgentCard.Builder.capabilities(AgentCapabilities capabilities) Sets the capabilities supported by this agent.Constructors in org.a2aproject.sdk.spec with parameters of type AgentCapabilitiesModifierConstructorDescriptionAgentCard(String name, String description, @Nullable AgentProvider provider, String version, @Nullable String documentationUrl, AgentCapabilities capabilities, List<String> defaultInputModes, List<String> defaultOutputModes, List<AgentSkill> skills, @Nullable Map<String, SecurityScheme> securitySchemes, @Nullable List<SecurityRequirement> securityRequirements, @Nullable String iconUrl, List<AgentInterface> supportedInterfaces, @Nullable List<AgentCardSignature> signatures, @Nullable String url, @Nullable String preferredTransport, @Nullable List<Legacy_0_3_AgentInterface> additionalInterfaces) Compact constructor that validates required fields.