All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.61k stars 4.25k forks source link

docs: Add documentation on how to add new tools to codeact_agent #5150

Closed neubig closed 1 week ago

neubig commented 1 week ago

Added comprehensive documentation about how to add new tools to the codeact_agent in its README.md file. The documentation includes:


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:869ce8f-nikolaik   --name openhands-app-869ce8f   docker.all-hands.dev/all-hands-ai/openhands:869ce8f