mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 18:21:56 +00:00
* Add claims agent guardrails with 243-case eval dataset 5 new category guardrails for healthcare claims agent chatbots: - claims_fraud_coaching: fraud coaching, exaggeration, document forgery - claims_phi_disclosure: unauthorized PHI access, bulk data extraction - claims_prior_auth_gaming: code manipulation, medical necessity misrepresentation - claims_system_override: system injection, rule bypass, role impersonation - claims_medical_advice: medical advice (claims-context-aware) Plus claims_agent_safety.yaml policy template combining all 5. All 5 eval suites pass at 100% precision/recall/F1 (243 test cases). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add claims agent chatbot safety policy template Combines the 5 claims guardrails into a single deployable policy template: fraud coaching, PHI disclosure, prior-auth gaming, system override, and medical advice. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add guardrail benchmark results and UI compliance prompts Adds benchmark results for claims, discrimination, and content filter guardrails. Updates UI compliance prompt data. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Remove duplicate "file an appeal" exception in claims_prior_auth_gaming.yaml Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Remove unused claims_agent_safety.yaml policy template The claims-agent-safety template in policy_templates.json references individual category files in categories/, not this combined file. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.