Official Python client for Mnemix — real-time memory and enrichment API for AI agents. One call before every interaction: your agent knows who they're talking to.
Project description
mnemix-ai
Official Python client for Mnemix — real-time memory and enrichment API for AI agents. One call before every interaction: your agent knows who they're talking to.
Designed for voice workflows (Retell, Vapi, Bland, LiveKit) where phone-native caller identity matters, with background enrichment filling in contact data asynchronously.
Install
pip install mnemix-ai
Quickstart
from mnemix_ai import MnemixClient
client = MnemixClient(api_key="mx_...") # or set MNEMIX_API_KEY
# At the start of every call / interaction:
memory = client.recall_and_enrich(phone_number="+15551234567")
# Look up a caller directly:
profile = client.get_caller("+15551234567")
# After hangup, persist the interaction:
client.end_call(call_id="...", transcript="...")
API surface
| Method | Endpoint |
|---|---|
recall_and_enrich(phone_number, **kwargs) |
POST /v1/recall_and_enrich |
end_call(**kwargs) |
POST /v1/calls/end |
get_caller(phone_number) |
GET /v1/caller/{phone_number} |
Get an API key at mnemix.ai. Hobby tier is free.
Note on naming
This is the official package for the Mnemix platform (mnemix.ai). It is unrelated to the mnemix package on PyPI, which is a different project by a different author.
License
MIT
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
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 mnemix_ai-0.1.0.tar.gz.
File metadata
- Download URL: mnemix_ai-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c07bfeaf6a232dad851c21e3aed3a06f3cfac01d55347458cdc6cbbd0867c37
|
|
| MD5 |
de3087853c97ba6d3171cb552f4f8458
|
|
| BLAKE2b-256 |
54ce87c0671f83db7240432992f37db6736ceb1c4d65b23006b0298224bce0bd
|
File details
Details for the file mnemix_ai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mnemix_ai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28607b602a56bab066d9a7a4d563a809da223c66bb95a96a521e64431e31e682
|
|
| MD5 |
b1c7fc0dbd72aa9139e0e34c6a0c5625
|
|
| BLAKE2b-256 |
41215def81ff614d7c9a8b1f436cf2ff8ab60c971318def15b2f5e248fb6a5db
|