Interface: CycleOutcomeSummaryDto
@kortexya/reasoninglayer / Scenarios / CycleOutcomeSummaryDto
Interface: CycleOutcomeSummaryDto
Defined in: src/types/scenarios.ts:24
Summary of a cognitive cycle outcome.
Properties
actionsExecuted
actionsExecuted:
number
Defined in: src/types/scenarios.ts:26
Number of actions executed during the cycle.
goalsAchieved
goalsAchieved:
number
Defined in: src/types/scenarios.ts:28
Number of goals achieved during the cycle.
goalsFailed
goalsFailed:
number
Defined in: src/types/scenarios.ts:30
Number of goals failed during the cycle.