OmegaEngine governance integration for mistral-omega
Project description
mistral-omega
Mistral AI Integration with OmegaEngine Governance
✨ Features
- 🇪🇺 European AI Governance — GDPR-compliant by design
- 🤖 Drop-in Replacement — Same API as Mistral SDK
- 🛡️ Pre-flight & Post-flight — Full request/response governance
- 📈 Audit Trail — Complete logging for compliance
- ⚡ Streaming — Governed streaming responses
📦 Installation
pip install mistral-omega
🚀 Quick Start
from mistral_omega import Mistral
client = Mistral(
mistral_api_key="your-mistral-key",
omega_api_key="your-omega-key",
policy_id="mistral_policy",
)
response = client.chat.complete(
model="mistral-large-latest",
messages=[{"role": "user", "content": "Analyze this contract"}]
)
print(response.choices[0].message.content)
print(response.omega_decision)
🇪🇺 GDPR Compliance
client = Mistral(
omega_api_key="...",
gdpr_mode=True, # Enable GDPR-specific policies
data_residency="eu",
)
# All data stays in EU, fully audited
📄 License
Licensed under the Apache License 2.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mistral_omega-0.3.0.tar.gz
(561.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mistral_omega-0.3.0.tar.gz.
File metadata
- Download URL: mistral_omega-0.3.0.tar.gz
- Upload date:
- Size: 561.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
482756ac96f13199838a95cfacbcb9d26336b5f30a989fb594dc34e4ee56b439
|
|
| MD5 |
9b90050b84149590b236034d285322e7
|
|
| BLAKE2b-256 |
b12b814740d394b2f8a7293180eedf6e7f6149baa589cc5d0b2cce9254a092f8
|
File details
Details for the file mistral_omega-0.3.0-py3-none-any.whl.
File metadata
- Download URL: mistral_omega-0.3.0-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc3ee546fe673563030940feccefd2cea53ec003983034b38ae22642778f105c
|
|
| MD5 |
46d9320bc6f19e23d478db01017e073b
|
|
| BLAKE2b-256 |
bd4dc656c710d57c1f3540b57830f58b97789cd7b6330dae83081878c52644be
|