Interface AgentExecutor
public interface AgentExecutor
Interface representing an Agent Executor (AKA ReACT agent).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classBuilder class for constructing a graph of agent execution.static enumEnum representing different serializers for the agent state.static classRepresents the state of an agent. -
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AgentExecutor.Builderbuilder()Creates a new Builder instance.executeTool(LC4jToolService toolService)
-
Field Details
-
log
static final org.slf4j.Logger log
-
-
Method Details
-
executeTool
-
builder
Creates a new Builder instance.- Returns:
- a new Builder
-