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: README.md
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@
14
14
15
15
</div>
16
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.
## A personal, organic agentic framework that grows and learns with you
@@ -120,19 +124,10 @@ docker run -p 50001:80 frdel/agent-zero-run
120
124
121
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.
122
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.**
126
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.
128
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.
136
131
137
132
## 📚 Read the Documentation
138
133
@@ -148,15 +143,19 @@ docker run -p 50001:80 frdel/agent-zero-run
148
143
149
144
### Coming soon
150
145
151
-
-**User Interaction Refinements**
152
-
-**Browser Use and RAG Tools**
146
+
-**Knowledge and RAG Tools**
147
+
-**Planning and Scheduling**
153
148
154
149
> [!IMPORTANT]
155
150
>
156
151
>**Changes to frdel/agent-zero Docker image since v0.7:**
157
152
>
158
153
> The new Docker image `frdel/agent-zero-run` provides the new unified environment.
0 commit comments