What problem does it solve?
Build, extend, and debug Attractor implementations from the strongdm/attractor specs. Use when work involves DOT pipeline DSL parsing, graph execution traversal, node handlers, checkpoint/resume state, human-in-the-loop gates, condition expressions, model stylesheet rules, or integrating coding-agent-loop/unified-llm backends.
Core Features & Use Cases
- Spec-driven orchestration: implement and extend Attractor as a centralized orchestration layer, not ad-hoc glue code.
- Deterministic graph execution: ensure reproducible traversal, state management, and checkpointing across runs.
- Node handler registry: support built-in and custom node handlers (start, exit, wait.human, conditional, tool, etc.) with clear interfaces.
- Extensible workflow design: integrate DOT DSL parsing, graph normalization, and checkpoint/resume persistence with robust error handling.
Quick Start
Create a minimal Attractor workflow that parses a simple DOT graph, registers a start node, and runs a deterministic traversal.