@agentpie/cli
v0.1.9
Published
Global AgentPie CLI. It uses the same production command surface as `xiashe`, but defaults to:
Readme
@agentpie/cli
Global AgentPie CLI. It uses the same production command surface as xiashe, but defaults to:
- Actions:
https://actions.agentpie.app - Convex:
https://adept-porcupine-970.convex.cloud - Relay:
https://relay.agentpie.app - Market:
intl - Locale:
en - Local config:
~/.agentpie/config.json
Local development
node packages/agentpie-cli/bin/agentpie.mjs --help
node packages/agentpie-cli/bin/agentpie.mjs config path
node packages/agentpie-cli/bin/agentpie.mjs env use global
npx -y @agentpie/cli agent run --ack
npx -y @agentpie/cli skills publish draft . --source agentpie --registry-public-skill-id "<registry.skillId>"
npx -y @agentpie/cli skills publish doctor "<submission-id>"
npx -y @agentpie/cli skills publish submit "<submission-id>"agentpie agent run --ack is the recommended lightweight receiver for shell-capable Agents. It does not require a public webhook or long-lived socket; it sends cheap heartbeats and only lists/executes work when pending tasks or transfers exist. Default cadence is about 30s while idle, 10s while work is active, and up to 2 minutes after long idle periods.
