@vionwilliams/agent-os 1.0.0-alpha.12 → 1.0.0-alpha.14

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/cli.js +3687 -3335
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > 智能任务通用工作系统 · 多模型路由 + 意图编排 + 多智能体协调 + DataHub + 可编程面板 + LLM 知识编译器
4
4
 
5
- **Status**: `1.0.0-alpha.12` · Beta 测试版 · npm 公共包可用
5
+ **Status**: `1.0.0-alpha.14` · Beta 测试版 · npm 公共包可用
6
6
 
7
7
  ---
8
8
 
@@ -59,7 +59,7 @@ bun -v
59
59
  ### 1. npm 安装(推荐)
60
60
 
61
61
  ```bash
62
- npm install -g @vionwilliams/agent-os
62
+ npm install -g @vionwilliams/agent-os@alpha
63
63
  agent-os --version
64
64
  ```
65
65