Skip to main content

Python SDK officiel pour MonIAaMoi -- assistant IA souverain conforme Loi 25 Quebec

Project description

moniaamoi

Python SDK officiel pour MonIAaMoi -- assistant IA souverain conforme Loi 25 Quebec.

PyPI version License

Installation

pip install moniaamoi

Quick Start

import os
from moniaamoi import MonIAaMoi

mia = MonIAaMoi(
    api_key=os.environ["MIA_API_KEY"],
    region="ca-montreal",  # donnees hebergees au Quebec
)

# Chat avec un agent
res = mia.chat(
    message="Redige un courriel professionnel pour confirmer ma reunion lundi",
    agent="redacteur",
)
print(res["response"])

# Acceder a la memoire ENGRAM (6 couches L0-L5)
mia.memory_store(
    content="Mon client Jean Tremblay prefere les meetings le matin",
    layer="episodic",
)

# Stats memoire
stats = mia.memory_stats()
print(f"Documents : {stats['documents']}, Faits : {stats['facts']}")

# Exporter ses donnees (Loi 25 portabilite Article 27)
user_id = "votre-user-id-uuid"
export_data = mia.export_portability(user_id)

Features

  • 209 agents specialises
  • ENGRAM memoire 6 couches L0-L5 souveraine
  • Loi 25 conforme -- portabilite + effacement + audit
  • Hebergement Quebec -- Cloud Run Montreal

Documentation

Documentation complete : https://www.moniaamoi.com/dev

License

Apache 2.0

Support

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

moniaamoi-0.1.0.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

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

moniaamoi-0.1.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file moniaamoi-0.1.0.tar.gz.

File metadata

  • Download URL: moniaamoi-0.1.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for moniaamoi-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e3fbe361fd9fd8490dd98dbe24ab3d8cb6a4b79405e0d78382efe76019f9a3cb
MD5 e1c52208b4f1dfc04c28fede942adb92
BLAKE2b-256 66fdd8ffbf59f78cc32e0778aa44c2a073f4e112ac8ec10ca90c23132dd51caa

See more details on using hashes here.

File details

Details for the file moniaamoi-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: moniaamoi-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for moniaamoi-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dc55f8b13dba1b1394864e24129196d6c8e14926803ad87dd595e7772a014b51
MD5 e6a69840359b7163021732b577d910e1
BLAKE2b-256 c12894c852382e881b972b97dca9fa802442131300e1ceba321b522029e32ce0

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