From a1d854aef474af8d8e3c1e1dbbed40d7047e850e Mon Sep 17 00:00:00 2001 From: Ajay Krishnan Date: Thu, 17 Sep 2026 10:34:35 -0700 Subject: [PATCH] Add Hermes Agent docs feed to the default source set Hermes Agent (Nous Research) publishes a maintained llms-full.txt covering the whole docs site. It parses as markdown-full into ~1.17k documents. Note against substituting the smaller /docs/llms.txt: parse_llms_text routes any /llms.txt URL to _parse_menu, which indexes link stubs (title plus description plus canonical URL) rather than page content. --- README.md | 1 + config/sources.default.txt | 5 +++++ 2 files changed, 6 insertions(+) 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