You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,21 @@
1
1
# OpenHands V1 CLI
2
2
3
-
A **lightweight, modern CLI** to interact with the OpenHands agent (powered by [OpenHands software-agent-sdk](https://github.com/OpenHands/software-agent-sdk)).
3
+
A **lightweight, modern CLI** to interact with the OpenHands agent (powered by [OpenHands Software Agent SDK](https://github.com/OpenHands/software-agent-sdk)).
4
4
5
5
---
6
6
7
7
## Quickstart
8
8
9
9
- Prerequisites: Python 3.12+, curl
10
10
- Install uv (package manager):
11
+
11
12
```bash
12
13
curl -LsSf https://astral.sh/uv/install.sh | sh
13
14
# Restart your shell so "uv" is on PATH, or follow the installer hint
The [Agent Client Protocol (ACP)](https://agentclientprotocol.com/protocol/overview) is a standardized communication protocol that enables code editors and IDEs to interact with AI agents. ACP defines how clients (like code editors) and agents (like OpenHands) communicate through a JSON-RPC 2.0 interface.
6
+
7
+
For more details about the protocol, see the [ACP documentation](https://agentclientprotocol.com/protocol/overview).
8
+
9
+
## Development Guide
10
+
11
+
### Setup with Zed IDE
12
+
13
+
Follow the documentation at [OpenHands ACP Guide](https://docs.openhands.dev/openhands/usage/run-openhands/acp#zed-ide) for general setup instructions.
14
+
15
+
#### Option 1: Test with PR Branch
16
+
17
+
Add this agent configuration to test with the PR branch:
0 commit comments