snarktank/antfarm

Build your agent team in OpenClaw with one command.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 14 minutes ago
Added to GitGenius on August 31st, 2026
Created on February 6th, 2026
Open Issues & Pull Requests: 113 (+0)
Number of forks: 452
Total Stargazers: 2,495 (+0)
Total Subscribers: 17 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.9 hours
Mean response time: 24.6 hours
90th percentile: 3.0 days
Tracked items: 101

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 100% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 13% of issues opened in the past year have been closed. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 45
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 173 days
Stale 30+ days: 45
Stale 90+ days: 44

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Detailed Description

Antfarm is a command-line tool that builds multi-agent AI teams in OpenClaw with a single install command.

The tool solves the problem of coordinating specialized AI agents to handle complex software development tasks reliably. Rather than hoping a single agent remembers context across many turns, Antfarm orchestrates a team of agents—planner, developer, verifier, tester, reviewer—each with a defined role and acceptance criteria. Each agent works in a fresh session with clean context, reducing hallucination and context window bloat. Workflows are deterministic: the same input follows the same steps in the same order. Failed steps retry automatically before escalating to a human. State is tracked in SQLite, and agents poll for work independently via cron. The tool ships with three pre-built workflows: feature-dev decomposes feature requests into stories, implements and tests each in isolation, and produces a reviewed PR; security-audit scans a repository for vulnerabilities, ranks them by severity, patches each one, and re-audits; bug-fix takes a bug report through triage, root-cause investigation, patching, and verification.

Antfarm suits teams using OpenClaw who want deterministic, multi-step agent workflows without managing infrastructure. It requires Node.js 22 or later and installs from GitHub rather than npm. The tool is minimal by design—YAML configuration, SQLite state, and cron scheduling with no Redis, Kafka, or container orchestration. You define your own workflows in YAML and Markdown if the bundled ones do not fit your needs.

The project has attracted a substantial base of real-world adopters, as evidenced by most open issues coming from outside users rather than the core team. Maintainers respond to new issues and pull requests within a day.