Interface: CycleOutcomeDto
@kortexya/reasoninglayer / Cognitive / CycleOutcomeDto
Interface: CycleOutcomeDto
Defined in: src/types/cognitive.ts:386
Outcome of an agent cycle.
Properties
actionsExecuted
actionsExecuted:
string[]
Defined in: src/types/cognitive.ts:394
Actions executed (assert/retract).
goalsAchieved
goalsAchieved:
string[]
Defined in: src/types/cognitive.ts:390
Goals that succeeded.
goalsFailed
goalsFailed:
string[]
Defined in: src/types/cognitive.ts:392
Goals that failed.
goalsPursued
goalsPursued:
string[]
Defined in: src/types/cognitive.ts:388
Goals that were pursued.
newBeliefs
newBeliefs:
string[]
Defined in: src/types/cognitive.ts:396
New beliefs acquired.
successRate
successRate:
number
Defined in: src/types/cognitive.ts:400
Success rate (0.0 to 1.0).
updatedBeliefs
updatedBeliefs:
string[]
Defined in: src/types/cognitive.ts:398
Beliefs that were updated.