Documentation
README
SWE-AF Usage Guide
Autonomous engineering team runtime — one API call spins up coordinated AI agents to scope, build, and ship software.
What It Does
SWE-AF creates a coordinated team of AI agents (planning, coding, review, QA, merge, verification) that execute in parallel based on DAG dependencies. Issues with no dependencies run simultaneously; dependent issues run sequentially.
Installation
python3.12 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
Running
Terminal 1 — Control Plane:
af # starts AgentField on port 8080
Terminal 2 — Register Node:
python -m swe_af # registers the swe-planner node
Triggering a Build
This is the opening of the README. Read the full README on GitHub.