Class AgentCardValidator

java.lang.Object
org.a2aproject.sdk.server.AgentCardValidator

public class AgentCardValidator extends Object
Validates AgentCard transport configuration against available transport endpoints.
  • Field Details

  • Constructor Details

    • AgentCardValidator

      public AgentCardValidator()
  • Method Details

    • validateTransportConfiguration

      public static void validateTransportConfiguration(org.a2aproject.sdk.spec.AgentCard agentCard)
      Validates the transport configuration of an AgentCard against available transports found on the classpath. Logs warnings for missing transports and errors for unsupported transports.
      Parameters:
      agentCard - the agent card to validate