PulseAugur
EN
LIVE 21:56:37

Hermes Agent gains '/learn' command for automated skill creation

Nous Research has introduced a new '/learn' command for its Hermes Agent, enabling the agent to automatically create reusable skills by processing documents, SDKs, or conversation logs. This feature aims to capture complex workflows and translate them into structured SKILL.md files, which are then accessible as slash commands. The system is designed to manage token usage efficiently by loading full skill content only when necessary, allowing for a large library of skills without overwhelming the agent's context window. AI

IMPACT Automates the creation of agent skills, potentially reducing development time and improving agent adaptability.

RANK_REASON New feature release for an existing open-source agent.

Read on MarkTechPost →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

Hermes Agent gains '/learn' command for automated skill creation

COVERAGE [2]

  1. MarkTechPost TIER_1 English(EN) · Asif Razzaq ·

    Nous Research Adds /learn to Hermes Agent’s Skills System, Capturing Workflows as Slash Commands Without Hand-Writing SKILL.md

    <p>Nous Research has added /learn to the Hermes Agent Skills System. The command authors a standards-compliant SKILL.md from a local directory, a doc URL, a past conversation, or pasted notes. The live agent sources the material with its own tools, then writes the skill — no hand…

  2. Towards AI TIER_1 English(EN) · David Pradeep ·

    Building Your First Hermes Agent Skill: A Complete Walkthrough

    <figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*xHHC2rD9zwblz8JT.png" /></figure><p>I stared at my terminal for 20 minutes trying to figure out why my Hermes Agent kept forgetting everything between sessions. Same context. Same prompts. Same frustration. Then …