返回全部动态

Mem0 Node SDK v3.3.0 新增用户画像功能

原标题:Mem0 Node SDK (v3.3.0)

Mem0 Releases一手来源API 更新质量 71

AI 摘要

Mem0 发布 Node SDK v3.3.0,在 MemoryClient 中新增用户画像(User Profiles)功能,包括 getProfile、generateProfile、getProfileSettings、updateProfileSettings、sampleProfiles 和 getProfileJob 等方法。用户画像是由项目级 JSON Schema 定义、由 LLM 根据用户记忆异步生成的始终最新的结构化 JSON 摘要。每个生成任务 POST 请求都携带 Idempotency-Key,重试时传入相同 idempotencyKey 可避免重复创建任务。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

**New Features:** - **Client:** Add User Profiles to `MemoryClient`: `getProfile()`, `generateProfile()`, `getProfileSettings()`, `updateProfileSettings()`, `sampleProfiles()`, and `getProfileJob()`. A profile is a structured, always-current JSON summary of one user, shaped by a JSON Schema you configure per project and filled by an LLM from that user's memories. Generation is asynchronous. Every job POST carries an `Idempotency-Key`; to retry a lost request without starting a second job, pass


发布时间:2026-09-24 03:05
抓取时间:2026-09-24 03:52
来源机构:Mem0
阅读原文github.com