Skip to content

Commit eb9411e

Browse files
committed
Merge branch 'development' into testing
2 parents 0ce3fc7 + 97b5e64 commit eb9411e

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
</div>
1616

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+
1721
https://github.com/user-attachments/assets/c168759d-57d8-4b43-b62a-1026afcf52e6
1822

1923
## A personal, organic agentic framework that grows and learns with you
@@ -120,19 +124,10 @@ docker run -p 50001:80 frdel/agent-zero-run
120124

121125
- 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.
122126

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.**
126128

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.
128130

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.
136131

137132
## 📚 Read the Documentation
138133

@@ -148,15 +143,19 @@ docker run -p 50001:80 frdel/agent-zero-run
148143

149144
### Coming soon
150145

151-
- **User Interaction Refinements**
152-
- **Browser Use and RAG Tools**
146+
- **Knowledge and RAG Tools**
147+
- **Planning and Scheduling**
153148

154149
> [!IMPORTANT]
155150
>
156151
>**Changes to frdel/agent-zero Docker image since v0.7:**
157152
>
158153
> The new Docker image `frdel/agent-zero-run` provides the new unified environment.
159154
155+
### v0.8.1
156+
- **Browser Agent**
157+
- **UX Improvements**
158+
160159
### v0.8
161160

162161
- **Docker Runtime**

0 commit comments

Comments
 (0)