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.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
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.
可执行摘要
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 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- 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.