New Features:
- Client: Add User Profiles to
MemoryClient:getProfile(),generateProfile(),getProfileSettings(),updateProfileSettings(),sampleProfiles(), andgetProfileJob(). 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 anIdempotency-Key; to retry a lost request without starting a second job, pass the sameidempotencyKeyon each attempt (#7340)