Skip to content

Interface: ContextSnapshotBase

Makaio Framework


Makaio Framework / services-core/context-rules / ContextSnapshotBase

Defined in: ../../../packages/services/core/src/context-rules/types.ts:26

Base snapshot fields available from current runtime seams.

Host-owned fields are added through declaration merging on ContextSnapshotExtensions.

optional adapterId?: string

Defined in: ../../../packages/services/core/src/context-rules/types.ts:30

Adapter identifier for the active agent/runtime, when known.


optional agentId?: string

Defined in: ../../../packages/services/core/src/context-rules/types.ts:34

Active agent identifier, when resolution is tied to a specific agent.


optional cwd?: string

Defined in: ../../../packages/services/core/src/context-rules/types.ts:28

Current working directory for the active agent/runtime, when known.


optional sessionId?: string

Defined in: ../../../packages/services/core/src/context-rules/types.ts:32

Makaio session identifier, when the runtime is attached to a session.