Skip to content

Interface: AgentBeliefDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / AgentBeliefDto

Interface: AgentBeliefDto

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

A belief held by a cognitive agent.

Properties

confidence

confidence: number

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

Confidence (0.0 to 1.0).


features?

optional features: Record<string, unknown>

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

Features as key-value pairs (excluding confidence and source).


sortName

sortName: string

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

Sort name of the belief.


source

source: string

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

Source of the belief.


termId

termId: string

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

Belief term ID (UUID).