Skip to content

For agents

✅ Stable

This documentation serves both people and AI agents. This page describes the conventions an agent can reliably rely on.


The starlight-llms-txt plugin automatically generates three files at build time:

URLContentRecommended use
/llms.txtCurated index with titles, descriptions, and snippets from each pageGeneral entry point; load this first
/llms-small.txtCompact version without extended snippetsContexts with a tight token budget
/llms-full.txtFull concatenated corpus of the entire siteExhaustive 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.


The documentation is organized in four sections with distinct purposes:

SectionPurposeWhen to use
TutorialsLearn by doing, step by stepFirst exposure to sei
RDD MethodologyUnderstand the concepts and the full loopBefore reading Reference
ReferenceLook up flags, artifacts, and normative citations for sei and sei.yamlDuring implementation
ConceptsRegulatory frame and project statusFor auditing and validation

  1. 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.

  2. The maturity of the area is shown by the <Status> badge at the top of the page (a status field also exists in the frontmatter for tooling). Possible values are:

    ValueMeaning
    estableImplemented and covered by tests
    parcialWorks, something is missing; see note
    planificadoDesigned, not yet implemented
    experimentalPrototype, may change
  3. Internal links resolve. All sidebar slugs exist as pages with content. The planificado status 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.

  4. 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.


🚧 Planned — MCP documentation server: live context from the Venturalítica cloud plane, accessible via MCP instead of a static /llms.txt.