ReActAgent
Defined in: .build/typescript/packages/llamaindex/src/agent/react.ts:330
Extends
Section titled “Extends”AgentRunner<LLM,ReACTAgentStore>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ReActAgent(
params):ReActAgent
Defined in: .build/typescript/packages/llamaindex/src/agent/react.ts:331
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”ReActAgent
Overrides
Section titled “Overrides”AgentRunner<LLM, ReACTAgentStore>.constructor
Properties
Section titled “Properties”taskHandler
Section titled “taskHandler”
statictaskHandler:TaskHandler<LLM<object,object>,ReACTAgentStore>
Defined in: .build/typescript/packages/llamaindex/src/agent/react.ts:352
Methods
Section titled “Methods”createStore()
Section titled “createStore()”createStore():
object
Defined in: .build/typescript/packages/llamaindex/src/agent/react.ts:346
Returns
Section titled “Returns”object
reasons
Section titled “reasons”reasons:
never[] =[]
Overrides
Section titled “Overrides”AgentRunner.createStore