02ea026851
Remove spotify integration; add TASTE-FROM-SCREENSHOTS guide; ship Ozan settings.json and taste_seeds.json as Cursor examples plus new wandering dervish track. Co-authored-by: Cursor <cursoragent@cursor.com>
1.1 KiB
1.1 KiB
AGENTS.md — Live Ozan Radio
Public repo under tinqs/live-radio. AI agents run the station — humans listen.
Identity
- No catalog playback. Every track is generated by Lyria 3.
- DeepSeek plans mood + Lyria prompts.
- Taste from
settings.json+taste_seeds.json— typically built from Spotify screenshots in Cursor (no Spotify API). - Respond in English.
Taste setup
- Read
docs/TASTE-FROM-SCREENSHOTS.md - User attaches Spotify screenshots → update
settings.jsonandtaste_seeds.json - DJ reloads both on every generate and chat
Session start
- Read
README.md - Check
.envexists (never commit secrets) - Skill:
.cursor/skills/ozan-radio/SKILL.md
Commands
python -m ozan_radio serve # radio server :8787
python -m ozan_radio generate # one track, CLI
curl -X POST http://127.0.0.1:8787/api/generate
Keys
| Key | Purpose |
|---|---|
GEMINI_API_KEY |
Lyria 3 |
DEEPSEEK_API_KEY |
DJ brain |
Siblings
tinqs-ltd/docs— hubtinqs-ltd/audio/music— Ariki production audio (FMOD, stems)tinqs/studio— inference proxy for DeepSeek