Interface: AgentGoalDto
@kortexya/reasoninglayer / Cognitive / AgentGoalDto
Interface: AgentGoalDto
Defined in: src/types/cognitive.ts:44
A goal pursued by a cognitive agent.
Properties
attempts
attempts:
number
Defined in: src/types/cognitive.ts:52
Number of attempts.
features?
optionalfeatures:Record<string,unknown>
Defined in: src/types/cognitive.ts:56
User-facing features.
goalSort?
optionalgoalSort:string|null
Defined in: src/types/cognitive.ts:54
Sort name of the goal (e.g., “tech_conference_plan”).
priority
priority:
number
Defined in: src/types/cognitive.ts:48
Priority (higher = more important).
status
status:
string
Defined in: src/types/cognitive.ts:50
Goal status.
termId
termId:
string
Defined in: src/types/cognitive.ts:46
Goal term ID (UUID).