Source-Available
Monitor, manage, and orchestrate AI agent sessions with real-time telemetry, commander personas, and a unified command room.
Core Modules
Live session view with real-time WebSocket streaming, interactive terminal, and message history.
GitHub-backed personas with memory systems, heartbeat monitoring, and quest boards.
Cron-based task scheduler with run history, manual triggers, and status tracking.
OTLP/HTTP trace and log ingestion with cost tracking and visualization.
Session creation wizard with worktree-based workers and automated git workflow.
API key management, encrypted storage, and service configuration.
Auth configuration, encryption management, and module toggle controls.
Quick Start
# Clone and install
git clone https://github.com/NickGuAI/HamBros.git
cd HamBros && pnpm install
# Build dependencies and start
pnpm --filter app run build:deps
pnpm --filter app run dev