Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/agent / run-state / SerializeRunStateOptions

Interface: SerializeRunStateOptions

Defined in: packages/agent/src/run-state/index.ts:71

Options accepted by serializeRunState.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
stripTracingApiKey?readonlybooleanDrop tracing API keys and other secrets that callers store in RunContext.deps. Defaults to false for the round-trip canonical helper; the agent runtime always passes true when persisting through the checkpoint store.packages/agent/src/run-state/index.ts:78