Interface: InboxMessageDto
@kortexya/reasoninglayer / Cognitive / InboxMessageDto
Interface: InboxMessageDto
Defined in: src/types/cognitive.ts:712
A message in an agent’s inbox.
Properties
content
content:
JsonValue
Defined in: src/types/cognitive.ts:718
Message content (arbitrary JSON).
fromAgentId
fromAgentId:
string
Defined in: src/types/cognitive.ts:716
Sender agent ID (UUID).
messageId
messageId:
string
Defined in: src/types/cognitive.ts:714
Message ID (UUID).
priority
priority:
number
Defined in: src/types/cognitive.ts:720
Priority (0-10, higher is more urgent).
read
read:
boolean
Defined in: src/types/cognitive.ts:724
Whether the message has been read.
timestamp
timestamp:
number
Defined in: src/types/cognitive.ts:722
Timestamp (epoch).