Use a Kanban board to manage several Hermes Agents clearly

Running many workers at the same time can make it hard to see who is doing what. is a small task board built to solve that problem. It uses SQLite and Flask, has no outside service , and installs with one pip install command.

It reads Hermes profiles automatically, so agents appear on the board without manual setup. When a new agent profile is added, the board adds it too. Each agent gets its name and description from SOUL.md, then shows up with its own column and color.

Tasks can be created through a REST API, moved in the web page by dragging, and updated live. This setup gives a team of agents, such as a project manager, developers, marketing, data analyst, and designer, one shared place to track work and reduce repeated or missed tasks.

Key points

  • is a shared board for tracking work across several workers.
  • It detects agents from Hermes profiles without extra .
  • New agent profiles appear on the board automatically.
  • Tasks can be created with a REST API and moved in the .
  • The main benefit is avoiding duplicate work and forgotten tasks when many agents are active.

Sources covering this story (5)

Read original