Whether the entire spec execution succeeded. All steps must succeed for this to be true.
OptionaldataThe final data after all steps completed. Only present if execution was successful.
OptionalerrorError message if execution failed. Only present if success is false.
Results for each step in the spec. Ordered by execution order (topological sort).
OptionalusageTotal usage statistics across all steps. Only present if at least one tool reported usage.
Human-readable summary message. Includes iteration count, step count, and failure details.
The result of executing a DAFT spec.
Contains the final data, per-step results, usage statistics, and status.
Example