agentskit.js

PersonalizationProfile

Auto-generated API reference for PersonalizationProfile.

Interface: PersonalizationProfile

Defined in: 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: personalization.ts:9


#traits

traits: Record<string, unknown>

Defined in: personalization.ts:11

Human-editable notes, facts, preferences.


#updatedAt

updatedAt: string

Defined in: 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