Class DefaultProducers

java.lang.Object
org.a2aproject.sdk.server.common.quarkus.DefaultProducers

@ApplicationScoped public class DefaultProducers extends Object
Contains beans annotated with the Quarkus @DefaultBean annotation, in order to avoid injection failures when building the Quarkus application as discussed in Issue 213. If an application provides actual implementations of these beans, those will be used instead.
  • Constructor Details

    • DefaultProducers

      public DefaultProducers()
  • Method Details

    • createDefaultAgentCard

      @Produces public AgentCard createDefaultAgentCard()
    • createDefaultAgentExecutor

      @Produces public AgentExecutor createDefaultAgentExecutor()