feat: add onboarding wizard backend - migration, schema, memory routes

This commit is contained in:
Roberto Musso
2026-04-11 23:38:53 +02:00
parent a85f8fde29
commit 4073863dc6
5 changed files with 186 additions and 4 deletions

View File

@@ -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 ─────────────────────────────────────────────────────────────