AgentState
openmolt / AgentState
Interface: AgentState
Defined in: types/index.ts:361
Runtime state maintained across loop iterations.
Properties
commandHistory
commandHistory:
CommandHistoryEntry[]
Defined in: types/index.ts:368
currentStep
currentStep:
number
Defined in: types/index.ts:369
input
input:
unknown
Defined in: types/index.ts:362
memory
memory:
object
Defined in: types/index.ts:364
longTerm
longTerm:
string
shortTerm
shortTerm:
string
plan
plan:
PlanStep[]
Defined in: types/index.ts:363