Uses of Class
com.mulesoft.modules.agent.broker.api.model.Orchestration
Packages that use Orchestration
-
Uses of Orchestration in com.mulesoft.modules.agent.broker.internal.operation.loop
Method parameters in com.mulesoft.modules.agent.broker.internal.operation.loop with type arguments of type OrchestrationModifier and TypeMethodDescriptionvoidLoopOperation.agentLoop(AgentsBroker config, LLMClient llmClient, String taskId, String contextId, String apiInstanceId, String prompt, 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)