java.lang.Object
com.mulesoft.modules.agent.broker.internal.extension.AgentsBroker
All Implemented Interfaces:
org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable

@Extension(name="Agents Broker", category=SELECT) @JavaVersionSupport(JAVA_17) @Operations(LoopOperation.class) @ConnectionProviders(OpenAIConnectionProvider.class) @RequiresEnterpriseLicense(allowEvaluationLicense=true) @ErrorTypes(BrokerErrorTypes.class) @Xml(prefix="agents-broker") public class AgentsBroker extends Object implements org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
Module for Agents orchestration

This is a BETA version.

Since:
0.1.0
  • Constructor Details

    • AgentsBroker

      public AgentsBroker()
  • Method Details

    • initialise

      public void initialise() throws org.mule.runtime.api.lifecycle.InitialisationException
      Specified by:
      initialise in interface org.mule.runtime.api.lifecycle.Initialisable
      Throws:
      org.mule.runtime.api.lifecycle.InitialisationException
    • start

      public void start() throws org.mule.runtime.api.exception.MuleException
      Specified by:
      start in interface org.mule.runtime.api.lifecycle.Startable
      Throws:
      org.mule.runtime.api.exception.MuleException
    • stop

      public void stop() throws org.mule.runtime.api.exception.MuleException
      Specified by:
      stop in interface org.mule.runtime.api.lifecycle.Stoppable
      Throws:
      org.mule.runtime.api.exception.MuleException
    • getConversationStore

      public org.mule.runtime.api.store.ObjectStore<Conversation> getConversationStore()
    • getTasksObjectStore

      public org.mule.runtime.api.store.ObjectStore<TaskContext> getTasksObjectStore()
    • getConfigName

      public String getConfigName()