kosmonautical/openhands-index-paul
OpenHands Index Leaderboard
This leaderboard tracks agent performance across multiple software engineering and AI benchmarks.
<!-- Updated: 2025-11-24 - Data loading fix deployed -->
Development
The leaderboard is built using the HuggingFace Datasets library, which provides a convenient way to manage and query datasets. Results are sourced from the OpenHands Index Results repository.
To run the leaderboard locally first make sure to set this env variable:
export IS_INTERNAL=trueYou can then start it up with the following command:
python app.pyThis will start a local server that you can access in your web browser at http://localhost:7860.
Hugging Face Integration
The repo backs the Hugging Face space at https://huggingface.co/spaces/OpenHands/openhands-index
Please follow the steps below to push changes to the leaderboard on Hugging Face.
Before pushing, make sure to merge your changes to the main branch of this repository (following the standard GitHub workflow of creating a branch, making changes, and then merging it back to main).
Then, to push the changes to the Hugging Face leaderboard:
git push origin main