Skip to content

Commit 2471c3f

Browse files
Add "In Action" section to README
Introduces a new "In Action" section to the README. This section highlights a real-world example of the project in use, showcasing its capabilities and including detailed metrics and cost breakdowns. This addition aims to provide users with a practical demonstration of the project's effectiveness and value.
1 parent a9c45cd commit 2471c3f

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
[![Tests](https://img.shields.io/badge/Tests-make%20check-blue?style=for-the-badge)](.github/workflows/ci.yml)
1313
[![Built with AgentField](https://img.shields.io/badge/Built%20with-AgentField-0A66C2?style=for-the-badge)](https://github.com/Agent-Field/agentfield)
1414
![WorldSpace Community Developer](https://img.shields.io/badge/WorldSpace-Community%20Developer-111827?style=for-the-badge)
15+
[![Example PR](https://img.shields.io/badge/Example-PR%20%23179-ff6b35?style=for-the-badge&logo=github)](https://github.com/Agent-Field/agentfield/pull/179)
1516

1617

1718

1819
<p>
1920
<a href="#quick-start">Quick Start</a> •
2021
<a href="#why-swe-af">Why SWE-AF</a> •
22+
<a href="#in-action">In Action</a> •
2123
<a href="#adaptive-factory-control">Factory Control</a> •
2224
<a href="#benchmark-snapshot">Benchmark</a> •
2325
<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
4547
- Explicit compromise tracking: when scope is relaxed, debt is typed, severity-rated, and propagated.
4648
- Long-run reliability: checkpointed execution supports `resume_build` after crashes or interruptions.
4749

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+
4883
## Adaptive Factory Control
4984

5085
SWE-AF uses three nested control loops to adapt to task difficulty in real time:

0 commit comments

Comments
 (0)