# Schema defined in agent_schema.py # https://www.claude.com/product/claude-code identity = "openhands.dev" name = "OpenHands" short_name = "openhands" url = "https://openhands.dev/" protocol = "acp" author_name = "OpenHands" author_url = "https://openhands.dev/" publisher_name = "Will McGugan" publisher_url = "https://willmcgugan.github.io/" type = "coding" description = "The open platform for cloud coding agents. Scale from one to thousands of agents — open source, model-agnostic, and enterprise-ready. New users get [$text-success bold]$10[/] in free OpenHands Cloud credits!" tags = [] run_command."*" = "openhands acp" recommended = true help = ''' # OpenHands The open platform for cloud coding agents Scale from one to thousands of agents -- open source, model agnostic, and enterprise-ready. [openhands-dev](https://openhands.dev/) ''' welcome = ''' ## The future of software development must be written by engineers Software development is changing. That change needs to happen in the open, driven by a community of professional developers. That's why OpenHands' software agent is MIT-licensed and trusted by a growing community. Visit [openhands-dev](https://openhands.dev/) for more information. ''' [actions."*".install] command = "uv tool install openhands -U --python 3.12 && openhands login" bootstrap_uv = true description = "Install OpenHands" [actions."*".update] command = "uv tool install openhands -U --python 3.12" bootstrap_uv = true description = "Update OpenHands"