Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / PostCompactionHookContext
Interface: PostCompactionHookContext
Defined in: packages/memory/src/context-engine/compaction/types.ts:98
Per-call context handed to a post-compaction hook.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
agentId | readonly | string | packages/memory/src/context-engine/compaction/types.ts:103 |
result | readonly | CompactionResult | packages/memory/src/context-engine/compaction/types.ts:99 |
runId | readonly | string | packages/memory/src/context-engine/compaction/types.ts:101 |
scope | readonly | SessionScope | packages/memory/src/context-engine/compaction/types.ts:100 |
sessionId | readonly | string | packages/memory/src/context-engine/compaction/types.ts:102 |
source | readonly | CompactionSource | packages/memory/src/context-engine/compaction/types.ts:104 |