Uses of Class
com.mulesoft.modules.agent.conductor.internal.extension.AgentConductor
Packages that use AgentConductor
Package
Description
-
Uses of AgentConductor in com.mulesoft.modules.agent.conductor.internal.operation.loop
Methods in com.mulesoft.modules.agent.conductor.internal.operation.loop with parameters of type AgentConductorModifier and TypeMethodDescriptionvoidLoopOperation.agentLoop(AgentConductor config, String taskId, String contextId, String prompt, LLMSettings llm, String instructions, String groundings, List<McpServer> mcpServers, List<A2AClient> a2aClients, List<CustomToolRoute> tools, Integer maxNumberOfLoops, Integer maxConsecutiveErrors, org.mule.sdk.api.runtime.source.DistributedTraceContextManager traceContextManager, org.mule.runtime.extension.api.client.ExtensionsClient extensionsClient, org.mule.runtime.extension.api.runtime.process.CompletionCallback<Orchestration, Void> completionCallback) -
Uses of AgentConductor in com.mulesoft.modules.agent.conductor.internal.tracing
Methods in com.mulesoft.modules.agent.conductor.internal.tracing with parameters of type AgentConductorModifier and TypeMethodDescriptionstatic voidTracingUtils.traceConductor(AgentConductor agent, org.mule.sdk.api.runtime.source.DistributedTraceContextManager contextManager)