Loading...
Loading...
Compare original and translation side by side
PREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
glean agents <subcommand> [flags]前置要求: 阅读了解认证、全局标志和安全规则。../glean-shared/SKILL.md
glean agents <subcommand> [flags]| Subcommand | Description |
|---|---|
| Get details of a specific agent |
| List all available agents |
| Run an agent |
| Get input/output schemas for an agent |
| 子命令 | 说明 |
|---|---|
| 获取指定Agent的详细信息 |
| 列出所有可用的Agent |
| 运行一个Agent |
| 获取Agent的输入/输出Schema |
| Flag | Type | Default | Description |
|---|---|---|---|
| boolean | false | |
| string | JSON request body | |
| json | ndjson | text | json |
| 标志 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| boolean | false | |
| string | JSON请求体 | |
| json | ndjson | text | json |
glean agents list | jq '.[].id'
glean agents run --json '{"agentId":"my-agent","input":{"query":"test"}}'glean agents list | jq '.[].id'
glean agents run --json '{"agentId":"my-agent","input":{"query":"test"}}'undefinedundefinedundefinedundefined