Getting Started
Install the engine, register your first Step, and walk through a multi-step Flow that shows how the planner walks backward from a goal to assemble the work it needs to run.
Quick Start
Run Argyll end-to-end without writing a service. Register an inline script Step, start a Flow with goal-driven planning, and inspect the result through the API.
Installation
Stand up a local 3-node cluster with Docker Compose, or build the engine from source and run a single node. Includes the common environment variables you'll touch on day one.
Your First Flow
Build a three-step Flow where each Step needs an output from the one before it. See how the planner walks backward from a single goal to assemble the execution plan automatically.