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, InputStream a2aMessageSendParams, 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<String, Void> completionCallback) -
Uses of AgentsBroker in com.mulesoft.modules.agent.broker.internal.state
Methods in com.mulesoft.modules.agent.broker.internal.state with parameters of type AgentsBrokerModifier and TypeMethodDescriptionConversationService.getOrCreateConversation(io.a2a.spec.Message message, String fallbackContextId, AgentsBroker broker) ConversationService.getTaskFor(io.a2a.spec.Message message, Conversation conversation, String fallbackTaskId, AgentsBroker broker) <T> TConversationService.synchronizedConversation(String conversationId, AgentsBroker broker, org.mule.runtime.core.api.util.func.CheckedSupplier<T> supplier) voidConversationService.upsert(Conversation conversation, AgentsBroker broker) voidConversationService.upsert(TaskContext taskContext, AgentsBroker broker) -
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, String apiInstanceId, org.mule.sdk.api.runtime.source.DistributedTraceContextManager contextManager)