Skip to content

Commit 9ddeda4

Browse files
committed
update readme
1 parent ebb01fd commit 9ddeda4

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ HelloAgents是一个专为学习和教学设计的多智能体框架,基于Ope
1717

1818
### 安装
1919

20-
#### 🚀 交互式安装(推荐新手)
21-
```bash
22-
# 下载并运行交互式安装脚本
23-
python -c "import urllib.request; urllib.request.urlretrieve('https://raw.githubusercontent.com/your-repo/hello-agents/main/install.py', 'install.py')"
24-
python install.py
25-
```
26-
27-
#### 📦 标准安装方式
20+
#### 标准安装方式
2821

2922
**基础功能(核心Agent)**
3023
```bash
@@ -48,6 +41,12 @@ pip install hello-agents[memory-rag]
4841
# 协议系统
4942
pip install hello-agents[protocols]
5043

44+
# 智能体性能评估
45+
pip install hello-agents[evaluation]
46+
47+
# 强化学习训练
48+
pip install hello-agents[rl]
49+
5150
# 全部功能(推荐)
5251
pip install hello-agents[all]
5352
```

0 commit comments

Comments
 (0)