Imessage for your AI Agents. Chat with your hermes, Openclaw, Codex, and claude code instances locally and across different VPS's.
- Clone the repository
git clone https://github.com/OmarDadabhoy/agenthub.git
cd agent-hub- Install dependencies
npm install- Launch the application
npm startOr use the convenience launcher:
./launch.shTo run in background (detached from terminal):
npm run start-bgWhen you launch Agent Hub, you can add agents by clicking the "+" button and configuring:
- Agent Name: Custom display name
- Provider: Select from available providers
- Configuration: Provider-specific settings
- Local Mode: Requires
claudeCLI installed - SSH Mode: Requires SSH access to remote machine with Claude CLI
- Permission Modes:
ask: Prompt for each permissionacceptEdits: Auto-approve safe editsbypassPermissions: Skip all checks (use cautiously)
- Local Mode: Uses OpenAI Codex SDK
- SSH Mode: Requires SSH access to remote machine with Codex CLI
- Local Mode: Requires local Hermes installation
- Remote Mode: Connect to Hermes server
- Requires OpenClaw CLI (
openclaw)
MIT License - see LICENSE file for details
Omar Dadabhoy
Note: This project is under active development. Features and APIs may change.