DEV Community

Discussion on: Hermes Skill HQ: a knowledge base that teaches agents when to use skills

Collapse
 
mininglamp profile image
Mininglamp

Skill routing gets really interesting in multi-agent setups — agents not just knowing their own skills, but discovering skills from other agents in a shared registry. Agent A can't parse PDFs but knows Agent B can, sends a request. Basically service discovery for AI. IM-style communication between agents could make this feel as natural as @mentioning a teammate who has the expertise.