Skip to content

Interface: AgentConfigDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / AgentConfigDto

Interface: AgentConfigDto

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

Configuration for a cognitive agent.

Properties

beliefConfidenceThreshold?

optional beliefConfidenceThreshold: number

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

Minimum confidence threshold for beliefs (default: 0.5).


enableLearning?

optional enableLearning: boolean

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

Enable learning from outcomes (default: true).


maxBeliefHistory?

optional maxBeliefHistory: number

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

Maximum belief history to retain (default: 100).


maxGoalsPerCycle?

optional maxGoalsPerCycle: number

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

Maximum number of goals to pursue per cycle (default: 3).