v1.7.0 — The Great Unification #71
akarlaraytu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v1.7.0 — The Great Unification
Chimera's safety layer now runs on CSL-Core — the same formally verified policy engine that blocked 22/22 adversarial attacks against GPT-4.1, GPT-4o, Claude Sonnet 4, and Gemini 2.0 Flash.
This release delivers on the v1.6.0 roadmap promise: migrating SymbolicGuardian from hardcoded Python rules to deterministic, Z3-verified
.cslpolicy files — with zero breaking changes.What Changed
🛡️ CSL-Core Integration
.cslpolicy files underpolicies/.📜 Policy Files
policies/ecommerce_guard.csl— Ad spend caps, price change limits, margin thresholds with safety buffers.policies/quant_guard.csl— Portfolio health checks, position-aware constraints (SELL requires long, SHORT requires flag), computed amount limits.🔧 Architecture
src/csl_guardian.py— Drop-in wrapper maintaining identical__init__signatures andvalidate_action()/repair_action()interfaces.csl-coreis not installed.🧹 Codebase Cleanup
langchain.*tolangchain-classic/langchain-coreacross 8 files.requirements.txt: removed ~60 transitive dependencies, added missinglangchain-classic, organized into categories.components.py.Why This Matters
.cslfiles, readable as English.csl, re-verify withcslcore verifyMigration
pip install csl-core # That's it. Policies auto-load from policies/Zero changes needed in calling code.
SymbolicGuardianV4()andSymbolicGuardianV6()work exactly as before — same class names, same parameters, same return format.Verified & Tested
What's Next
.cslpoliciesFull Changelog:
v1.6.0...v1.7.0CSL-Core Engine: chimera-protocol/csl-core ·
pip install csl-coreThis discussion was created from the release v1.7.0 — The Great Unification.
Beta Was this translation helpful? Give feedback.
All reactions