video links update
frdel committed
Jul 21, 2025 at 13:44 UTC
2de45e6e633330753254fb6e8c88d3e7bbe4622c
3 files changed
+13
-3
README.md
+11
-1
@@ -102,7 +102,7 @@ From now on, please use this name for both `git clone` and `docker pull` command
102
103
Click to open a video to learn how to install Agent Zero:
104
105
-[](https://www.youtube.com/watch?v=L1_peV8szf8)
105
+[](https://www.youtube.com/watch?v=w5v5Kjx51hs)
106
107
A detailed setup guide for Windows, macOS, and Linux with a video can be found in the Agent Zero Documentation at [this page](./docs/installation.md).
108
@@ -156,6 +156,16 @@ docker run -p 50001:80 agent0ai/agent-zero
156
157
## 🎯 Changelog
158
159
+
160
+### v0.9.2 - Kokoro TTS, Attachments
161
+[Release video](https://www.youtube.com/watch?v=sPot_CAX62I)
162
+
163
+- Kokoro text-to-speech integration
164
+- New message attachments system
165
+- Minor updates: log truncation, hyperlink targets, component examples, api cleanup
166
+
167
+
168
+
169
### v0.9.1 - LiteLLM, UI improvements
170
[Release video](https://youtu.be/crwr0M4Spcg)
171
- Langchain replaced with LiteLLM
docs/installation.md
+1
-1
@@ -2,7 +2,7 @@
2
3
Click to open a video to learn how to install Agent Zero:
4
5
-[](https://www.youtube.com/watch?v=L1_peV8szf8)
5
+[](https://www.youtube.com/watch?v=w5v5Kjx51hs)
6
7
The following user guide provides instructions for installing and running Agent Zero using Docker, which is the primary runtime environment for the framework. For developers and contributors, we also provide instructions for setting up the [full development environment](#in-depth-guide-for-full-binaries-installation).
8
knowledge/default/main/about/installation.md
+1
-1
@@ -2,7 +2,7 @@
2
3
Click to open a video to learn how to install Agent Zero:
4
5
-[](https://www.youtube.com/watch?v=L1_peV8szf8)
5
+[](https://www.youtube.com/watch?v=w5v5Kjx51hs)
6
7
The following user guide provides instructions for installing and running Agent Zero using Docker, which is the primary runtime environment for the framework. For developers and contributors, we also provide instructions for setting up the [full development environment](#in-depth-guide-for-full-binaries-installation).
8