Install Linux. Install HydraHive. Done.
Manage your entire AI agent swarm from a single web console — no Docker, no cloud dependency.
Built for real infrastructure. No Docker networking nightmares.
One Boss-Agent per project coordinates a pool of specialists in parallel. Results aggregated, streamed token-by-token to the user.
One bash command. GPU auto-detected. Matrix, nginx, TLS, systemd — all configured. Web console ready in minutes.
Agents are real Matrix bots. Use Element to supervise any conversation live. Built-in watchdog restarts crashed bots automatically.
Each agent runs its own model. Ollama locally, Claude Max (OAuth), OpenAI — mixed per task. Configurable temperature and token limits.
Give agents extra knowledge via Markdown files with YAML frontmatter. Scope: always or keyword-triggered on-demand. Hot-reload, no restart.
Each project gets a Linux user, isolated filesystem, Samba share, and Matrix room. Agents can only access their own project directory.
Every user gets a private agent (personal_<username>) with its own chat, skills, memory and workstation access — completely independent of projects.
Agents store knowledge in Markdown files, auto-injected into every session. Combine with QMD semantic search to save tokens on large memory sets.
Personal agents SSH into your workstation — run commands, read and write files. WKS Ollama models appear automatically in the model dropdown.
Agents commit, push, and create pull requests on Gitea. Full git workflow from chat — no terminal needed.
Connect external tool servers via streamableHttp (Model Context Protocol). Ships with QMD — semantic memory search built in.
Trigger agents from external systems — Git pushes, CI pipelines, monitoring alerts. HMAC-signed outgoing webhooks included.
JWT auth, login rate-limiting, atomic config writes, three-layer tool permission model. Full audit log of all user actions.
Manage agents, projects, users, skills, webhooks, MCP servers and LLM config — all without SSH. One-click system update included.
Schedule recurring tasks for any agent — system checks, log scans, API pings. Non-trivial findings automatically escalated to another agent via AgentLink.
One-click full-system backup from the web console. Agents, projects, config and skills — all in one archive. Restore to any point with a single upload.
Built-in agent coordination bus. Agents hand off tasks, share context and escalate findings across projects — or across machines in a multi-node setup.
A message travels through 10 layers in under a second.
The user sees a clean streaming chat. The agents do the rest — with full Matrix audit trail.
Clean separation of concerns. Every layer replaceable.
Boring technology. Battle-tested components.
Start small. Scale to full GPU when ready.
From the handbook — how agents, skills and projects work together.
Hot-reload. No restart needed. Injected into system prompt on keyword match.
From the technical docs — what happens when a message is sent.
Three commands. One browser tab. Running.
Everything you need to install, use, and extend HydraHive.
Installation, setup wizard, agents, projects, chat, LLM config, troubleshooting
Architecture, module overview, data flow A–Z, error handling, known limitations
All REST endpoints with request/response examples — agents, projects, webhooks, audit
Write tools, skills, endpoints, Console pages — extend HydraHive with new features