We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb01fd commit 9ddeda4Copy full SHA for 9ddeda4
1 file changed
README.md
@@ -17,14 +17,7 @@ HelloAgents是一个专为学习和教学设计的多智能体框架,基于Ope
17
18
### 安装
19
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
-#### 📦 标准安装方式
+#### 标准安装方式
28
29
**基础功能(核心Agent)**
30
```bash
@@ -48,6 +41,12 @@ pip install hello-agents[memory-rag]
48
41
# 协议系统
49
42
pip install hello-agents[protocols]
50
43
44
+# 智能体性能评估
45
+pip install hello-agents[evaluation]
46
+
47
+# 强化学习训练
+pip install hello-agents[rl]
51
# 全部功能(推荐)
52
pip install hello-agents[all]
53
```
0 commit comments