June 4, 2026
v2.8.0
New
EVE CoreGuard Policy-Pack Catalog Expansion + Discovery API
- Added 16 new deterministic policy packs (27 total) spanning regulated AI-decision domains:
fair_lending_v1,eu_ai_act_v1,employment_hiring_v1,gdpr_data_processing_v1,securities_trading_v1,debt_collection_v1,childrens_privacy_v1,biometric_privacy_v1,telehealth_prescribing_v1,fair_housing_v1,marketing_tcpa_v1,anti_bribery_v1,clinical_trials_v1,accessibility_v1,gambling_compliance_v1, andlegal_practice_v1 - Each pack maps to its statutory basis (ECOA/Reg B, EU AI Act, NYC LL144/EEOC, GDPR, SEC Rule 10b-5/Reg BI, FDCPA, COPPA, BIPA, Ryan Haight, FHA, TCPA/CAN-SPAM, FCPA, ICH-GCP, WCAG/ADA, FCPA, ABA Model Rules) with deterministic rules and mandatory human-in-the-loop escalation — no LLM in the decision path
- New catalog discovery API:
GET /v1/decisions/policies(full catalog with metadata +?domain=filter) andGET /v1/decisions/policies/{policy_id} eve-coreguardPython SDK bumped to v0.1.3 — addsclient.list_policies(),client.get_policy(), and the typedPolicyInfomodel- 132 server tests (violation/clean/enforcement/registration/manifest/end-to-end per pack + catalog discovery) and 33 SDK tests passing
- Documentation: full pack cards at
/docs/policy-packs, discovery endpoints in the EVE CoreGuard API reference, and "Policy Packs Behind This Use Case" sections across all eight use-case pages