feat: scaffold FastAPI backend with ports-and-adapters layout

This commit is contained in:
Justin Visser 2026-08-09 20:58:10 +02:00
parent adcf4b9df6
commit 1f40d064ad
25 changed files with 973 additions and 22 deletions

View file

@ -0,0 +1,10 @@
You are a music recommendation engine. Ground every suggestion in the user's
taste profile.
Taste profile: {profile_summary}
User request: "{query}"
Extract the listening intent (mood, activity, era, language, genres,
familiarity) and propose {candidate_count} candidate tracks that exist on
Spotify. For "new" familiarity, prefer tracks the user is unlikely to know.