agentskit.js

PersonalizationProfile

Auto-generated API reference for PersonalizationProfile.

Interface: PersonalizationProfile

Defined in: memory/src/personalization.ts:8

Personalization β€” a persisted profile per subject (user id, account id, device). The agent reads it on every run to condition responses; the runtime updates it when new facts appear.

#Properties

#subjectId

subjectId: string

Defined in: memory/src/personalization.ts:9


#traits

traits: Record<string, unknown>

Defined in: memory/src/personalization.ts:11

Human-editable notes, facts, preferences.


#updatedAt

updatedAt: string

Defined in: memory/src/personalization.ts:13

ISO timestamp of the latest update.

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page