Class NonAiAgentInstance
java.lang.Object
dev.langchain4j.agentic.internal.NonAiAgentInstance
- All Implemented Interfaces:
InternalAgent, AgentInstance
-
Constructor Summary
ConstructorsConstructorDescriptionNonAiAgentInstance(Class<?> type, String name, String description, Type outputType, String outputKey, boolean async, List<AgentArgument> arguments, AgentListener listener) -
Method Summary
Methods inherited from interface AgentInstance
leafMethods inherited from interface InternalAgent
allowStreamingOutput
-
Constructor Details
-
NonAiAgentInstance
public NonAiAgentInstance(Class<?> type, String name, String description, Type outputType, String outputKey, boolean async, List<AgentArgument> arguments, AgentListener listener)
-
-
Method Details
-
agentId
- Specified by:
agentIdin interfaceAgentInstance
-
parent
- Specified by:
parentin interfaceAgentInstance
-
subagents
- Specified by:
subagentsin interfaceAgentInstance
-
topology
- Specified by:
topologyin interfaceAgentInstance
-
type
- Specified by:
typein interfaceAgentInstance
-
name
- Specified by:
namein 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
-
listener
- Specified by:
listenerin interfaceInternalAgent
-
equals
-
hashCode
-
toString
-
setParent
- Specified by:
setParentin interfaceInternalAgent
-
appendId
- Specified by:
appendIdin interfaceInternalAgent
-