PS D:\project> uv tool install --from git+https://github.com/hellowind777/helloagents@beta helloagents && helloagents
所在位置 行:1 字符: 89
- ... tps://github.com/hellowind777/helloagents@beta helloagents && helloag ...
-
标记“&&”不是此版本中的有效语句分隔符。
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine
PS D:\project> pip install git+https://github.com/hellowind777/helloagents.git@beta && helloagents
所在位置 行:1 字符: 70
标记“&&”不是此版本中的有效语句分隔符。
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine
我是使用这个命令安装的。win11系统可能是兼容问题导致安装失败然后我换了个低版本的语法
PS C:\Users\admin-99> uv tool install --from "git+https://github.com/hellowind777/helloagents" helloagents
Resolved 1 package in 1ms
Updated https://github.com/hellowind777/helloagents (bade792)
Built helloagents @ git+https://github.com/hellowind777/helloagents@bade7921bdf3afda97b5f733ab80f619363cce16
Prepared 1 package in 7.22s
Installed 1 package in 192ms
- helloagents==2.2.8 (from git+https://github.com/hellowind777/helloagents@bade7921bdf3afda97b5f733ab80f619363cce16)
Installed 1 executable: helloagents
PS C:\Users\admin-99> if ($?) { helloagents install codex }
正在安装 HelloAGENTS 到 codex...
目标目录: C:\Users\admin-99.codex
已安装模块到: C:\Users\admin-99.codex\helloagents
已安装规则到: C:\Users\admin-99.codex\AGENTS.md
已部署技能: C:\Users\admin-99.codex\skills\helloagents\SKILL.md
codex 安装完成!请重启终端以应用更改。
已配置 project_doc_max_bytes = 98304 (防止 AGENTS.md 被截断)
已配置 notify hook (config.toml)
提示: VS Code Codex 插件对 HelloAGENTS 系统的支持可能与 CLI 不同,建议优先在 Codex CLI 中使用。
这样就成功了。华佬可以更新一下文档
PS D:\project> uv tool install --from git+https://github.com/hellowind777/helloagents@beta helloagents && helloagents
所在位置 行:1 字符: 89
标记“&&”不是此版本中的有效语句分隔符。
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine
PS D:\project> pip install git+https://github.com/hellowind777/helloagents.git@beta && helloagents
所在位置 行:1 字符: 70
标记“&&”不是此版本中的有效语句分隔符。
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine
我是使用这个命令安装的。win11系统可能是兼容问题导致安装失败然后我换了个低版本的语法
PS C:\Users\admin-99> uv tool install --from "git+https://github.com/hellowind777/helloagents" helloagents
Resolved 1 package in 1ms
Updated https://github.com/hellowind777/helloagents (bade792)
Built helloagents @ git+https://github.com/hellowind777/helloagents@bade7921bdf3afda97b5f733ab80f619363cce16
Prepared 1 package in 7.22s
Installed 1 package in 192ms
Installed 1 executable: helloagents
PS C:\Users\admin-99> if ($?) { helloagents install codex }
正在安装 HelloAGENTS 到 codex...
目标目录: C:\Users\admin-99.codex
已安装模块到: C:\Users\admin-99.codex\helloagents
已安装规则到: C:\Users\admin-99.codex\AGENTS.md
已部署技能: C:\Users\admin-99.codex\skills\helloagents\SKILL.md
codex 安装完成!请重启终端以应用更改。
已配置 project_doc_max_bytes = 98304 (防止 AGENTS.md 被截断)
已配置 notify hook (config.toml)
提示: VS Code Codex 插件对 HelloAGENTS 系统的支持可能与 CLI 不同,建议优先在 Codex CLI 中使用。
这样就成功了。华佬可以更新一下文档