openseed_ggcli
v1.0.1
Published
OpenSeed CLI — run buyer, seller, and registry nodes from the command line
Readme
@openseed/cli
Command-line tool for orchestrating OpenSeed decentralized AI nodes.
The OpenSeed CLI provides an intuitive interface to configure, start, and monitor buyer proxies, seller nodes, and registry servers directly from your terminal.
Installation
npm install -g @openseed/cliCommands
openseed seller setup: Interactive wizard to configure your provider node, upstream API keys (OpenAI, Anthropic, OpenRouter, Together), and pricing models.openseed seller start: Launches the seller inference server and registers with the network.openseed seller status: Displays real-time uptime, request counts, token volume, and USDC earnings.openseed buyer start: Starts the local buyer proxy gateway on port8379.openseed registry start: Starts a local peer discovery registry.openseed network list: Lists all active peers currently registered on the network.
