agent-router-hub
v1.0.4
Published
Agent Router Hub CLI - Unified AI Agent Infrastructure & Git Pre-Push Code Reviewer
Maintainers
Readme
agent-router-hub
Enterprise AI Agent Infrastructure CLI, Git Pre-Push Code Reviewer, Vanna 2.0 SQL Architect, Strix Security Auditor, GPT Deep Researcher & GitHub Action Automation.
🚀 All 4 Deployed Multi-Agent Systems
Run any of the 4 official Agent Router Hub marketplace agents directly from your terminal:
# 1. Launch Alibaba Open Code Reviewer (Git Diff & AST Security Audit)
npx agent-router-hub run code-reviewer "Audit current project diffs"
# 2. Launch SQL & Schema Architect (Interactive Vanna 2.0 SQL Engine)
npx agent-router-hub run sql-assistant
# 3. Launch Security & Pen-Test Auditor (Native Strix Pentest & OWASP Scan)
npx agent-router-hub run security-auditor "Audit codebase authentication & secrets"
# 4. Launch Deep Web & Technical Researcher (Multi-Hop Web Crawling & Synthesis)
npx agent-router-hub run researcher "Compare MCP vs REST APIs for AI Agents"💻 Git Hook & GitHub Action Integration
Install zero-latency git pre-push hooks and automated GitHub Actions workflows into any codebase for code-reviewer or security-auditor:
# Install git pre-push hook for automated code review
npx agent-router-hub install code-reviewer
# Install git pre-push hook for automated security scanning
npx agent-router-hub install security-auditor📋 Commands & Usage
npx agent-router-hub run <agent-slug> [prompt]— Execute interactive or one-shot agent runsnpx agent-router-hub install <agent-slug>— Install.git/hooks/pre-pushand.github/workflows/<agent-slug>.ymlnpx agent-router-hub uninstall <agent-slug>— Remove git hooks and workflow filesnpx agent-router-hub --help— Display help information
🔑 Persistent Authentication & BYOK
On first run, agent-router-hub interactively prompts for your:
- Agent Router Hub API Key (
am_live_...) - LLM Provider BYOK Key (
GROQ_API_KEY/OPENAI_API_KEY)
Keys are saved securely in your home directory at ~/.agent-router-hub/config.json for seamless subsequent runs.
📄 License
MIT © Agent Router Hub Team
