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