mnemix
v0.2.0
Published
Mnemix — real-time memory and enrichment API for AI agents. Official alias for @mnemix-ai/client.
Maintainers
Readme
mnemix
Real-time memory and enrichment API for AI agents. One call before every interaction — your agent knows who they're talking to.
This package is the official short alias for @mnemix-ai/client — it re-exports the full client. Install either name; they are the same library from the same team.
npm install mnemiximport { MnemixClient } from "mnemix";
const client = new MnemixClient({ apiKey: "mx_..." });
const memory = await client.recallAndEnrich({ phone_number: "+15551234567" });Designed for voice workflows (Retell, Vapi, Bland, LiveKit) where phone-native caller identity matters, with background enrichment filling in contact data asynchronously.
Get an API key at mnemix.ai. Hobby tier is free.
Note on naming
This npm package belongs to 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
