API reference
ContextSnapshot
Result of `agent.context.snapshot()`. Public and secret-free by design — safe
ContextSnapshot
Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.
Result of agent.context.snapshot(). Public and secret-free by design — safe
to log and persist. Raw secrets, local absolute paths, and exact token values
are never present.
Signature
interface ContextSnapshot { /* ... */ }Kind
interface