Interface AgentExecutor
public interface AgentExecutor
Represents the core component responsible for executing agent logic.
It includes methods for building and managing the execution graph,
as well as handling agent actions and state transitions.
- Author:
- lambochen
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classClass responsible for building a state graph.static classRepresents the state of an agent in a system. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AgentExecutor.Builderbuilder()Returns a new instance ofAgentExecutor.Builder.
-
Method Details
-
builder
Returns a new instance ofAgentExecutor.Builder.- Returns:
- a new
AgentExecutor.Builderobject
-