diff --git a/README.md b/README.md index 4647bda..fb23b1c 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ The default docs index uses the vendors' content-bearing `llms-full.txt` feeds: - OpenAI API docs and reference - OpenRouter docs - Model Context Protocol docs +- Hermes Agent docs Optional profiles live in `config/`: diff --git a/config/sources.default.txt b/config/sources.default.txt index 90b5b7b..636c758 100644 --- a/config/sources.default.txt +++ b/config/sources.default.txt @@ -6,3 +6,8 @@ https://developers.openai.com/api/docs/llms-full.txt https://developers.openai.com/api/reference/llms-full.txt https://openrouter.ai/docs/llms-full.txt https://modelcontextprotocol.io/llms-full.txt + +# Hermes Agent (Nous Research) publishes a maintained full-docs feed. Parses as +# markdown-full: ~454 sections. Do not substitute /docs/llms.txt -- menu URLs +# index link stubs (title + description only), not page content. +https://hermes-agent.nousresearch.com/llms-full.txt