burtenshaw commited on
Commit Β·
e8d0aea
1
Parent(s): bca003e
docs: link swarm sweeper repo
Browse files
app/src/content/chapters/slopfarmer/content.mdx
CHANGED
|
@@ -61,6 +61,8 @@ We found and built several experimental tools for this to work. They each approa
|
|
| 61 |
|
| 62 |
**ACPX** ([openclaw/acpx](https://github.com/openclaw/acpx)) is the agent automation framework used to orchestrate merge flows. It drives agents through multi-step workflows. In this case, observe a cluster, check out the PRs, attempt a merge in a worktree, assess the result. ([huggingface/pr-merger](https://github.com/huggingface/pr-merger)) contains the ACPX workflows for processing clusters or large batches of PRs into combined merges.
|
| 63 |
|
|
|
|
|
|
|
| 64 |
## Transformers Thunderdome
|
| 65 |
|
| 66 |
The experiment ran on a fork at [evalstate/transformers](https://github.com/evalstate/transformers). The process was straightforward: take clusters of related PRs, merge them into worktrees, and have an agent assess whether the combined result was valid. Each merged PR includes a comment with the full agent trace showing the reasoning.
|
|
@@ -121,6 +123,7 @@ Open source projects that want to stay open to contributions will need tooling l
|
|
| 121 |
- [huggingface/slopfarmer](https://github.com/huggingface/slopfarmer) β GitHub scraper, clustering, dataset publishing
|
| 122 |
- [huggingface/pr-search-cli](https://github.com/huggingface/pr-search-cli) β CLI frontend to SlopFarmer output
|
| 123 |
- [huggingface/pr-merger](https://github.com/huggingface/pr-merger) β ACPX merge workflows
|
|
|
|
| 124 |
- [openclaw/acpx](https://github.com/openclaw/acpx) β Agent automation framework
|
| 125 |
- [openclaw/gitcrawl](https://github.com/openclaw/gitcrawl) β GitHub data mirror and clustering (Go)
|
| 126 |
- [openclaw/clawsweeper](https://github.com/openclaw/clawsweeper) β Brute-force issue analysis
|
|
|
|
| 61 |
|
| 62 |
**ACPX** ([openclaw/acpx](https://github.com/openclaw/acpx)) is the agent automation framework used to orchestrate merge flows. It drives agents through multi-step workflows. In this case, observe a cluster, check out the PRs, attempt a merge in a worktree, assess the result. ([huggingface/pr-merger](https://github.com/huggingface/pr-merger)) contains the ACPX workflows for processing clusters or large batches of PRs into combined merges.
|
| 63 |
|
| 64 |
+
**Swarm Sweeper** ([huggingface/swarm-sweeper](https://github.com/huggingface/swarm-sweeper)) is the Hugging Face repository for the Swarm Sweeper side of this work.
|
| 65 |
+
|
| 66 |
## Transformers Thunderdome
|
| 67 |
|
| 68 |
The experiment ran on a fork at [evalstate/transformers](https://github.com/evalstate/transformers). The process was straightforward: take clusters of related PRs, merge them into worktrees, and have an agent assess whether the combined result was valid. Each merged PR includes a comment with the full agent trace showing the reasoning.
|
|
|
|
| 123 |
- [huggingface/slopfarmer](https://github.com/huggingface/slopfarmer) β GitHub scraper, clustering, dataset publishing
|
| 124 |
- [huggingface/pr-search-cli](https://github.com/huggingface/pr-search-cli) β CLI frontend to SlopFarmer output
|
| 125 |
- [huggingface/pr-merger](https://github.com/huggingface/pr-merger) β ACPX merge workflows
|
| 126 |
+
- [huggingface/swarm-sweeper](https://github.com/huggingface/swarm-sweeper) β Swarm Sweeper workflow repository
|
| 127 |
- [openclaw/acpx](https://github.com/openclaw/acpx) β Agent automation framework
|
| 128 |
- [openclaw/gitcrawl](https://github.com/openclaw/gitcrawl) β GitHub data mirror and clustering (Go)
|
| 129 |
- [openclaw/clawsweeper](https://github.com/openclaw/clawsweeper) β Brute-force issue analysis
|