@binoctal/openagents
v0.0.2
Published
Alias for @binoctal/open-agents-bridge - connect AI CLI tools to your cloud dashboard
Maintainers
Readme
Open Agents
Connect AI CLI tools to your cloud dashboard for remote monitoring and control.
This package is an alias. It installs @binoctal/open-agents-bridge
and forwards the openagents command to it. Installing the bridge directly works
just as well:
npm install -g @binoctal/open-agents-bridgeInstallation
npm install -g @binoctal/openagentsQuick Start
# 1. Pair your device (get pairing code from web dashboard)
openagents pair
# 2. Start the bridge
openagents start
# 3. Check status
openagents statusCommands
| Command | Description |
|---------|-------------|
| openagents pair | Pair this device with your account |
| openagents start | Start the bridge service |
| openagents status | Check connection status |
| openagents logs | Show bridge logs |
| openagents devices | List paired devices |
| openagents update | Update the bridge binary |
| openagents service install | Install as system service |
| openagents service start | Start system service |
| openagents service stop | Stop system service |
Configuration
Config file location:
- Windows:
%APPDATA%\open-agents\config.json - Linux/macOS:
~/.open-agents/config.json
Documentation
License
MIT (this alias). The bridge itself is AGPL-3.0.
