Hermes-agent adds async task delegation for background subagents
TL;DR
Hermes-agent now supports delegate_task(background=true) to run subagents asynchronously. The main session continues uninterrupted while results return as a new turn.
What changed
Developers can now use delegate_task with background set to true in hermes-agent to run subagents for long research or build tasks. Vibe builders and basic users keep their main session active while the subagent works separately. Results return automatically as a new turn.
Why it matters
Developers gain uninterrupted workflows on extended tasks in a way that mirrors specific use-cases seen with parallel delegation in frameworks like AutoGen. Vibe builders maintain creative flow during background runs without manual checks.
What to watch for
Test outputs against alternatives such as CrewAI on the same research prompts. Verify completion by inspecting the new turn message for full subagent results.
Who this matters for
- Vibe Builders: Use background delegation to run deep research while you keep refining the main project flow.
Harsh’s take
Synchronous agent loops are a productivity killer. By introducing async delegation, Hermes-Agent moves closer to how real work happens: you hand off a task and keep moving. This is a direct challenge to more rigid frameworks that lock the UI while a sub-agent thinks.
Operators should treat this as a signal to build more complex, multi-stage workflows. If you can fire off three research tasks in parallel without freezing your session, your throughput triples. The real test is state management: ensure the main agent handles the incoming results without losing the context of what you did while it was away.
by Harsh Desai
About Hermes Agent
View the full Hermes Agent page →All Hermes Agent updatesGo deeper
More AI news
- Daily RoundupDeepSeek V4 Flash 90% off, NVIDIA Alpamayo 2 for AVs, and agent tools shipping today
Vendors pushed model discounts, autonomous vehicle models, faster deploys, and browser-equipped agents while open models and cloud deals advanced across the board.
- Daily RoundupQwen 3.8 debut, lipsync model on Replicate, and agent tools for daily builds
Vendors released new models and infrastructure updates while builders gained fresh agent and coding tools across Replicate, Hugging Face, and Product Hunt on 3 August.
- Weekly DigestHermes Agent v0.19.1 with GPT-5.6 and 80% latency cut, OpenClaw MCP apps (agent routing and recovery tools)
Hermes Agent rolled out v0.19.1 with new model support, durable ledgers, secret managers, and major speed gains while OpenClaw added MCP apps, structured questions, and local inference options across the same period.