@cloudless-ai/node-agent
v0.0.25
Published
Cloudless AI node agent installer and launcher
Maintainers
Readme
@cloudless-ai/node-agent
Install and manage the Cloudless AI node agent from npm.
Install
npm install -g @cloudless-ai/node-agentDuring install, the script:
- Detects your OS/CPU architecture.
- Installs the matching precompiled binary bundled in this package, including the embedded llama.cpp backend.
- On macOS, also installs
CloudlessMenuBar. - Prompts for your router API key and writes
~/.cloudless/agent.yaml.
Commands
cloudless-node start
cloudless-node start --interactive
cloudless-node menubar
cloudless-node stop
cloudless-node set-api-key
cloudless-node configureNon-interactive install
CLOUDLESS_NODE_API_KEY=your_key CLOUDLESS_ROUTER_URL=http://router-host:8080 npm install -g @cloudless-ai/node-agentNotes
- By default binaries are installed to
~/.cloudless/bin. - Configuration is written to
~/.cloudless/agent.yaml. cloudless-node startlaunches the node + menubar in the background by default.- Use
cloudless-node start --interactiveto keep it attached to your terminal. - Installation has no GitHub release dependency; binaries are bundled in the npm tarball with the embedded backend.
- For internet demos, set
router.advertise_addressin~/.cloudless/agent.yaml(orCLOUDLESS_AGENT_ADVERTISE_ADDRESS) to a public tunnel URL so router/dashboard can reach this node.
