Class LoopAgentServiceImpl.LoopInvocationHandler
java.lang.Object
dev.langchain4j.agentic.internal.AbstractAgentInvocationHandler
dev.langchain4j.agentic.workflow.impl.LoopAgentServiceImpl.LoopInvocationHandler
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
LoopAgentServiceImpl<T>
-
Field Summary
Fields inherited from class dev.langchain4j.agentic.internal.AbstractAgentInvocationHandler
outputName
-
Method Summary
Modifier and TypeMethodDescriptionprotected InvocationHandler
createSubAgentWithAgenticScope
(DefaultAgenticScope agenticScope) protected Object
doAgentAction
(DefaultAgenticScope agenticScope) Methods inherited from class dev.langchain4j.agentic.internal.AbstractAgentInvocationHandler
invoke, result, withAgenticScope
-
Method Details
-
doAgentAction
- Specified by:
doAgentAction
in classAbstractAgentInvocationHandler
-
createSubAgentWithAgenticScope
- Specified by:
createSubAgentWithAgenticScope
in classAbstractAgentInvocationHandler
-