Skip to content

Interface: CycleOutcomeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / CycleOutcomeDto

Interface: CycleOutcomeDto

Defined in: src/types/cognitive.ts:408

Outcome of an agent cycle.

Properties

actionsExecuted

actionsExecuted: string[]

Defined in: src/types/cognitive.ts:416

Actions executed (assert/retract).


goalsAchieved

goalsAchieved: string[]

Defined in: src/types/cognitive.ts:412

Goals that succeeded.


goalsFailed

goalsFailed: string[]

Defined in: src/types/cognitive.ts:414

Goals that failed.


goalsPursued

goalsPursued: string[]

Defined in: src/types/cognitive.ts:410

Goals that were pursued.


newBeliefs

newBeliefs: string[]

Defined in: src/types/cognitive.ts:418

New beliefs acquired.


successRate

successRate: number

Defined in: src/types/cognitive.ts:422

Success rate (0.0 to 1.0).


updatedBeliefs

updatedBeliefs: string[]

Defined in: src/types/cognitive.ts:420

Beliefs that were updated.