docs(llms): add llms.txt per org D2b decision (21.08)
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.
This commit is contained in:
parent
01f6f382c4
commit
7cb4553301
1 changed files with 7 additions and 0 deletions
7
llms.txt
Normal file
7
llms.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue