A playground to evaluate the OpenHands platform for software development agents powered by AI.
The following programs are required to use this repository:
- Docker
 - Git
 - Local OpenAI compatible AI like 
llama.cpporollama 
git clone git@github.com:countzero/ai_open_hands.gitDownload a quantized version of the Devstral-Small-2507 model that fits in your GPU from:
Start the Devstral-Small-2507 model and note the Base URL of the OpenAI API. e.g. http://10.0.2.2:8080/v1
Execute the following in the ai_open_hands directory
docker compose upThe OpenHands GUI should become available at:
Make sure the Base URL is set to your local LLM:
The shared workspace is available in the shared_workspace/workspace directory.