RepoTrials v0.1.0 — Private coding-agent evals from your Git history #4
PozziTiv4ik
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
RepoTrials v0.1.0 is the first public release.
RepoTrials turns bugs a team already fixed into private, repeatable coding-agent evaluations. Instead of asking which agent wins on a public leaderboard, it helps answer a narrower question: which model, scaffold, prompt, and budget work on this repository?
It is inspired by SWE-bench's behavioral grading, but it is not a drop-in reimplementation of SWE-bench.
What ships in v0.1.0
pass@kRepoTrials itself does not upload your repository, task set, or results.
Try the complete demo
The demo creates a real two-commit Git repository, mines and validates a task, runs a no-op and a deterministic fixing agent, compares them, writes a report, and creates a Harbor export. It requires no model API key.
git clone --depth 1 --branch v0.1.0 https://github.com/PozziTiv4ik/Repo-Trials.git cd Repo-Trials python -m pip install -e .[dev] python scripts/demo.pyExpected comparison:
Important boundaries
v0.1.0 is intentionally conservative:
git archivereconstruction does not cover every submodule, Git LFS, symlink, orexport-ignoredependent repository.Read the methodology and threat model before using results for consequential decisions.
Feedback wanted
The most valuable early feedback is a repository where mining breaks, a reproducible-but-unfair task, a rough edge in agent integration, or a real Harbor conformance result.
Use Discussions for questions and evaluation design, and Issues for reproducible bugs or scoped improvements.
This discussion was created from the release RepoTrials v0.1.0 — Private coding-agent evals from your Git history.
All reactions