Alessandro commited on
Commit
b97d0f7
·
1 Parent(s): 6919194

Update README.md

Browse files
Files changed (1) hide show
  1. docs/README.md +4 -3
docs/README.md CHANGED
@@ -103,6 +103,7 @@ To begin with Agent Zero, follow the links below for detailed guides on various
103
  - **Reflection**
104
  - The framework supports advanced AI concepts like Chain of Thought and reflection through customizable prompts. Users can choose between two reflection models: dianoia-small and dianoia-xl.
105
 
106
- ### ⚠️ Changes to launch files since v0.6:
107
- - main.py file has been replaced with run_ui.py (webui) and run_cli.py (terminal) launch files.
108
- - configuration has been moved to initialize.py for both webui and terminal launch files.
 
 
103
  - **Reflection**
104
  - The framework supports advanced AI concepts like Chain of Thought and reflection through customizable prompts. Users can choose between two reflection models: dianoia-small and dianoia-xl.
105
 
106
+ > [!WARNING]
107
+ > Changes to launch files since v0.6:
108
+ > - main.py file has been replaced with run_ui.py (Web UI) and run_cli.py (terminal) launch files.
109
+ > - The configuration has been moved to initialize.py for both Web UI and CLI launch files.