Skip to main content

Interface: ReasoningTraceEntry

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:390

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/cognitive_substrate/IGMI.ts:394


message

message: string

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:393


timestamp

timestamp: Date

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:391


type

type: ReasoningEntryType

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:392