Skip to main content

OmegaEngine governance integration for mistral-omega

Project description

OmegaEngine Logo

mistral-omega

Mistral AI Integration with OmegaEngine Governance

PyPI License


✨ 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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mistral_omega-0.3.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

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

Hashes for mistral_omega-0.3.0.tar.gz
Algorithm Hash digest
SHA256 482756ac96f13199838a95cfacbcb9d26336b5f30a989fb594dc34e4ee56b439
MD5 9b90050b84149590b236034d285322e7
BLAKE2b-256 b12b814740d394b2f8a7293180eedf6e7f6149baa589cc5d0b2cce9254a092f8

See more details on using hashes here.

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

Hashes for mistral_omega-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fc3ee546fe673563030940feccefd2cea53ec003983034b38ae22642778f105c
MD5 46d9320bc6f19e23d478db01017e073b
BLAKE2b-256 bd4dc656c710d57c1f3540b57830f58b97789cd7b6330dae83081878c52644be

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page