Skip to main content
Workflows orchestrate agents, actions, loops, joins, and conditional routing.

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 agent loop
  • auditing-style oversight workflows
  • debate and review workflows
  • parallel competition patterns
  • TDD-style loops

In this section