rhythmatician/Dev Agent

AutoGen-based multi-agent system for automated test fixing

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configPath to dev-agent configuration filenodev-agent.yaml
test-commandTest command to run (e.g., pytest, npm test)nopytest --maxfail=1
max-iterationsMaximum number of fix iterations to attemptno5
model-pathPath to local LLM model (format: backend:path/to/model.gguf)nollama-cpp:models/codellama.gguf
auto-prAutomatically create pull request for fixesnotrue
git-branch-prefixPrefix for automated fix branchesnodev-agent/fix
namedescription
successWhether dev-agent successfully fixed all tests
iterations-usedNumber of iterations used to fix tests
branch-createdName of the git branch created for fixes
pr-urlURL of created pull request (if auto-pr enabled)