Uses of Interface
com.mulesoft.modules.agent.broker.internal.extension.connection.LLMClient
Packages that use LLMClient
Package
Description
-
Uses of LLMClient in com.mulesoft.modules.agent.broker.internal.extension.connection
Methods in com.mulesoft.modules.agent.broker.internal.extension.connection with parameters of type LLMClientModifier and TypeMethodDescriptionfinal voidBaseConnectionProvider.disconnect(LLMClient connection) -
Uses of LLMClient in com.mulesoft.modules.agent.broker.internal.extension.connection.openai
Classes in com.mulesoft.modules.agent.broker.internal.extension.connection.openai that implement LLMClientMethods in com.mulesoft.modules.agent.broker.internal.extension.connection.openai that return LLMClientMethods in com.mulesoft.modules.agent.broker.internal.extension.connection.openai with parameters of type LLMClient -
Uses of LLMClient in com.mulesoft.modules.agent.broker.internal.operation.loop
Methods in com.mulesoft.modules.agent.broker.internal.operation.loop with parameters of type LLMClientModifier and TypeMethodDescriptionvoidLoopOperation.agentLoop(AgentsBroker config, LLMClient llmClient, String taskId, String contextId, InputStream a2aMessageSendParams, String apiInstanceId, String instructions, 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)