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.2.0.tar.gz
(560.1 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.2.0.tar.gz.
File metadata
- Download URL: mistral_omega-0.2.0.tar.gz
- Upload date:
- Size: 560.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d99a7b918e30aaeabdce8da466d6e99e42979f87769c4cfe7fb87f99d00965b
|
|
| MD5 |
00979bbbd2c9cc8d3f20be25c2102a98
|
|
| BLAKE2b-256 |
e3c864a6f4f336a59ee5e6ea1c69b459a11af452a7145f3f180b56e7f7291bb6
|
File details
Details for the file mistral_omega-0.2.0-py3-none-any.whl.
File metadata
- Download URL: mistral_omega-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0894d4d05b8e101094d15073c5c59522ba240841b34b39677c4ed9a435ad317a
|
|
| MD5 |
33f3352f00346b22f6451018c2bcf539
|
|
| BLAKE2b-256 |
0c30a07d4f959f1936e4d65ede0ad4a2b04cad804beeb74832e29d1a575903cd
|