What workflows do
With workflows, you can:- coordinate multiple agents
- run steps in parallel and join them later
- branch on conditions and structured outputs
- control how thread context is shared or isolated
- give agents isolated worktrees
- encode repeatable team processes as YAML
Built-in workflow patterns
Reliant includes several built-in patterns, including:- the default
agentloop - auditing-style oversight workflows
- debate and review workflows
- parallel competition patterns
- TDD-style loops
In this section
- Overview
- Workflow Control
- Multi-Agent Patterns
- Presets
- Spawn Tool
- Sharing & Config as Code
- Creating Custom Workflows
- Scenario Testing