feat: add key-free demo mode replaying recorded fixtures

This commit is contained in:
Justin Visser 2026-08-11 09:14:22 +02:00
parent 0664cc2d27
commit 401a0ddea7
21 changed files with 1040 additions and 31 deletions

View file

@ -73,6 +73,9 @@ class Settings(BaseSettings):
resolution_cache_max_entries: int = 2048
taste_profile_ttl_seconds: float = 900.0
# Demo replay paces recorded stream chunks so cards appear as they did live.
demo_chunk_delay_seconds: float = 0.05
# Taste profile fetch bounds: enough signal to describe a listener
# without paging through an entire library on session start.
top_items_limit: int = 50