-
Notifications
You must be signed in to change notification settings - Fork 17
HITL agent #107
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
Open
chisingh
wants to merge
38
commits into
main
Choose a base branch
from
hitl_agent
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
HITL agent #107
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
286453b
human in the loop
chisingh 8abe599
test agent
chisingh 3c689d2
replay history
chisingh 1235dd5
mock human input
chisingh 5588b95
unit test
chisingh 0bf872a
test clone
chisingh 31492e0
CodeQL fix
chisingh 155daad
init terminal
chisingh 3227253
history steps
chisingh c3c8141
Merge remote-tracking branch 'origin' into hitl_agent
chisingh 2eab98e
unit tests
chisingh f00000c
Merge remote-tracking branch 'origin' into hitl_agent
chisingh f955752
Merge remote-tracking branch 'origin' into hitl_agent
chisingh 0e4b25e
updated tests
chisingh 34f06c1
Merge branch 'main' into hitl_agent
chisingh 640ea36
Merge branch 'main' into hitl_agent
chisingh eb8241b
isort, black
chisingh af0e4c7
fix test
chisingh a894c33
format fix
chisingh 1d3763d
Merge remote-tracking branch 'origin' into hitl_agent
chisingh 30361cb
lint fix
chisingh 581904f
Merge branch 'main' into hitl_agent
MarcCote 114634e
clone tools
chisingh cd951bd
improve error message when llm config doesn't exist
MarcCote 0909ce7
Merge branch 'main' into hitl_agent
MarcCote 97b233c
Fix README and improve output of init_llm_config
MarcCote e6ce726
install pandas
chisingh 86daf77
black, isort
chisingh 49d69f2
fix unit test
chisingh 2f9059b
human first
chisingh e933a51
Merge branch 'main' of https://github.com/microsoft/debug-gym into hi…
chisingh 3fb8e78
fix tests
chisingh 5d573d3
Merge branch 'main' into hitl_agent
chisingh e10c31b
Mention to install mini_nightmare deps
MarcCote 0ed066f
Support multiple -p args with run.py
MarcCote 5981150
Revert mini_nightmare deps, should be installed in the docker container.
MarcCote f27caf1
Add option to list available agents and problems
MarcCote b59b20d
Typo in config file
MarcCote 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,6 +180,8 @@ logs/ | |
|
||
/data | ||
|
||
.vscode/ | ||
|
||
vscode/out | ||
vscode/node_modules | ||
vscode/package-lock.json | ||
|
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
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 |
---|---|---|
|
@@ -30,4 +30,4 @@ dev = [ | |
"pytest-xdist", | ||
"pytest-timeout", | ||
"pytest-env", | ||
] | ||
] |
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
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.