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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
agentId? | readonly | string | packages/core/src/contracts/secrets-store.ts:27 |
runId? | readonly | string | packages/core/src/contracts/secrets-store.ts:28 |
signal? | readonly | AbortSignal | packages/core/src/contracts/secrets-store.ts:29 |
toolName? | readonly | string | packages/core/src/contracts/secrets-store.ts:26 |