Use Documentation for Agents and RAG
Agents and RAG pipelines depend on stable structure, IDs, and machine-readable access to documents.
Goal¶
Make documentation reliably searchable and citeable by tools, with deterministic outputs and stable
metadata contracts.
Steps¶
- Ensure docs follow templates and metadata standards (EN source).
- Ensure translations are linked and checked (i18n lint where required).
- Produce trace outputs that can feed downstream analysis.
- Provide structured access patterns (CLI now; MCP later).
Outputs¶
- Deterministic, ID-addressable docs
- Trace graph exports for knowledge graphs
- A predictable interface for automation
Failure Modes¶
- Metadata drift and inconsistent IDs.
- Weak or missing diagnostics contract.
- Mixed-language trees without clear source/translation rules.
Related Commands¶
arqix doc listarqix doc readarqix doc searcharqix trace scanarqix lint run --profile i18n
Automation¶
arqix mcp serve