agent-infrastructureAutomated release watch

Mem0 Node SDK (v3.3.0)

Mem0 Node SDK v3.3.0 adds User Profiles support to MemoryClient, allowing asynchronous generation of structured JSON summaries from user memories.

Human read

Why this signal matters

Mem0 released Node SDK v3.3.0, introducing User Profiles functionality to MemoryClient. User profiles are structured JSON summaries of individual users, defined by a per-project JSON Schema and populated by an LLM using the user's memories. Profile generation runs asynchronously. New client methods include getProfile(), generateProfile(), getProfileSettings(), updateProfileSettings(), sampleProfiles(), and getProfileJob(). Job POST requests include an Idempotency-Key header, allowing safe retries without creating duplicate jobs by reusing the same idempotencyKey.

Agent parse

Actionable summary

Mem0 Node SDK v3.3.0 introduces User Profiles to MemoryClient via getProfile(), generateProfile(), getProfileSettings(), updateProfileSettings(), sampleProfiles(), and getProfileJob(). Profiles are generated asynchronously by an LLM based on user memories and project-level JSON Schemas, supporting idempotent job creation via Idempotency-Key.

Agent usefulness
82/100
Confidence
96%
Canonical data
JSON + Markdown
Next actions

What builders should check

  • Upgrade Mem0 Node SDK to v3.3.0 to access User Profile APIs.
  • Define a project JSON Schema to structure LLM-generated user profiles.
  • Pass a consistent idempotencyKey when retrying profile generation requests to avoid duplicate jobs.
Classification

Tags and routing

memoryagentspersonalization
Related signals

Continue the thread