Class ConditionalAgentServiceImpl<T>

java.lang.Object
dev.langchain4j.agentic.internal.AbstractService<T,ConditionalAgentService<T>>
dev.langchain4j.agentic.workflow.impl.ConditionalAgentServiceImpl<T>
All Implemented Interfaces:
ConditionalAgentService<T>, WorkflowService<ConditionalAgentService<T>,T>

public class ConditionalAgentServiceImpl<T> extends AbstractService<T,ConditionalAgentService<T>> implements ConditionalAgentService<T>