Configuration types
RefrainConfig
Alias forLocalConfig. See Local Execution for full property table.
AIModelConfig
ModelProvider
ModelPurpose
ExecuteOptions
See Local Execution for full property table.ExecutionStrategy
Result types
ExecutionReport
StepExecutionResult
StepStatus
StepDiagnostics
Attached to failed steps with detailed failure information:BatchExecutionReport
Runbook types
ParsedRunbook
Inferred from the Zod schema. See Runbook YAML for field descriptions.ParsedStep / StepAction / Selector
See Actions, Selectors.ActionType
RiskLevel
VariableSource
CaptureStrategy
Logger types
Logger
LoggerFactory
SpinnerLike
CallbackLogger
Custom logger that forwards all messages to a callback:LogLevel
Utility types
ResolveVariablesInput
ResolveVariablesResult
Plan types
Plan
PlanTier
PlanLimitError / PlanFeatureError
Thrown when a plan limit or feature gate is hit:Other types
| Type | Description |
|---|---|
DataStore | Interface for memory data collection |
DataAggregator | Interface for data aggregation queries |
InMemoryDataStore | Built-in in-memory data store |
DownloadManager | File download and CSV merge utility |
DownloadRecord | Download metadata |
AggregateOperation | "sum" | "count" | "concat" | "min" | "max" | "avg" | "unique_count" |
Locale | "en" | "ja" |
MeteringCollector | Usage metering interface |
NoopMeteringCollector | No-op metering implementation |