mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
Merge pull request #528 from zxrys/feature/add-contributor
upgrade: add LaansDole to the contributor list
This commit is contained in:
commit
c964a3fadd
5
.github/workflows/validate-yamls.yml
vendored
5
.github/workflows/validate-yamls.yml
vendored
@ -37,6 +37,11 @@ jobs:
|
|||||||
uses: astral-sh/setup-uv@v4
|
uses: astral-sh/setup-uv@v4
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
|
|
||||||
|
- name: Install system dependencies for pycairo
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y libcairo2-dev pkg-config
|
||||||
|
|
||||||
- name: Cache uv dependencies
|
- name: Cache uv dependencies
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
31
README-zh.md
31
README-zh.md
@ -120,6 +120,17 @@ ChatDev 已从一个专门的软件开发多智能体系统演变为一个全面
|
|||||||
|
|
||||||
### ⚡️ 运行应用
|
### ⚡️ 运行应用
|
||||||
|
|
||||||
|
#### 使用 Makefile(推荐)
|
||||||
|
|
||||||
|
**同时启动后端与前端**:
|
||||||
|
```bash
|
||||||
|
make dev
|
||||||
|
```
|
||||||
|
|
||||||
|
> 然后访问 Web 控制台:**[http://localhost:5173](http://localhost:5173)**。
|
||||||
|
|
||||||
|
#### 手动命令
|
||||||
|
|
||||||
1. **启动后端**:
|
1. **启动后端**:
|
||||||
```bash
|
```bash
|
||||||
# 从项目根目录运行
|
# 从项目根目录运行
|
||||||
@ -140,6 +151,25 @@ ChatDev 已从一个专门的软件开发多智能体系统演变为一个全面
|
|||||||
> * **后端**:启动时指定 `--port 6401`
|
> * **后端**:启动时指定 `--port 6401`
|
||||||
> * **前端**:设置 `VITE_API_BASE_URL=http://localhost:6401`
|
> * **前端**:设置 `VITE_API_BASE_URL=http://localhost:6401`
|
||||||
|
|
||||||
|
#### 常用命令
|
||||||
|
|
||||||
|
* **帮助命令**:
|
||||||
|
```bash
|
||||||
|
make help
|
||||||
|
```
|
||||||
|
|
||||||
|
* **同步 YAML 工作流到前端**:
|
||||||
|
```bash
|
||||||
|
make sync
|
||||||
|
```
|
||||||
|
将 `yaml_instance/` 中的所有工作流文件上传到数据库。
|
||||||
|
|
||||||
|
* **校验所有 YAML 工作流**:
|
||||||
|
```bash
|
||||||
|
make validate-yamls
|
||||||
|
```
|
||||||
|
检查所有 YAML 文件的语法与 schema 错误。
|
||||||
|
|
||||||
|
|
||||||
### 🔑 配置
|
### 🔑 配置
|
||||||
|
|
||||||
@ -252,6 +282,7 @@ if result.final_message:
|
|||||||
<td align="center"><a href="https://github.com/shiowen"><img src="https://github.com/shiowen.png?size=100" width="64px;" alt=""/><br /><sub><b>shiowen</b></sub></a></td>
|
<td align="center"><a href="https://github.com/shiowen"><img src="https://github.com/shiowen.png?size=100" width="64px;" alt=""/><br /><sub><b>shiowen</b></sub></a></td>
|
||||||
<td align="center"><a href="https://github.com/kilo2127"><img src="https://github.com/kilo2127.png?size=100" width="64px;" alt=""/><br /><sub><b>kilo2127</b></sub></a></td>
|
<td align="center"><a href="https://github.com/kilo2127"><img src="https://github.com/kilo2127.png?size=100" width="64px;" alt=""/><br /><sub><b>kilo2127</b></sub></a></td>
|
||||||
<td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td>
|
<td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td>
|
||||||
|
<td align="center"><a href="https://github.com/LaansDole"><img src="https://github.com/LaansDole.png?size=100" width="64px;" alt=""/><br /><sub><b>LaansDole</b></sub></a></td>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
## 🤝 致谢
|
## 🤝 致谢
|
||||||
|
|||||||
@ -289,6 +289,7 @@ By contributing to DevAll, you'll be recognized in our **Contributors** list bel
|
|||||||
<td align="center"><a href="https://github.com/shiowen"><img src="https://github.com/shiowen.png?size=100" width="64px;" alt=""/><br /><sub><b>shiowen</b></sub></a></td>
|
<td align="center"><a href="https://github.com/shiowen"><img src="https://github.com/shiowen.png?size=100" width="64px;" alt=""/><br /><sub><b>shiowen</b></sub></a></td>
|
||||||
<td align="center"><a href="https://github.com/kilo2127"><img src="https://github.com/kilo2127.png?size=100" width="64px;" alt=""/><br /><sub><b>kilo2127</b></sub></a></td>
|
<td align="center"><a href="https://github.com/kilo2127"><img src="https://github.com/kilo2127.png?size=100" width="64px;" alt=""/><br /><sub><b>kilo2127</b></sub></a></td>
|
||||||
<td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td>
|
<td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td>
|
||||||
|
<td align="center"><a href="https://github.com/LaansDole"><img src="https://github.com/LaansDole.png?size=100" width="64px;" alt=""/><br /><sub><b>LaansDole</b></sub></a></td>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
## 🤝 Acknowledgments
|
## 🤝 Acknowledgments
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user