Interface: AgentConfigDto
@kortexya/reasoninglayer / Cognitive / AgentConfigDto
Interface: AgentConfigDto
Defined in: src/types/cognitive.ts:14
Configuration for a cognitive agent.
Properties
beliefConfidenceThreshold?
optionalbeliefConfidenceThreshold:number
Defined in: src/types/cognitive.ts:16
Minimum confidence threshold for beliefs (default: 0.5).
enableLearning?
optionalenableLearning:boolean
Defined in: src/types/cognitive.ts:18
Enable learning from outcomes (default: true).
maxBeliefHistory?
optionalmaxBeliefHistory:number
Defined in: src/types/cognitive.ts:20
Maximum belief history to retain (default: 100).
maxGoalsPerCycle?
optionalmaxGoalsPerCycle:number
Defined in: src/types/cognitive.ts:22
Maximum number of goals to pursue per cycle (default: 3).