Class AgentConductor
java.lang.Object
com.mulesoft.modules.agent.conductor.internal.extension.AgentConductor
- All Implemented Interfaces:
org.mule.runtime.api.lifecycle.Initialisable,org.mule.runtime.api.lifecycle.Startable,org.mule.runtime.api.lifecycle.Stoppable
@Extension(name="Agents Conductor",
category=SELECT)
@JavaVersionSupport(JAVA_17)
@Operations(LoopOperation.class)
@RequiresEnterpriseLicense(allowEvaluationLicense=true)
@ErrorTypes(ConductorErrorTypes.class)
@SubTypeMapping(baseType=LLMSettings.class,
subTypes=EinsteinSettings.class)
@Xml(prefix="agents-conductor")
public class AgentConductor
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
-
Constructor Details
-
AgentConductor
public AgentConductor()
-
-
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
-
getConversationStateObjectStore
public org.mule.runtime.api.store.ObjectStore getConversationStateObjectStore() -
getConfigName
-