Interface: ContextSnapshotBase
Makaio Framework / services-core/context-rules / ContextSnapshotBase
Interface: ContextSnapshotBase
Section titled “Interface: 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.
Properties
Section titled “Properties”adapterId?
Section titled “adapterId?”
optionaladapterId?:string
Defined in: ../../../packages/services/core/src/context-rules/types.ts:30
Adapter identifier for the active agent/runtime, when known.
agentId?
Section titled “agentId?”
optionalagentId?:string
Defined in: ../../../packages/services/core/src/context-rules/types.ts:34
Active agent identifier, when resolution is tied to a specific agent.
optionalcwd?:string
Defined in: ../../../packages/services/core/src/context-rules/types.ts:28
Current working directory for the active agent/runtime, when known.
sessionId?
Section titled “sessionId?”
optionalsessionId?:string
Defined in: ../../../packages/services/core/src/context-rules/types.ts:32
Makaio session identifier, when the runtime is attached to a session.