Skip to content

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

PropertyModifierTypeDescriptionDefined in
artifactRoot?readonlystringFilesystem root under which <runId>/progress/<role>.<seq>.txt files live.packages/agent/src/progress/index.ts:38
defaultSensitivity?readonlySensitivityDefault Sensitivity applied when the caller does not override.packages/agent/src/progress/index.ts:40
redact?readonly(content) => stringOptional redaction transform applied to content before write.packages/agent/src/progress/index.ts:42