rhythmatician/Dev Agent
AutoGen-based multi-agent system for automated test fixing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to dev-agent configuration file | no | dev-agent.yaml |
| test-command | Test command to run (e.g., pytest, npm test) | no | pytest --maxfail=1 |
| max-iterations | Maximum number of fix iterations to attempt | no | 5 |
| model-path | Path to local LLM model (format: backend:path/to/model.gguf) | no | llama-cpp:models/codellama.gguf |
| auto-pr | Automatically create pull request for fixes | no | true |
| git-branch-prefix | Prefix for automated fix branches | no | dev-agent/fix |
Outputs
| name | description |
|---|---|
| success | Whether dev-agent successfully fixed all tests |
| iterations-used | Number of iterations used to fix tests |
| branch-created | Name of the git branch created for fixes |
| pr-url | URL of created pull request (if auto-pr enabled) |