Getting Started

Install the engine, register your first Step, and follow a multi-step Flow that shows how the planner starts from a goal and finds the work required to reach it.

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.

Read →

Installation

Start a local 3-node cluster with Docker Compose, or build the engine from source and run a single node. Includes the environment variables used during initial setup.

Read →

Your First Flow

Build a three-step Flow where each Step needs an output from the one before it. See how the planner starts from a single goal and automatically finds its required dependencies.

Read →