Configuration
A configuration with its fully resolved operators and actions — the shape the runtime executes.
- isType: boolean · Is Active
_active requiredWhether the configuration is selectable for new sessions.
- nameType: string · Namerequired
Human label.
- syncType: string · Sync Stateenum
_state requiredlivewhen the running pipeline reflects the latest edit;pendinguntil the next sync cycle.values- live
- pending
- uuidType: string · Uuidrequired
Stable identifier, unchanged across edits and version bumps.
- versionType: integer · Versionrequired
Generation counter, bumped on each write. Not an addressing axis.
- actionsType: array object[] · Actions
The configuration's actions.
- propertyType: anything
Name
- createdType: string · Created Atnullable
_at When the configuration was created (ISO 8601).
- descriptionType: string · Descriptionnullable
Human-readable description.
- operatorsType: array object[] · Operators
The resolved operator references, each with its pinned version and upgrade hints.
An operator reference as resolved for execution, with version upgrade hints.
- granularityType: object · Granularityrequired
When this operator runs.
- modelType: string · Model Tier
_tier requiredThe resolved operator's model tier.
- nameType: string · Namerequired
Operator name.
- outputType: string · Output Type
_type requiredThe resolved operator's output type.
- versionType: integer · Versionrequired
The version this reference is pinned to.
- contextType: integer · Context Windownullable
_window Prior turns included in context.
- currentType: integer · Current Versionnullable
_version The operator's latest available version.
- includeType: array string[] · Include Operator Results
_operator _results Other operators whose results are injected into context.
- includeType: boolean · Include Prior Results
_prior _results Whether the operator's own prior results are injected.
- operatorType: integer · Operator Results Window
_results _window Results injected per named operator.
- parametersType: object · Parameters
Resolved parameter values for this reference.
- priorType: integer · Prior Results Window
_results _window How many prior own results are injected.
- upgradeType: boolean · Upgrade Available
_available True when
current_versionis newer than the pinnedversion.
- templateType: integer · Template Idnullable
_id Template this was derived from, if any (lineage only).
- updatedType: string · Updated Atnullable
_at When the configuration was last edited (ISO 8601).