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: docs/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,15 @@ Welcome to the Agent Zero documentation hub. Whether you're getting started or d
7
7
8
8
-**[Quickstart Guide](quickstart.md):** Get up and running in 5 minutes with Agent Zero.
9
9
-**[Installation Guide](setup/installation.md):** Install scripts, updates, and advanced Docker setup (includes [How to Update](setup/installation.md#how-to-update-agent-zero)).
10
+
-**[A0 CLI Connector](guides/a0-cli-connector.md):** Install the terminal-native connector, connect it to Agent Zero, and copy a setup brief for another agent.
10
11
-**[Self Update](guides/self-update.md):** How the in-app updater works (technical reference).
11
12
-**[VPS Deployment](setup/vps-deployment.md):** Deploy Agent Zero on a remote server.
12
13
-**[Development Setup](setup/dev-setup.md):** Set up a local development environment.
13
14
14
15
## User Guides
15
16
16
17
-**[Usage Guide](guides/usage.md):** Comprehensive guide to Agent Zero's features and capabilities.
18
+
-**[A0 CLI Connector](guides/a0-cli-connector.md):** Terminal-first companion workflow for Agent Zero.
17
19
-**[Projects Tutorial](guides/projects.md):** Learn to create isolated workspaces with dedicated context and memory.
18
20
-**[API Integration](guides/api-integration.md):** Add external APIs without writing code.
19
21
-**[MCP Setup](guides/mcp-setup.md):** Configure Model Context Protocol servers.
@@ -69,6 +71,7 @@ Welcome to the Agent Zero documentation hub. Whether you're getting started or d
69
71
-[Self Update (technical)](guides/self-update.md)
70
72
-[VPS Deployment](setup/vps-deployment.md)
71
73
-[Development Setup](setup/dev-setup.md)
74
+
-[A0 CLI Connector](guides/a0-cli-connector.md)
72
75
73
76
-[User Guides](#user-guides)
74
77
-[Usage Guide](guides/usage.md)
@@ -91,6 +94,7 @@ Welcome to the Agent Zero documentation hub. Whether you're getting started or d
Agent Zero lives in Docker for a reason. That keeps it safer. The problem is that people see Docker and assume the agent can never really touch the code on their computer.
4
+
5
+
A0 CLI is the answer to that.
6
+
7
+
Agent Zero stays in Docker. A0 CLI installs on the host machine. That is what lets Agent Zero finally work on the real files on your real computer.
8
+
9
+
For now, use the install commands below.
10
+
11
+
## Quick Install
12
+
13
+
**macOS / Linux:**
14
+
```bash
15
+
curl -LsSf https://raw.githubusercontent.com/agent0ai/a0-connector/main/install.sh | sh
Run these on the host machine, not inside the Agent Zero container.
29
+
30
+
The installer uses `uv`, and `uv` will select or download a compatible Python if needed.
31
+
32
+
## Open it and start working
33
+
34
+
1. Make sure Agent Zero is already running.
35
+
2. Launch A0 CLI on the host machine:
36
+
37
+
```bash
38
+
a0
39
+
```
40
+
41
+
3. If Agent Zero is running on the same machine, A0 CLI will usually find it for you.
42
+
4. If Agent Zero is somewhere else, enter the exact web address or set `AGENT_ZERO_HOST` as env variable before launching `a0`.
43
+
5. Open or create a chat and confirm you can talk to Agent Zero from the host machine.
44
+
45
+
> [!NOTE]
46
+
> Current Agent Zero builds starting from v1.9 include the builtin connector support that A0 CLI expects. If you see a connector-specific `404`, update Agent Zero first.
47
+
48
+
## Give this to another agent
49
+
50
+
If another agent is helping with setup, do not paste a whole checklist. Paste one line:
51
+
52
+
```text
53
+
Set up the A0 CLI connector for Agent Zero on this machine using the a0-setup-cli Skill.
54
+
```
55
+
56
+
## Troubleshooting
57
+
58
+
-**Nothing appears locally:** Enter the Agent Zero web address manually or export `AGENT_ZERO_HOST`.
59
+
-**You tried to install from inside Docker:** A0 CLI belongs on the host machine. Agent Zero stays in Docker.
60
+
-**Function keys do nothing:** Some terminals and IDEs capture function keys. Use `Ctrl+P`.
61
+
-**Connector route returns `404`:** Update Agent Zero to a build with builtin connector support.
Copy file name to clipboardExpand all lines: docs/quickstart.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,34 @@ Follow the CLI prompts for port and authentication, complete onboarding, then op
23
23
> [!NOTE]
24
24
> For manual Docker Desktop setup, volume mapping, and platform-specific detail, see the [Installation Guide](setup/installation.md#manual-installation-advanced).
25
25
26
+
## Use Agent Zero on your real local files
27
+
28
+
If you want Agent Zero to work on the actual files on your computer, this is the important part.
29
+
30
+
Agent Zero stays in Docker for safety. The A0 CLI installs and runs on your host machine. That host-side CLI is what lets Agent Zero work on the real files on your real computer.
31
+
32
+
**macOS / Linux:**
33
+
```bash
34
+
curl -LsSf https://raw.githubusercontent.com/agent0ai/a0-connector/main/install.sh | sh
Run those on the host machine, not inside the Agent Zero container.
43
+
44
+
Then launch:
45
+
46
+
```bash
47
+
a0
48
+
```
49
+
50
+
Once `a0` connects, open or create a chat there. That is the path that lets Agent Zero stay in Docker while still working on real local files on your machine.
51
+
52
+
For the full setup flow, manual fallback install paths, remote-host tips, and a copy-ready brief for another agent, see the [A0 CLI Connector guide](guides/a0-cli-connector.md).
53
+
26
54
### Open the Web UI and configure your API key
27
55
28
56
Open your browser and navigate to `http://localhost:<PORT>`. The Web UI will show the onboarding banner. Click Start Onboarding to set your AI models and API key.
Copy file name to clipboardExpand all lines: docs/setup/installation.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ docker run -p 80:80 agent0ai/agent-zero
25
25
26
26
Once the install completes, open the URL shown in your terminal to access the Web UI. Follow the prompts in the CLI to set your port and authentication, complete onboarding, add your API key, then continue to [Step 3: Configure Agent Zero](#step-3-configure-agent-zero).
27
27
28
+
> [!TIP]
29
+
> Prefer a terminal-native workflow too? Install the optional [A0 CLI Connector](../guides/a0-cli-connector.md) from GitHub, then run `a0` to connect to this Agent Zero instance from your terminal.
0 commit comments