Rulvar API reference / @rulvar/executor / ConformanceExecutorConfig
Interface: ConformanceExecutorConfig
Defined in: packages/executor/src/conformance.ts:33
The executor options the shared contract exercises.
Properties
| Property | Type | Defined in |
|---|---|---|
allowEnv? | string[] | packages/executor/src/conformance.ts:36 |
args | string[] | packages/executor/src/conformance.ts:35 |
command | string | packages/executor/src/conformance.ts:34 |
credentials? | (request) => Record<string, string> | packages/executor/src/conformance.ts:37 |
ledger? | ToolEffectLedger | packages/executor/src/conformance.ts:40 |
maxOutputBytes? | number | packages/executor/src/conformance.ts:39 |
timeoutMs? | number | packages/executor/src/conformance.ts:38 |