You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mellea-website homepage features a "Safety & Guardrails" card linking to /how-to/safety-guardrails. That page doesn't exist — #788 added a temporary redirect to /advanced/security-and-taint-tracking.
However, the existing advanced page only documents the deprecatedGuardianCheck requirement API (deprecated in v0.4). The current Guardian Intrinsics API in mellea/stdlib/components/intrinsic/guardian.py has zero documentation.
What needs to happen
Write /how-to/safety-guardrails covering the current Intrinsics API:
guardian_check() — harm, jailbreak, profanity, etc.
Context
The mellea-website homepage features a "Safety & Guardrails" card linking to
/how-to/safety-guardrails. That page doesn't exist — #788 added a temporary redirect to/advanced/security-and-taint-tracking.However, the existing advanced page only documents the deprecated
GuardianCheckrequirement API (deprecated in v0.4). The current Guardian Intrinsics API inmellea/stdlib/components/intrinsic/guardian.pyhas zero documentation.What needs to happen
Write
/how-to/safety-guardrailscovering the current Intrinsics API:guardian_check()— harm, jailbreak, profanity, etc.policy_guardrails()— custom policy criteriafactuality_detection()/factuality_correction()— groundednessCRITERIA_BANKpre-baked criteria (10 entries)Update or retire
advanced/security-and-taint-tracking.md:GuardianCheckAPIRemove the redirect in
docs.jsononce the real page existsFix
pip install melleareference in the advanced page →uvReferences
mellea/stdlib/components/intrinsic/guardian.py— current API sourcemellea/stdlib/requirements/safety/guardian.py— deprecated APIdocs/docs/tutorials/04-making-agents-reliable.md— existing Guardian tutorial content (steps 4-7)