Skip to main content

Interface: ReasoningTraceEntry

Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:404

A single entry in the GMI's reasoning trace, providing an auditable log of its operations.

Interface

ReasoningTraceEntry

Properties

details?

optional details: Record<string, any>

Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:408


message

message: string

Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:407


timestamp

timestamp: Date

Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:405


type

type: ReasoningEntryType

Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:406