Launching today

Minions
Open Source Mission Control for Hermes Agent
372 followers
Open Source Mission Control for Hermes Agent
372 followers
Your Hermes Agent works great for one task. Try managing 20 in parallel? It's chaos. Cron jobs fail silently, tasks are blocked and you're spending more time fixing your agent than getting results. Minions gives you a single task board to view it all. Every running task gets periodic check-ins, retry if stuck, and escalate only when it's genuinely exhausted alternatives Works with Hermes Agent today, more runtimes coming.






Agent 37
Hey Product Hunt, I’m Vishnu, maker of Minions.
I built this after watching Hermes/OpenClaw power users hit the same wall: one agent task works great, but 10–50 long-running tasks become operations work.
The core idea is heartbeat supervision: every in-progress task gets periodic check-ins where the agent is asked to make progress, retry with a different approach if stuck, and only escalate to you when it has genuinely exhausted alternatives. Blocked tasks surface automatically. Completed work moves to your review queue.
Minions is an open-source mission control layer for agentic harnesses starting with Hermes Agent.
What it does today:
- Create and manage Hermes tasks from one board
- Track work across in progress, needs help, ready for review, and done
- Run heartbeat check-ins so stuck work surfaces automatically
- Stream agent work live while it runs
- Keep humans in the loop before anything is marked done
- See scheduled job history and output
- Run locally with SQLite, no account required
This is the local/open-source version of the agent management layer we’re building at Agent37. Hosted access opensMay 10, but Minions is usable locally today.
I’d especially love feedback from people running Hermes or OpenClaw agents. Where does your agent work break once you have more than one task running?
Product Hunt
Agent 37
@curiouskitty The moment you're delegating more than 2-3 tasks it's immediately useful to have a central view to see it. I've often hated having to just use whatsapp and there's no easy way to start separate threads. So for people facing this, they'd find it a no-brainer.
Minions does track the sessionIds of it's chat in it's own DB, so a seamless way to migrate would be to start new long running tasks you want to mange in Minions instead of telegram or whatsapp.
@curiouskitty @vishnukool
So, all the tasks I already have won't be read by Minions, right? I need to create them in Minions for everything to work.
Love the idea of a single board for all parallel agent tasks. How's observability handled – logs/traces per task, or just status?
Agent 37
@ella_bye No logs as of yet, since I don't find it useful for the purpose of supervising. But the supervisor heartbeat could intervene if a task is errored out for instance and check the logs autonomously to try and heal it. It's activity is separated out from the actual Task chat, into an acitvity window so you can see what the supervisor did to progress on the task or heal etc.
Open SaaS
Nice idea! Could it be used for OpenClaw, too?
Agent 37
@matijash Yes, soon. We're starting with Hermes agent and will add OpenClaw support soon.
Agent 37
@hamza_afzal_butt The biggest use case I see is managing long running tasks and when you have a lot of it, it's easy to miss what's done and what's blocked. Cron job management when you have a lot for instance and some of them silently errors out.