Files
WebinarNotes/wiki/entities/hermes.md

1.4 KiB

Hermes

#entity

Summary

An AI agent harness built entirely around skills-as-memory — it not only uses skills but creates and curates them autonomously. Central to konstantin's talk; also referenced by eugene among his tools.

Current Understanding

Hermes is the concrete demonstration of "skills as memory": it auto-creates a skill when a task costs >5 tool calls, and runs a two-layer curator — pruning skills unused for 30 days (deactivate) / 90 days (archive) and consolidating small skills weekly so their short-descriptions don't eat context. Konstantin reports it grew from 56 → 100 skills and kept working — impossible with classic tools.

Evidence

Contradictions / Uncertainty

  • The curator thresholds are Hermes-specific heuristics, not validated standards. Status: tentative.

Next Questions

  • How do Hermes' auto-consolidation decisions avoid merging skills that should stay distinct?