skip to content

Harnesses and roles

Every agent harness Gantry drives, the environment keys that configure each one, and which role runs which stage of the pipeline.

The harnesses

Agent harnesses — 4 rows exported from src/engine/harness/mod.rs

The roles

Harness roles — 4 rows exported from src/domain/mod.rs

role stages it runs
plan Brief, Plan, Test setup, Replan
build Execute, Fix, Investigate, Troubleshoot, Resolve
review Review
util Test, Merge, Support, Done

The stages

Pipeline stages — 14 rows exported from src/domain/mod.rs

stage shown as run by
environment-build Brief plan
plan Plan plan
gate-build Test setup plan
execute Execute build
gate Test util
fix Fix build
investigate Investigate build
troubleshoot Troubleshoot build
review Review review
replan Replan plan
merge Merge util
resolve Resolve build
support Support util
done Done util