Skip to content

Commit f25178e

Browse files
committed
docs: simplify guardrails table to 3 columns to fix overflow on docs site
1 parent 0ee68e5 commit f25178e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/GUARDRAILS_USAGE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ This keeps redaction deterministic while still allowing heavyweight classifiers
2222

2323
## Built-in Guardrail Packs
2424

25-
AgentOS ships five official guardrail extension packs as standalone packages (`@framers/agentos-ext-*`):
26-
27-
| Pack | Import Path | Guardrail ID | Tool IDs | Purpose |
28-
|------|-------------|--------------|----------|---------|
29-
| PII Redaction | `@framers/agentos-ext-pii-redaction` | `pii-redaction-guardrail` | `pii_scan`, `pii_redact` | Four-tier PII detection and redaction |
30-
| ML Classifiers | `@framers/agentos-ext-ml-classifiers` | `ml-classifier-guardrail` | `classify_content` | Toxicity, prompt-injection, and jailbreak detection |
31-
| Topicality | `@framers/agentos-ext-topicality` | `topicality-guardrail` | `check_topic` | Topic matching and session drift detection |
32-
| Code Safety | `@framers/agentos-ext-code-safety` | `code-safety-guardrail` | `scan_code` | Regex-based code and tool-argument security scanning |
33-
| Grounding Guard | `@framers/agentos-ext-grounding-guard` | `grounding-guardrail` | `check_grounding` | RAG-source claim verification and hallucination detection |
25+
AgentOS ships five official guardrail extension packs as standalone packages:
26+
27+
| Pack | Package | What It Does |
28+
|------|---------|-------------|
29+
| **PII Redaction** | `@framers/agentos-ext-pii-redaction` | Four-tier PII detection (regex + NLP + NER + LLM). Tools: `pii_scan`, `pii_redact` |
30+
| **ML Classifiers** | `@framers/agentos-ext-ml-classifiers` | Toxicity, injection, jailbreak via ONNX BERT models. Tool: `classify_content` |
31+
| **Topicality** | `@framers/agentos-ext-topicality` | Embedding-based topic enforcement + drift detection. Tool: `check_topic` |
32+
| **Code Safety** | `@framers/agentos-ext-code-safety` | OWASP Top 10 code scanning (25 regex rules). Tool: `scan_code` |
33+
| **Grounding Guard** | `@framers/agentos-ext-grounding-guard` | RAG-grounded hallucination detection via NLI. Tool: `check_grounding` |
3434

3535
## Quick Start
3636

0 commit comments

Comments
 (0)