OpenHands Integration
Overview
Open Hands is a sophisticated platform designed to autonomously tackle software development tasks, significantly enhancing productivity for developers through AI-powered agents that understand development workflows.
Key Features
- Autonomous Development: Complete tasks with minimal guidance
- Multiple Agent Types: Specialized agents for different tasks
- Self-Debugging: Can identify and fix its own errors
- Repository Understanding: Analyzes entire codebases
- Documentation Generation: Creates thorough documentation
Use Cases
- Implementing complex features from specifications
- Refactoring legacy codebases systematically
- Automating repetitive development tasks
- Creating comprehensive test suites
- Exploring and learning new repositories
Setup Instructions
- Configure the Open Hands client to use relaxAI API for its agents to function.
- Select Advanced Options from the AI Provider configuration GUI.
- Configure the following settings:
- Custom Model:
openai/<model name>
- Base URL:
https://api.relax.ai/v1/
- API Key:
<RELAX_API_KEY>
- Select your choice of agent and save the configuration.

Resources
- Open Hands Documentation
- Open Hands GitHub Repository
- Backend Integration Guide
- Agent Configuration Guide