DEV Community

suraj kumar
suraj kumar

Posted on

🐝 swarm-test v0.2.4 — Quick Scan CLI

Test any agent system in 30 seconds. No Python needed:

swarm-test scan \
--agents "Researcher,Analyst,Writer,Reviewer" \
--edges "Researcher>Analyst,Analyst>Writer,Writer>Reviewer"

One command. 13 findings. 2 SPOFs. Health scores for every agent.

pip install swarm-test --upgrade

Top comments (1)

Collapse
 
suraj_kumar_96bb8767435e2 profile image
suraj kumar

Update: shipped YAML config (feature #11). Every project now gets its own reliability policy — fail_on_severity, max_blast_radius, test filtering. Auto-discovered from project root.

Building toward making swarm-test a standard CI/CD gate for multi-agent systems.