feat: add onboarding wizard backend - migration, schema, memory routes
This commit is contained in:
@@ -31,6 +31,8 @@ class UserProfile(BaseModel):
|
||||
surname: str | None = None
|
||||
tier: BillingTier
|
||||
avatar_url: str | None = None
|
||||
onboarding_completed_at: int | None = None # epoch ms, null = not onboarded
|
||||
memory: dict[str, str] = Field(default_factory=dict) # decrypted core memory k/v
|
||||
|
||||
|
||||
# ── Chat ─────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user