docs: bootstrap guide 引用了不存在的示例文件,且缺少 ACP 依赖说明 #107
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题 1:示例文件不存在
uwf prompt bootstrap的 Step 4(Verify end-to-end)引用了examples/eval-simple.yaml:但这个文件没有随 npm 包发布,用户执行会得到
project workflow file not found。实际可用的示例只在包的src/__tests__/fixtures/里(如e2e-linear.workflow.yaml)。建议:要么把示例 workflow 打包到 npm 发布产物里并提供清晰的引用路径,要么在 bootstrap guide 里引导用户自己写一个简单的 workflow。
问题 2:uwf-hermes adapter 的 ACP 依赖未提及
Bootstrap Step 1 让用户安装
@united-workforce/agent-hermes,但没有提到 hermes CLI 本身需要 ACP 支持(pip install hermes-agent[acp]或pip install -e .[acp])。实际执行
uwf thread exec时报错:建议:在 bootstrap guide 的 uwf-hermes adapter 安装步骤里加上 ACP 依赖的说明。
环境