Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/agent / progress / ProgressIOConfig
Interface: ProgressIOConfig
Defined in: packages/agent/src/progress/index.ts:36
Optional configuration accepted by createProgressIO.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
artifactRoot? | readonly | string | Filesystem root under which <runId>/progress/<role>.<seq>.txt files live. | packages/agent/src/progress/index.ts:38 |
defaultSensitivity? | readonly | Sensitivity | Default Sensitivity applied when the caller does not override. | packages/agent/src/progress/index.ts:40 |
redact? | readonly | (content) => string | Optional redaction transform applied to content before write. | packages/agent/src/progress/index.ts:42 |