@calvin.magezi/agent-hq
v0.5.0
Published
HQ CLI — local-first AI agent hub for Claude, Gemini & Discord
Maintainers
Readme
agent-hq CLI
Local-first AI agent hub — Claude, Gemini & Discord, all from one command.
Install
via bunx / npx (zero-install)
bunx agent-hq
# or
npx agent-hqvia Homebrew
brew tap calvinmagezi/agent-hq
brew install hqManual (inside the repo)
hq install-cli # symlinks scripts/hq.ts → ~/.local/bin/hqFirst-time setup
# Interactive (asks questions)
hq init
# Unattended — safe for agent/CI execution
hq init --non-interactive
# Custom vault location
hq init --vault /path/to/my/vault --non-interactiveCommands
| Command | Description |
|---------|-------------|
| hq | Start interactive chat |
| hq init | Full first-time setup |
| hq setup | Scaffold vault only |
| hq status | Service status |
| hq start [agent\|relay\|all] | Start services |
| hq stop [agent\|relay\|all] | Stop services |
| hq restart | Restart everything |
| hq daemon start\|stop\|logs | Background daemon |
| hq logs [target] [N] | View logs |
| hq follow | Live-tail logs |
| hq health | Full health check |
| hq ps | All managed processes |
| hq install | Install launchd daemons |
| hq coo status | COO orchestrator status |
Agent-installable
This CLI is designed to be fully installable by an AI agent:
# Prerequisites: bun, git
bunx agent-hq init --non-interactive \
--vault ~/.agent-hq-vaultThe init command will:
- Check prerequisites (bun, git)
- Install dependencies
- Scaffold the vault
- Create
.env.localtemplates - Install macOS launchd daemons
- Add
hqto your PATH
License
MIT © Calvin Magezi
