Skip to content

Graphorin API reference v0.12.0


Graphorin API reference / @graphorin/store-sqlite / / SuspendedRunRecord

Interface: SuspendedRunRecord

Defined in: packages/store-sqlite/src/suspended-run-store.ts:11

One durably-parked agent run (awaiting_approval). stateJson is the agent-serialized resumable RunState (the version-stamped, secret-redacted graphorin-run-state/x.y payload produced by Agent.serializeState); the store treats it as an opaque string.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
agentIdreadonlystring-packages/store-sqlite/src/suspended-run-store.ts:13
runIdreadonlystring-packages/store-sqlite/src/suspended-run-store.ts:12
sessionId?readonlystring-packages/store-sqlite/src/suspended-run-store.ts:14
stateJsonreadonlystring-packages/store-sqlite/src/suspended-run-store.ts:16
suspendedAtreadonlynumberEpoch ms of the FIRST suspension - stable across re-puts.packages/store-sqlite/src/suspended-run-store.ts:18
userId?readonlystring-packages/store-sqlite/src/suspended-run-store.ts:15