Class DefaultConditionalAgentInstance
java.lang.Object
dev.langchain4j.agentic.workflow.impl.DefaultConditionalAgentInstance
- All Implemented Interfaces:
AgentInstance, ConditionalAgentInstance
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultConditionalAgentInstance(AgentInstance delegate, ConditionalPlanner planner) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AgentInstance
agentId, arguments, as, async, description, leaf, name, outputKey, outputType, parent, subagents, topology, type
-
Constructor Details
-
DefaultConditionalAgentInstance
-
-
Method Details
-
conditionalSubagents
- Specified by:
conditionalSubagentsin interfaceConditionalAgentInstance
-
type
- Specified by:
typein interfaceAgentInstance
-
name
- Specified by:
namein interfaceAgentInstance
-
agentId
- Specified by:
agentIdin interfaceAgentInstance
-
description
- Specified by:
descriptionin interfaceAgentInstance
-
outputType
- Specified by:
outputTypein interfaceAgentInstance
-
outputKey
- Specified by:
outputKeyin interfaceAgentInstance
-
async
public boolean async()- Specified by:
asyncin interfaceAgentInstance
-
arguments
- Specified by:
argumentsin interfaceAgentInstance
-
parent
- Specified by:
parentin interfaceAgentInstance
-
subagents
- Specified by:
subagentsin interfaceAgentInstance
-
leaf
public boolean leaf()- Specified by:
leafin interfaceAgentInstance
-
topology
- Specified by:
topologyin interfaceAgentInstance
-
as
- Specified by:
asin interfaceAgentInstance
-