OpenHands

OpenHands

官方网站https://docs.all-hands.dev
GIT地址https://github.com/All-Hands-AI/OpenHands
GIT Star数44707
开发语言Python
话题agent, artificial-intelligence, chatgpt, claude-ai, cli, developer-tools, gpt, llm, openai
GIT信息最后更新日期2025/01/28 02:25
许可MIT
简介OpenHands代理可以做任何人类开发者能做的事情:修改代码、运行命令、浏览网页、调用API,甚至是复制Stack Overflow上的代码片段。

安装手册

⚡ Quick Start

The easiest way to run OpenHands is in Docker. See the Installation guide for system requirements and more information.

docker pull docker.all-hands.dev/all-hands-ai/runtime:0.19-nikolaik

docker run -it --rm --pull=always \
    -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.19-nikolaik \
    -e LOG_ALL_EVENTS=true \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v ~/.openhands-state:/.openhands-state \
    -p 3000:3000 \
    --add-host host.docker.internal:host-gateway \
    --name openhands-app \
    docker.all-hands.dev/all-hands-ai/openhands:0.19

You'll find OpenHands running at http://localhost:3000!

Finally, you'll need a model provider and API key. Anthropic's Claude 3.5 Sonnet (anthropic/claude-3-5-sonnet-20241022) works best, but you have many options.