@zshuangmu/agenthub 0.2.4 → 0.2.6

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -184,6 +184,7 @@ curl http://localhost:3001/api/skills/agenthub-discover
184
184
  |------|------|
185
185
  | [3 步复刻 Agent](./docs/quick-start-3-steps.md) | 10 分钟快速上手指南 |
186
186
  | [团队分发指南](./docs/team-distribution-guide.md) | 如何把团队 Agent 标准化分发 |
187
+ | [常见问题 FAQ](./docs/faq.md) | 常见问题解答 |
187
188
 
188
189
  ## 🏗️ 架构
189
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zshuangmu/agenthub",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "AI Agent 打包与分发平台 - 一句话打包上传,一键下载获得能力",
5
5
  "type": "module",
6
6
  "main": "src/index.js",