-
Notifications
You must be signed in to change notification settings - Fork 0
CI bot using minisweagent #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
77daad0
initial implementation
virajmehta 6808acb
added missing files
virajmehta fcb532c
include PR description in markdown context
virajmehta 5e80b8b
use `uv` for the whole python part
virajmehta 00d718d
removed masking code
virajmehta dc8ed70
added better git handling
virajmehta 5decf50
added git client oops
virajmehta 91f0530
improved naming for git-related files
virajmehta 9472f73
added TODO for instance template
virajmehta bbb06ee
removed darwin flag
virajmehta 6250ff8
added pr number to the inference tags
virajmehta eeffd95
fixed uv dependencies on mini-swe-agent
virajmehta e090b8d
added local runner for CI Bot for testing and experimentation
virajmehta f95b805
removed dist/ from repo
virajmehta 8512eea
added to ignores
virajmehta e988c23
cleaned up types
virajmehta df2e0b1
fixed dependency on my swe-agent fork
virajmehta 8b22a9a
bot does recognizably interesting stuff locally
virajmehta 4ccf56c
failure logs come in smoothly now
virajmehta d6dfb12
added instructions for machine readable itmeouts
virajmehta 21ccb58
updated agent output
virajmehta ea3b209
added test-mode
virajmehta 4a168c2
pr only
virajmehta eea8480
removed any suggestion comments from CI bot
virajmehta 73dc205
fix type issues
virajmehta 8b5079c
removed trajectory json
virajmehta e6fa8c2
added extra files
virajmehta 18ba059
added docker compose
virajmehta 232d8bb
added fix details section to PR comment
virajmehta bf9820b
added build files
virajmehta 0ea8d1d
fixed lint errors
virajmehta 7fab6ae
fixed linting errors
virajmehta 42b7b30
added episode id handling
virajmehta c3a3c34
added episode id write to CH
virajmehta 2f12705
Fix tests
shuyangli ee03970
Add some additional security fixes to CI bot (#48)
virajmehta d522fc4
Merge branch 'main' of github.com:tensorzero/experimental-ci-bot into…
virajmehta d585c14
skip configuration
virajmehta 71d0855
bundled and added an extra log line
virajmehta 6553959
Merge branch 'main' of github.com:tensorzero/experimental-ci-bot into…
virajmehta 69b1eda
add another env var
virajmehta fc890e5
added tensorzero gateway url option
virajmehta 723104d
cleaned up github action
virajmehta 8fd1294
Merge branch 'main' of github.com:tensorzero/experimental-ci-bot into…
virajmehta 34fe7fc
added a two-job structure
virajmehta e7c97d0
Merge branch 'main' of github.com:tensorzero/experimental-ci-bot into…
virajmehta 207b182
update the agent to write a better patch
virajmehta 1c05e4f
fixed bundle
virajmehta 6774c5e
try episode feedback
virajmehta 61afdd6
use tailscale for feedback
virajmehta 75a93f5
Merge branch 'main' of github.com:tensorzero/experimental-ci-bot into…
virajmehta 7ddd532
removed default write permissions
virajmehta 9062f8f
fixed PR comments and updated pin to main
virajmehta bc86234
removed some unused code
virajmehta 0e51b64
fix tests
virajmehta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,3 +3,10 @@ | |
| dist/ | ||
| node_modules/ | ||
| coverage/ | ||
|
|
||
| # Python | ||
| .venv/ | ||
| venv/ | ||
| env/ | ||
| __pycache__/ | ||
| *.pyc | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.