Uses of Interface
com.flowable.agent.engine.impl.model.AiModelInvoker
Packages that use AiModelInvoker
Package
Description
-
Uses of AiModelInvoker in com.flowable.agent.engine.impl.guardrail
Classes in com.flowable.agent.engine.impl.guardrail that implement AiModelInvokerModifier and TypeClassDescriptionclassDecorator around anAiModelInvokerthat enforces guardrails before and after the LLM invocation.Fields in com.flowable.agent.engine.impl.guardrail declared as AiModelInvokerModifier and TypeFieldDescriptionprotected final AiModelInvokerGuardrailValidatingAiModelInvoker.delegateConstructors in com.flowable.agent.engine.impl.guardrail with parameters of type AiModelInvokerModifierConstructorDescriptionGuardrailValidatingAiModelInvoker(AiModelInvoker delegate, tools.jackson.databind.ObjectMapper objectMapper, org.flowable.common.engine.impl.runtime.Clock clock) -
Uses of AiModelInvoker in com.flowable.agent.engine.impl.model
Methods in com.flowable.agent.engine.impl.model that return AiModelInvokerModifier and TypeMethodDescriptionAiModelManager.getAiModelInvoker(AgentDefinitionModel agentDefinitionModel) AiModelManagerImpl.getAiModelInvoker(AgentDefinitionModel agentDefinitionModel) protected AiModelInvokerBaseAgentModelProcessor.wrapWithGuardrails(AiModelInvoker invoker, tools.jackson.databind.ObjectMapper objectMapper) protected AiModelInvokerDefaultAgentModelProcessor.wrapWithGuardrails(AiModelInvoker invoker) Methods in com.flowable.agent.engine.impl.model with parameters of type AiModelInvokerModifier and TypeMethodDescriptionprotected AiModelInvokerBaseAgentModelProcessor.wrapWithGuardrails(AiModelInvoker invoker, tools.jackson.databind.ObjectMapper objectMapper) protected AiModelInvokerDefaultAgentModelProcessor.wrapWithGuardrails(AiModelInvoker invoker) -
Uses of AiModelInvoker in com.flowable.agent.engine.impl.model.a2a
Classes in com.flowable.agent.engine.impl.model.a2a that implement AiModelInvoker -
Uses of AiModelInvoker in com.flowable.agent.engine.impl.model.chatclient
Classes in com.flowable.agent.engine.impl.model.chatclient that implement AiModelInvoker -
Uses of AiModelInvoker in com.flowable.agent.engine.impl.model.external
Classes in com.flowable.agent.engine.impl.model.external that implement AiModelInvoker