Minimal file: H1 project name, one-line blockquote summary, and the install command copied verbatim from README's first code block — llms.txt cites the README's start command, never replaces it.
7 lines
336 B
Text
7 lines
336 B
Text
# llm-ingestion-guard
|
|
|
|
> Write-time defensive layer for Python pipelines that persist LLM output: sanitize, fence, tool-less quarantined transform, capability isolation, scan before persist, fail-secure.
|
|
|
|
```bash
|
|
pip install "llm-ingestion-guard @ git+https://git.fromaitochitta.com/open/llm-ingestion-pipeline-security.git@v1.1.0"
|
|
```
|