Reference

Machine-readable docs

llms.txt corpora, Markdown, search, and xref syntax.

Files

FileContents
/llms.txtStructured index by section
/llms-full.txtFull authored corpus (the generated API reference is not repeated here; link to it)
/docs/<page>.mdMarkdown/MDX content for an individual page
# Fetch the compact section index.
curl -L https://qnbhd.github.io/agentsparty/llms.txt
# Fetch the full authored documentation corpus.
curl -L https://qnbhd.github.io/agentsparty/llms-full.txt
# Fetch one page as Markdown.
curl -L https://qnbhd.github.io/agentsparty/docs/start/quickstart.md

(Exact host depends on deployment basePath.)

Cross-references

In authored MDX use [[agentsparty.protocol]] style xrefs. They resolve via docs/public/api-data.json.

The site search index includes titles, headings, aliases, public symbols, error names, glossary terms, and migration synonyms such as handoff, checkpoint, Crew, and state graph.

Stable