For agents
✅ Stable
This documentation serves both people and AI agents. This page describes the conventions an agent can reliably rely on.
/llms.txt endpoints
Section titled “/llms.txt endpoints”The starlight-llms-txt plugin automatically generates three files at build time:
| URL | Content | Recommended use |
|---|---|---|
/llms.txt | Curated index with titles, descriptions, and snippets from each page | General entry point; load this first |
/llms-small.txt | Compact version without extended snippets | Contexts with a tight token budget |
/llms-full.txt | Full concatenated corpus of the entire site | Exhaustive search or offline indexing |
These files are plain text and follow the llms.txt standard. They are not navigable documentation pages: they are machine artifacts.
How to navigate the site
Section titled “How to navigate the site”The documentation is organized in four sections with distinct purposes:
| Section | Purpose | When to use |
|---|---|---|
| Tutorials | Learn by doing, step by step | First exposure to sei |
| RDD Methodology | Understand the concepts and the full loop | Before reading Reference |
| Reference | Look up flags, artifacts, and normative citations for sei and sei.yaml | During implementation |
| Concepts | Regulatory frame and project status | For auditing and validation |
Conventions an agent can assume
Section titled “Conventions an agent can assume”-
Every code block is copy-paste runnable and labelled. The block label indicates the target (
sei.yaml,bash, etc.). An agent can copy and execute without modification. -
The maturity of the area is shown by the
<Status>badge at the top of the page (astatusfield also exists in the frontmatter for tooling). Possible values are:Value Meaning estableImplemented and covered by tests parcialWorks, something is missing; see note planificadoDesigned, not yet implemented experimentalPrototype, may change -
Internal links resolve. All sidebar slugs exist as pages with content. The
planificadostatus appears in<Status>asides within pages to mark specific features not yet built (e.g. the prompt treatment modality). An agent can follow page links without risk of 404, but should check the<Status>badge before assuming a feature is available. -
Normative citations are by clause. References to ISO 23894, prEN 18228, and the EU AI Act always include the clause or article number (e.g.
ISO 23894 §6.4.3,EU AI Act Art. 9). These citations are precise; the full text of the standards is not reproduced.
Future direction
Section titled “Future direction”🚧 Planned — MCP documentation server: live context from the Venturalítica cloud plane, accessible via MCP instead of a static /llms.txt.