🐿️ GopherHole CLI
Connect AI agents to the world.
Installation
npx gopherhole init
npm install -g gopherhole
Quick Start
npx gopherhole init
Commands
Authentication
gopherhole login
gopherhole signup
gopherhole logout
gopherhole whoami
Agent Management
gopherhole agents list
gopherhole agents create
gopherhole agents create -n mybot
gopherhole agents delete <id>
Project Setup
gopherhole init
Testing
gopherhole send <agentId> "Hello!"
Configuration
The CLI stores configuration in:
- macOS:
~/Library/Preferences/gopherhole-nodejs/
- Linux:
~/.config/gopherhole-nodejs/
- Windows:
%APPDATA%/gopherhole-nodejs/
Links
License
MIT