Hive Hive
Sign in

Hive is now ready for LLM-backed agentic workflows

Metadata
Source
GitHub
Version
server@0.16.0
Domains
Published
Jun 12, 2026 · 16:39 UTC
Repository
tuist/hive
Update

Hive now integrates the Condukt agent framework so future agents can be added as single-file modules. Operators can configure a shared LLM provider at runtime using HIVE_LLM_API_KEY, HIVE_LLM_MODEL, and HIVE_LLM_BASE_URL. Leaving the API key unset keeps agentic features dormant and lets the rest of the server boot normally, so self-hosting without an LLM remains supported. The Tuist production deployment (hive.tuist.dev) has also been wired to use Fireworks with a 1Password-backed API key. AGENTS.md now documents the new agent layout and the steps to add an agent.