Spaces:
Paused
Paused
Jan Tomášek commited on
Update development.md
Browse files- docs/development.md +5 -3
docs/development.md
CHANGED
|
@@ -15,7 +15,8 @@ This guide will show you how to setup a local development environment for Agent
|
|
| 15 |
3. Docker (Docker Desktop, docker-ce...)
|
| 16 |
4. (optional) Git/GitHub
|
| 17 |
|
| 18 |
-
> [!NOTE]
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
## Step 0: Install required software
|
|
@@ -27,7 +28,8 @@ This guide will show you how to setup a local development environment for Agent
|
|
| 27 |
- Agent Zero is available on GitHub [github.com/agent0ai/agent-zero](https://github.com/agent0ai/agent-zero).
|
| 28 |
- You can download the files using a browser and extract or run `git clone https://github.com/agent0ai/agent-zero` in your desired directory.
|
| 29 |
|
| 30 |
-
> [!NOTE]
|
|
|
|
| 31 |
|
| 32 |
## Step 2: Open project folder in your IDE
|
| 33 |
- I will be using plain and clean VS Code for this example to make sure I don't skip any setup part, you can use any of it's variants like Cursor, Windsurf etc.
|
|
@@ -140,4 +142,4 @@ You're now ready to contribute to Agent Zero, create custom extensions, or modif
|
|
| 140 |
|
| 141 |
## Next steps
|
| 142 |
- See [extensibility](extensibility.md) for instructions on how to create custom extensions.
|
| 143 |
-
- See [contribution](contribution.md) for instructions on how to contribute to the framework.
|
|
|
|
| 15 |
3. Docker (Docker Desktop, docker-ce...)
|
| 16 |
4. (optional) Git/GitHub
|
| 17 |
|
| 18 |
+
> [!NOTE]
|
| 19 |
+
> I will be using clean VS Code, Conda and Docker Desktop in this example on MacOS.
|
| 20 |
|
| 21 |
|
| 22 |
## Step 0: Install required software
|
|
|
|
| 28 |
- Agent Zero is available on GitHub [github.com/agent0ai/agent-zero](https://github.com/agent0ai/agent-zero).
|
| 29 |
- You can download the files using a browser and extract or run `git clone https://github.com/agent0ai/agent-zero` in your desired directory.
|
| 30 |
|
| 31 |
+
> [!NOTE]
|
| 32 |
+
> In my case, I used `cd ~/Desktop` and `git clone https://github.com/agent0ai/agent-zero`, so my project folder is `~/Desktop/agent-zero`.
|
| 33 |
|
| 34 |
## Step 2: Open project folder in your IDE
|
| 35 |
- I will be using plain and clean VS Code for this example to make sure I don't skip any setup part, you can use any of it's variants like Cursor, Windsurf etc.
|
|
|
|
| 142 |
|
| 143 |
## Next steps
|
| 144 |
- See [extensibility](extensibility.md) for instructions on how to create custom extensions.
|
| 145 |
+
- See [contribution](contribution.md) for instructions on how to contribute to the framework.
|