Update README.md
frdel committed
Jan 19, 2025 at 21:08 UTC
97b5e6429fe2e02b912ffeb643437ea1971d6e35
1 file changed
+12
-13
README.md
+12
-13
@@ -14,6 +14,10 @@
14
15
</div>
16
17
+> [!NOTE]
18
+> **🎉 v0.8.1 Release**: Now featuring a browser agent capable of using Chromium for web interactions! This enables Agent Zero to browse the web, gather information, and interact with web content autonomously.
19
+
20
+
21
https://github.com/user-attachments/assets/c168759d-57d8-4b43-b62a-1026afcf52e6
22
23
## A personal, organic agentic framework that grows and learns with you
@@ -120,19 +124,10 @@ docker run -p 50001:80 frdel/agent-zero-run
124
125
- With proper instruction, Agent Zero is capable of many things, even potentially dangerous actions concerning your computer, data, or accounts. Always run Agent Zero in an isolated environment (like Docker) and be careful what you wish for.
126
123
-2. **Agent Zero Is Not Pre-programmed; It Is Prompt-based.**
124
-
125
-- The whole framework contains only a minimal amount of code and does not guide the agent in any way. Everything lies in the system prompt located in the **prompts/** folder.
127
+2. **Agent Zero Is Prompt-based.**
128
127
-3. **If You Cannot Provide the Ideal Environment, Let Your Agent Know.**
129
+- The whole framework is guided by the **prompts/** folder. Agent guidelines, tool instructions, messages, utility AI functions, it's all there.
130
129
-- Agent Zero is made to be used in an isolated virtual environment (for safety) with some tools preinstalled and configured.
130
-
131
-### 📌 Known Problems
132
-
133
-1. The system prompt may need improvements; contributions are welcome!
134
-2. The agent may inadvertently alter its operating environment; cleaning up the `work_dir` often fixes this.
135
-3. Agents might loop in multi-agentic interactions, leading to unexpected behaviors.
131
132
## 📚 Read the Documentation
133
@@ -148,8 +143,8 @@ docker run -p 50001:80 frdel/agent-zero-run
143
144
### Coming soon
145
151
-- **User Interaction Refinements**
152
-- **Browser Use and RAG Tools**
146
+- **Knowledge and RAG Tools**
147
+- **Planning and Scheduling**
148
149
> [!IMPORTANT]
150
>
@@ -157,6 +152,10 @@ docker run -p 50001:80 frdel/agent-zero-run
152
>
153
> The new Docker image `frdel/agent-zero-run` provides the new unified environment.
154
155
+### v0.8.1
156
+- **Browser Agent**
157
+- **UX Improvements**
158
+
159
### v0.8
160
161
- **Docker Runtime**