agency-agents-zh 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,42 +42,34 @@
|
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
-
## 🚀 Agency Orchestrator
|
|
45
|
+
## 🚀 让角色库跑起来 · Agency Orchestrator
|
|
46
46
|
|
|
47
|
-
>
|
|
48
|
-
>
|
|
49
|
-
> 角色库提供专家,[**Agency Orchestrator**](https://github.com/jnMetaCode/agency-orchestrator) 让专家们像真实团队一样协作。
|
|
47
|
+
> 一句话,让多个 AI 专家自动组队协作,几分钟交付完整方案。
|
|
50
48
|
|
|
51
49
|
```bash
|
|
52
50
|
npm install -g agency-orchestrator
|
|
53
51
|
ao compose "帮我写一篇关于 AI Agent 的深度分析文章" --run
|
|
54
52
|
```
|
|
55
53
|
|
|
56
|
-
|
|
54
|
+
**不想用命令行?** [**下载桌面客户端**](https://github.com/jnMetaCode/agency-orchestrator/releases/latest)(原生 App,免装 Node,macOS / Windows / Linux),或在线体验 [ao.aiolaola.com](https://ao.aiolaola.com)。
|
|
57
55
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
✅ 自动交付 → 几分钟后拿到完整成果
|
|
62
|
-
```
|
|
56
|
+
零代码编排 · DAG 并行 · 断点续跑 · 10 种大模型(7 种免 key)· 现成模板开箱即用 —— [**了解 Agency Orchestrator →**](https://github.com/jnMetaCode/agency-orchestrator)
|
|
57
|
+
|
|
58
|
+
> **社区编排方案**:[@Staok](https://github.com/Staok) 做了个 [agency-agents-router-skill](https://github.com/Staok/agency-agents-router-skill)(也在 [ClawHub](https://clawhub.ai/staok/agency-agents-router))——让 OpenClaw 自动识别并编排本仓库的各个智能体。感谢社区贡献!🙏
|
|
63
59
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
| 🆓 **7 种免费 LLM** | Claude Code / Gemini CLI / Copilot / Codex / Hermes / OpenClaw / Ollama |
|
|
70
|
-
| 💰 **3 种 API 接入** | DeepSeek / Claude API / OpenAI |
|
|
71
|
-
| 📋 **32 个现成模板** | 开发、营销、数据分析、设计、运营,开箱即用 |
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## 🖼️ 在线浏览全部专家(无需安装)
|
|
63
|
+
|
|
64
|
+
搜索 / 按部门筛选 / 查看与**复制每位专家的完整提示词** —— 全部 216 位,直接在浏览器里看:
|
|
72
65
|
|
|
73
66
|
<p align="center">
|
|
74
|
-
<a href="https://
|
|
75
|
-
<
|
|
67
|
+
<a href="https://ao.aiolaola.com/experts">
|
|
68
|
+
<img src="assets/experts-gallery.png" alt="agency-agents 专家库在线浏览" width="640"><br/>
|
|
69
|
+
<strong>🔗 在线专家库 ao.aiolaola.com/experts →</strong>
|
|
76
70
|
</a>
|
|
77
71
|
</p>
|
|
78
72
|
|
|
79
|
-
> **社区编排方案**:[@Staok](https://github.com/Staok) 做了个 [agency-agents-router-skill](https://github.com/Staok/agency-agents-router-skill)(也在 [ClawHub](https://clawhub.ai/staok/agency-agents-router))——让 OpenClaw 自动识别并编排本仓库的各个智能体。感谢社区贡献!🙏
|
|
80
|
-
|
|
81
73
|
---
|
|
82
74
|
|
|
83
75
|
## 这是什么?
|