-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update leaderboard and mostly automate with GPTScript
- Loading branch information
Ray Myers
committed
Dec 5, 2024
1 parent
71fed95
commit e929d11
Showing
4 changed files
with
60 additions
and
43 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
OpenHands = MIT | ||
Composio = Source Available (ELv2) | ||
Agentless = MIT | ||
Moatless = MIT | ||
AppMap Navie = Source Available | ||
AutoCodeRover = Source Available | ||
SWE-agent = MIT |
This file contains 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 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 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
tools: sys.download, sys.read, sys.write | ||
|
||
Download https://www.swebench.com to swebench.html | ||
Extract the names and scores in the div with id "leaderboard-Verified", save to current-verified.txt | ||
Filter current-verified to only include those listed in `license-notes.txt`. Updating `src/components/Leaderboard/index.tsx` with the items and licenses. | ||
Update "last updated" date in the `src/components/Leaderboard/index.tsx` file to reflect the current date. | ||
|