Class AgentsBroker
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({EinsteinConnectionProvider.class,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
-
Field Summary
Fields inherited from interface org.mule.runtime.api.lifecycle.Initialisable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Startable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Stoppable
PHASE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.runtime.api.store.ObjectStore<Conversation>org.mule.runtime.api.store.ObjectStore<TaskContext>voidvoidstart()voidstop()
-
Constructor Details
-
AgentsBroker
public AgentsBroker()
-
-
Method Details
-
initialise
public void initialise() throws org.mule.runtime.api.lifecycle.InitialisationException- Specified by:
initialisein interfaceorg.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:
startin interfaceorg.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:
stopin interfaceorg.mule.runtime.api.lifecycle.Stoppable- Throws:
org.mule.runtime.api.exception.MuleException
-
getConversationStore
-
getTasksObjectStore
-
getConfigName
-