|
12 | 12 | [](.github/workflows/ci.yml) |
13 | 13 | [](https://github.com/Agent-Field/agentfield) |
14 | 14 |  |
| 15 | +[](https://github.com/Agent-Field/agentfield/pull/179) |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 | <p> |
19 | 20 | <a href="#quick-start">Quick Start</a> • |
20 | 21 | <a href="#why-swe-af">Why SWE-AF</a> • |
| 22 | + <a href="#in-action">In Action</a> • |
21 | 23 | <a href="#adaptive-factory-control">Factory Control</a> • |
22 | 24 | <a href="#benchmark-snapshot">Benchmark</a> • |
23 | 25 | <a href="#api-reference">API</a> • |
@@ -45,6 +47,39 @@ Most agent frameworks are harnesses around a single coder loop. SWE-AF is a soft |
45 | 47 | - Explicit compromise tracking: when scope is relaxed, debt is typed, severity-rated, and propagated. |
46 | 48 | - Long-run reliability: checkpointed execution supports `resume_build` after crashes or interruptions. |
47 | 49 |
|
| 50 | +## In Action |
| 51 | + |
| 52 | +[PR #179: Go SDK DID/VC Registration](https://github.com/Agent-Field/agentfield/pull/179) — built entirely by SWE-AF (haiku, turbo preset). One API call, zero human code. |
| 53 | + |
| 54 | +| Metric | Value | |
| 55 | +| --- | --- | |
| 56 | +| Issues completed | 10/10 | |
| 57 | +| Tests passing | 217 | |
| 58 | +| Acceptance criteria | 34/34 | |
| 59 | +| Agent invocations | 79 | |
| 60 | +| Model | `claude-haiku-4-5` | |
| 61 | +| **Total cost** | **$19.23** | |
| 62 | + |
| 63 | +<details> |
| 64 | +<summary>Cost breakdown by agent role</summary> |
| 65 | + |
| 66 | +| Role | Cost | % | |
| 67 | +| --- | --- | --- | |
| 68 | +| Coder | $5.88 | 30.6% | |
| 69 | +| Code Reviewer | $3.48 | 18.1% | |
| 70 | +| QA | $1.78 | 9.2% | |
| 71 | +| GitHub PR | $1.66 | 8.6% | |
| 72 | +| Integration Tester | $1.59 | 8.3% | |
| 73 | +| Merger | $1.22 | 6.3% | |
| 74 | +| Workspace Ops | $1.77 | 9.2% | |
| 75 | +| Planning (PM + Arch + TL + Sprint) | $0.79 | 4.1% | |
| 76 | +| Verifier + Finalize | $0.34 | 1.8% | |
| 77 | +| Synthesizer | $0.05 | 0.2% | |
| 78 | + |
| 79 | +79 invocations, 2,070 conversation turns. Planning agents scope and decompose; coders work in parallel isolated worktrees; reviewers and QA validate each issue; merger integrates branches; verifier checks acceptance criteria against the PRD. |
| 80 | + |
| 81 | +</details> |
| 82 | + |
48 | 83 | ## Adaptive Factory Control |
49 | 84 |
|
50 | 85 | SWE-AF uses three nested control loops to adapt to task difficulty in real time: |
|
0 commit comments