Skip to content

countzero/ai_open_hands

Repository files navigation

AI OpenHands

A playground to evaluate the OpenHands platform for software development agents powered by AI.

Prerequisites

The following programs are required to use this repository:

  1. Docker
  2. Git
  3. Local OpenAI compatible AI like llama.cpp or ollama

Installation

Clone repository

git clone git@github.com:countzero/ai_open_hands.git

Prepare LLM

Download a quantized version of the Devstral-Small-2507 model that fits in your GPU from:

Usage

Start LLM

Start the Devstral-Small-2507 model and note the Base URL of the OpenAI API. e.g. http://10.0.2.2:8080/v1

Start OpenHands

Execute the following in the ai_open_hands directory

docker compose up

Access OpenHands

The OpenHands GUI should become available at:

Configure OpenHands

Make sure the Base URL is set to your local LLM:

Collaborate with the AI

The shared workspace is available in the shared_workspace/workspace directory.

About

A playground to evaluate the OpenHands platform for software development agents powered by AI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published