Uses of Class
com.mulesoft.modules.agent.broker.internal.extension.AgentsBroker
Packages that use AgentsBroker
Package
Description
-
Uses of AgentsBroker in com.mulesoft.modules.agent.broker.internal.operation.loop
Methods in com.mulesoft.modules.agent.broker.internal.operation.loop with parameters of type AgentsBrokerModifier 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) -
Uses of AgentsBroker in com.mulesoft.modules.agent.broker.internal.tracing
Methods in com.mulesoft.modules.agent.broker.internal.tracing with parameters of type AgentsBrokerModifier and TypeMethodDescriptionstatic voidTracingUtils.traceBroker(AgentsBroker agent, org.mule.sdk.api.runtime.source.DistributedTraceContextManager contextManager)