Skip to content

Potarix/agent-hub

Repository files navigation

Agent Hub

Imessage for your AI Agents. Chat with your hermes, Openclaw, Codex, and claude code instances locally and across different VPS's.

Agent Hub Platform License

🚀 Quickstart

  1. Clone the repository
git clone https://github.com/OmarDadabhoy/agenthub.git
cd agent-hub
  1. Install dependencies
npm install
  1. Launch the application
npm start

Or use the convenience launcher:

./launch.sh

To run in background (detached from terminal):

npm run start-bg

🔧 Configuration

Adding AI Agents

When you launch Agent Hub, you can add agents by clicking the "+" button and configuring:

  1. Agent Name: Custom display name
  2. Provider: Select from available providers
  3. Configuration: Provider-specific settings

Provider Setup Guide

Claude Code

  • Local Mode: Requires claude CLI installed
  • SSH Mode: Requires SSH access to remote machine with Claude CLI
  • Permission Modes:
    • ask: Prompt for each permission
    • acceptEdits: Auto-approve safe edits
    • bypassPermissions: Skip all checks (use cautiously)

Codex

  • Local Mode: Uses OpenAI Codex SDK
  • SSH Mode: Requires SSH access to remote machine with Codex CLI

Hermes

  • Local Mode: Requires local Hermes installation
  • Remote Mode: Connect to Hermes server

OpenClaw

  • Requires OpenClaw CLI (openclaw)

📝 License

MIT License - see LICENSE file for details

👥 Author

Omar Dadabhoy


Note: This project is under active development. Features and APIs may change.

About

One place to talk to all your agents

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors