๐ Durable project state
toDo.txtstores the operational plan and progressagents_team.jsonstores the reusable team structure
That means you can:
- start fresh
- resume an existing workflow
- point at an existing repo/directory
- continue from prior state
- reuse a good agent team on future projects
๐ง Model and provider architecture
One of the biggest advantages is role-separated model routing.
Because the swarm rides on Hermes providers, it can use different models for different roles and different costs for different subflows.
So you can:
- keep stronger models for orchestration and higher-level reasoning
- use cheaper/faster or even non-agentic models for narrower utility flows
- actively route support work like extraction, cleanup, and summarization to low-cost paths such as
Hermes-4-70B
This gives Hermes a much more practical cost profile for long-running sessions.
(2/4)