# Hermes Agent Knowledge Base

LLM-maintained research KB on [Hermes Agent](https://github.com/NousResearch/hermes-agent) — used as the research backbone for YouTube videos and the "Complete Hermes Agent Masterclass"

## Structure

- `raw/` — immutable source documents (transcripts, release notes, community pages)
- `wiki/` — synthesized knowledge (summaries, concepts, entities, syntheses)

Schema and maintenance rules: see `CLAUDE.md`.

## Usage

- Add new sources: drop them into `raw/` and ask the LLM to "ingest" them
- Ask questions: the LLM reads the wiki to synthesize answers with links
- Draft video modules: ask "draft module on <feature>" to produce slide + script outlines sourced from the wiki

## Version

Hermes Agent latest verified release: **v0.8.0 / v2026.4.8** (2026-04-08)

Based on [llm-wiki-template](https://github.com/anthropics/llm-wiki-template) / Karpathy's LLM Wiki pattern.
