Hive Hive
Sign in

Agent runs no longer stall when the configured LLM is slow

Metadata
Source
GitHub
Version
0.36.1
Domains
Published
Jun 25, 2026 · 16:36 UTC
Repository
tuist/hive
Update

Agent runs (revision summaries, issue triage, domain evolution, and the Slack ConversationAgent) degrade gracefully instead of failing with pool exhaustion when the configured LLM is slow. Each Condukt agent run is now capped at 2 minutes, down from the 5 minute default, and the ReqLLM HTTP pool was raised from 8 to 16 connections, so a stalled model call frees its worker instead of starving the agent pool.