@comate/zulu 0.6.1 → 0.7.0
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
CHANGED
|
@@ -66,12 +66,14 @@ zulu run --query="你好" --license=xxxx
|
|
|
66
66
|
| run | | --delay | 模型调用的延迟时间,单位毫秒 |
|
|
67
67
|
| run | | --rules | 指定规则文件路径(路径为基于当前目录的相对路径,可通过 list 指令查看可用项), 支持指定多个规则文件路径,使用逗号(,)分隔 |
|
|
68
68
|
| run | | --agent | agent的ID或名称,用于指定特定的 agent 进行对话 |
|
|
69
|
+
| run | | --command | 指令的ID或名称,用于指定特定的指令进行对话 |
|
|
69
70
|
| list | 是 | --license | license的值 |
|
|
70
71
|
| list | | --max | 获取max模式支持的模型信息 |
|
|
71
72
|
| list | | --normal | 获取normal模式支持的模型信息 |
|
|
72
73
|
| list | | --rules | 列举当前目录下可用规则列表 |
|
|
73
74
|
| list | | --mcp | 列举当前目录下可用mcp列表 |
|
|
74
75
|
| list | | --agents | 列举可用agent列表 |
|
|
76
|
+
| list | | --command | 列举可用指令列表 |
|
|
75
77
|
| | | --ping | 测试网络连通性 |
|
|
76
78
|
| | | --help | 帮助 |
|
|
77
79
|
| | | --version | 版本号 |
|