Skip to main content
Anyone coming from Mem0 knows add, search, get_all, update, delete, history, the filters, feedback, webhooks and the project’s instructions. Each has a name here, and almost every one does something similar by a different path: Niadra keeps a company’s memory of its customers, resolved across channels, extracted once per session and read under policy and verification level. This page gives the name and the route, and where the difference changes your code. What does not exist here is said, with the reason.

Writing

Reading

Correcting and erasing

Notifications and clients

What stays out, and why

  • Model-written patterns (“Dream”), a model summary on the read path and model-filled schemas on export: every field would lose its evidence, and a model on the read path breaks latency and the receipt.
  • One model call per exchange: 37 times the model cost measured in the benchmark, with no accuracy gain.
  • An OpenAI-compatible proxy: the adapters plug into your framework without standing between you and the model call.

Next steps

Quickstart

the key, the sandbox space and the first context.

Integrations

your framework’s adapter, and the short table of names.