Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/core / / SecretResolverContext

Interface: SecretResolverContext

Defined in: packages/core/src/contracts/secrets-store.ts:25

Optional context handed to a resolver. Carries the originating tool / agent identifiers so the audit log can attribute the resolution.

Stable

Properties

PropertyModifierTypeDefined in
agentId?readonlystringpackages/core/src/contracts/secrets-store.ts:27
runId?readonlystringpackages/core/src/contracts/secrets-store.ts:28
signal?readonlyAbortSignalpackages/core/src/contracts/secrets-store.ts:29
toolName?readonlystringpackages/core/src/contracts/secrets-store.ts:26