Skip to content

Interface: AgentStateDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / AgentStateDto

Interface: AgentStateDto

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

Agent state (basic).

Properties

agentId

agentId: string

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

Agent ID (UUID).


beliefs

beliefs: AgentBeliefDto[]

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

Current beliefs.


goals

goals: AgentGoalDto[]

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

Current goals.


hasPendingGoals

hasPendingGoals: boolean

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

Whether agent has pending goals.


name

name: string

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

Agent name.