Table of Contents generated with DocToc

tools/privacy-llm/

Capability: substrate:privacy

Harness: agnostic

Privacy-LLM PII-scrubbing gate. Standalone redactor / checker pair that screens content for PII before it reaches an external LLM. See tool.md and wiring.md for integration details, models.md for the model catalogue, and pii.md for the PII taxonomy.

Prerequisites

  • Runtime: Python 3.11+ run via uv (stdlib only) — the redactor/ and checker/ sub-tools.
  • CLIs: None beyond the runtime.
  • Credentials / auth: None.
  • Network: Runs fully offline/local; the LLM endpoints it gates (Claude Code, *.apache.org, local Ollama / vLLM, opt-in third-party) are configured, not prerequisites of the tool itself.
Suggest a change