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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,29 @@ make dev
182
182
```
183
183
Checks all YAML files for syntax and schema errors.
184
184
185
+
### 🦞 Run with OpenClaw
186
+
OpenClaw can integrate with ChatDev by invoking existing agent teams or dynamically creating new agent teams within ChatDev.
187
+
To get started:
188
+
1. Start the ChatDev 2.0 backend.
189
+
2. Install the required skills for your OpenClaw instance:
190
+
```bash
191
+
clawdhub install chatdev
192
+
```
193
+
194
+
3. Ask your OpenClaw to create a ChatDev workflow. For example:
195
+
196
+
***Automated information collection and content publishing**
197
+
198
+
```
199
+
Create a ChatDev workflow to automatically collect trending information, generate a Xiaohongshu post, and publish it.
200
+
```
201
+
202
+
***Multi-agent geopolitical simulation**
203
+
```
204
+
Create a ChatDev workflow with multiple agents to simulate possible future developments of the Middle East situation.
205
+
```
206
+
207
+
185
208
### 🐳 Run with Docker
186
209
Alternatively, you can run the entire application using Docker Compose. This method simplifies dependency management and provides a consistent environment.
0 commit comments