Hermes Agent gives you Bot Mode and Kanban for working with teams of AI agents.
At first, they can look like two different ways of solving the same problem:
How do I get multiple AI agents to work together?
But they solve different layers of the problem.
Use the wrong one and you can easily end up with a group chat that becomes difficult to follow or a full task board for something that could have been handled by a single bot.
The simplest mental model Iβve found is:
π€ Bot Mode = the team
π Kanban = the work
And when a workflow needs both persistent specialists and structured execution, you can combine them.
In this tutorial, Iβll explain the difference between Hermes Agent Bot Mode and Kanban, when I would choose each one, and how I combined both to build an automated AI-powered YouTube research workflow.
Imagine I have three AI agents:
Sometimes I simply want to talk to one of them.
Sometimes I want one agent to hand something to another.
And sometimes I have a much larger assignment:
Research Topic
β
βββββΌβββββββββββββββ
β β β
A B C
βββββΌβββββββββββββββ
β
Final Synthesis
Those are very different workflows.
The first doesnβt necessarily need project management.
The second might.
Thatβs where the distinction between Hermes Bot Mode and Kanban becomes useful.
Bot Mode gives you a roster of persistent, named AI bots inside Hermes.
Each bot can be backed by a Hermes profile with its own:
Instead of treating every interaction as a new generic AI session, you can create specialists.
For example:
Research Bot
Editing Bot
Operations Bot
Source Checker
Audience Researcher
You can then interact with those bots directly.
More importantly, bots can participate in workflows involving delegation and communication between specialists.
That makes Bot Mode particularly useful when you want persistent AI workers rather than creating a new agent configuration for every task.
When I would use Bot Mode
Bot Mode makes sense when I need:
πΉ Persistent specialist bots
πΉ Direct conversations with individual agents
πΉ Recurring routines
πΉ Agent-to-agent handoffs
πΉ Group discussions between specialists
πΉ Different models, memories, or skills for different roles
For example, suppose I regularly collect three articles and want my Research Bot to summarize them.
I probably donβt need a project board.
I can simply give the job to that bot.
Things change when the request becomes a project.
Suppose I donβt want one researcher anymore.
Instead, I want four specialists to investigate the same topic independently:
Topic
β
βββββββββββββΌββββββββββββ
β β β
βΌ βΌ βΌ
Sources Audience Competition
β β β
βββββββββββββΌββββββββββββ
β
βΌ
Synthesis
Now I have additional requirements.
Who owns each task?
Which tasks can run simultaneously?
Which task depends on another?
What happens if one fails?
When should synthesis begin?
This is where Kanban becomes useful.
Instead of keeping the entire workflow inside conversations, Hermes can represent the work as explicit tasks.
That gives the multi-agent system structure.
Kanban is useful when you need:
β‘ Parallel execution
π€ Named task owners
π Dependencies between tasks
π Review stages
β»οΈ Recovery when something fails
π Visibility into larger assignments
The key difference is that Bot Mode organizes your agents while Kanban organizes their work.
Hereβs the rule I use.
You need persistent specialists and conversations between them.
You need structured execution across multiple tasks.
You have persistent specialists executing a repeatable, multi-step workflow.
Consider three examples.
You want one bot to summarize three documents.
Documents β Research Bot β Summary
Use Bot Mode.
You want four specialists to research a topic and a final agent to wait until every researcher finishes.
ββ Researcher A ββ
Topic βββΌβ Researcher B ββΌβ Final Agent
ββ Researcher C ββ€
ββ Researcher D ββ
Use Kanban.
You want that research workflow to automatically happen every weekday.
Now we need:
Thatβs where I would combine Bot Mode + Kanban.
And thatβs exactly what I built for the video.
For the demo, I wanted to answer a practical question:
What AI agent topic should I make my next YouTube video about?
Instead of asking one LLM for ideas, I created a small specialist research team.
The team contains several bots with different responsibilities.
The News Scout is responsible for finding the initial opportunity.
Its job is simple:
Find the latest AI agent news
and send it to the Orchestrator.
Rather than manually triggering this every day, I created a recurring cron job.
The workflow can therefore begin automatically.
The Orchestrator receives the news discovered by the News Scout.
But instead of trying to research everything itself, it turns the request into a Kanban workflow.
It creates tasks for several specialist agents.
This is the bridge between Bot Mode and Kanban.
Bot Mode
News Scout
β
β handoff
βΌ
Orchestrator
β
β creates tasks
βΌ
Kanban
Once the Orchestrator receives a potential story, several specialists investigate it.
The Source Checker focuses on the evidence.
It asks questions such as:
A topic can be technically interesting and still make a terrible YouTube video.
The Audience Researcher looks at the topic from the viewerβs perspective.
It tries to determine:
Next comes competition.
If dozens of creators have already published nearly identical videos, simply repeating the same information isnβt particularly useful.
The Competition Researcher investigates existing coverage and helps identify where there may still be room for differentiation.
Finally, the Angle Editor looks for the strongest way to turn the research into an actual video.
Instead of stopping at:
βThis is trending.β
I want the system to answer:
βWhy should I cover this, and what should the video actually demonstrate?β
That distinction matters.
The complete workflow looks roughly like this:
CRON JOB
β
βΌ
π News Scout
β
β Finds AI agent news
βΌ
π― Orchestrator
β
β Creates Kanban tasks
βΌ
βββββββββββββββββββββββββββββββ
β KANBAN BOARD β
β β
β π Source Research β
β π₯ Audience Research β
β π Competition Research β
β π‘ Angle Research β
ββββββββββββββββ¬βββββββββββββββ
β
tasks complete
β
βΌ
π§ Final Synthesis
β
βΌ
π Video Recommendation
The research tasks can execute in parallel.
The final synthesis task waits for the research to finish.
Thatβs exactly the kind of workflow where Kanban becomes much more useful than relying purely on conversational handoffs.
During my demo, the News Scout found a potential topic around Microsoft Agent Lightning.
But discovering the topic was only the beginning.
The specialist agents investigated it, and the final recommendation included information such as:
So instead of receiving:
βMicrosoft Agent Lightning is trending. Make a video about it.β
I received something much closer to a research-backed content brief.
Thatβs a far more useful output.
One of the common mistakes when experimenting with multi-agent AI systems is assuming that more agents automatically means better orchestration.
It doesnβt.
Giving five AI agents access to the same conversation doesnβt necessarily create a good workflow.
The real questions are:
Who should do the work?
What should they own?
What can happen in parallel?
What depends on something else?
Who reviews the result?
What happens next?
Bot Mode solves part of this by giving you persistent specialists.
Kanban solves another part by giving their work explicit structure.
Together, they create an interesting pattern:
Persistent Agents
+
Specialized Roles
+
Agent Handoffs
+
Task Dependencies
+
Parallel Execution
+
Recurring Automation
β
Repeatable Multi-Agent Workflow
And I think thatβs a much more useful way to think about AI agent teams than simply asking:
βHow many agents should I use?β
If you remember only one thing from this article, make it this:
π€ Bot Mode gives you the team.
Your persistent specialists.
Their roles.
Their memories.
Their skills.
Their conversations.
π Kanban gives the team structure.
Tasks.
Owners.
Parallel execution.
Dependencies.
Reviews.
Recovery.
β‘ Bot Mode + Kanban gives you repeatable workflows.
Thatβs when the two features become especially interesting together.
You can have a recurring bot discover work, hand it to an orchestrator, turn that work into a structured task graph, execute research in parallel, and finally synthesize everything into an artifact.
This might actually be the most important part.
Not every AI agent task needs orchestration.
If your workflow is:
Prompt β Agent β Answer
donβt build a task graph.
If your workflow is:
Prompt β Specialist Bot β Artifact
you may still not need one.
Kanban starts becoming valuable when your workflow begins looking more like:
ββ Agent A ββ
Input β Plan ββΌβ Agent B ββΌβ Review β Final Output
ββ Agent C ββ
At that point you have coordination problems rather than simply prompting problems.
And thatβs where explicit workflow structure starts paying off.
The interesting part of Hermes Agent Bot Mode and Kanban isnβt choosing which feature is βbetter.β
Theyβre designed for different jobs.
Bot Mode is useful for creating persistent AI specialists and enabling conversations and handoffs between them.
Kanban is useful when those specialists need to execute a larger assignment with explicit tasks, ownership, parallelism, dependencies, and review.
And when youβre building a recurring workflow involving both?
Use them together.
For my YouTube research system:
Bot Mode β creates the persistent AI team
Cron β starts the recurring workflow
Bot handoff β passes the opportunity
Kanban β coordinates the project
Specialists β perform parallel research
Synthesis β produces the recommendation
Thatβs the architecture.
Not a giant group chat.
Not a Kanban board for every tiny request.
Just enough orchestration for the complexity of the work.