Concept: Hermes Memory
Hermes Agent possesses a robust internal memory system.
Internal Memory
Hermes learns from direct conversations. It stores durable facts in internal files (memory.md for environmental notes and user.md for personal preferences). It recalls this context automatically during interactions.
External Memory (The Blind Spot)
While Hermes knows the user well, it doesn’t natively know the user’s external world (emails, external articles, meeting transcripts). To solve this, Hermes can be connected to an llm-wiki to act as its external, self-improving knowledge base. This allows Hermes to query external facts and auto-ingest new knowledge via cron jobs.
Sources: