@kueng/agentcloud-cli
v0.1.4
Published
AgentCloud CLI — discover and invoke Private Agent Cloud agents
Readme
@kueng/agentcloud-cli
AgentCloud CLI for Private Agent Cloud. Discover authorized Agents, inspect the public Contract, run executions, watch streams, confirm spend, and download artifacts.
npm install -g @kueng/agentcloud-cli
agentcloud --version
agentcloud cli-skill install
agentcloud loginUse a personal Access Key created in PAC settings. A single-organization Access Key is bound to that organization; an all-organizations Access Key can select one with agentcloud org use.
agentcloud login
# or non-interactively:
export PAC_ACCESS_KEY=sk-...
agentcloud whoami
agentcloud agentsDefault API origin is https://api.pac.zhiyu.hk. Published agentcloud always uses that unless you set PAC_GATEWAY.
Inside this repository, node packages/cli/dist/index.js (and other in-repo entry points) login against .env API_PORT and write state to .agentcloud/, so a local session cannot stick to the global CLI. Override with aliases when you need to:
PAC_GATEWAY=local agentcloud whoami # http://localhost:$API_PORT
PAC_GATEWAY=prod agentcloud whoami # https://api.pac.zhiyu.hkAI Agent install guide: https://pac.zhiyu.hk/agent-install-guides/cn/agentcloud-cli.md
