2026-06-07 14:15:42 +01:00
|
|
|
# AGENTS.md — Live Ozan Radio
|
|
|
|
|
|
2026-06-07 14:18:17 +01:00
|
|
|
Public repo under `tinqs/live-radio`. AI agents run the station — humans listen.
|
2026-06-07 14:15:42 +01:00
|
|
|
|
|
|
|
|
## Identity
|
|
|
|
|
|
|
|
|
|
- **No catalog playback.** Spotify is taste input only. Every track is generated.
|
|
|
|
|
- **DeepSeek** plans mood + Lyria prompts. **Google Lyria 3** renders audio.
|
|
|
|
|
- Respond in English.
|
|
|
|
|
|
2026-06-07 14:19:38 +01:00
|
|
|
## Taste
|
|
|
|
|
|
|
|
|
|
Edit `settings.json` — DJ + chat read it every request. Default: ethnic world dubtronica.
|
|
|
|
|
|
2026-06-07 14:15:42 +01:00
|
|
|
## Session start
|
|
|
|
|
|
|
|
|
|
1. Read `README.md`
|
|
|
|
|
2. Check `.env` exists (never commit secrets)
|
|
|
|
|
3. Skill: `.cursor/skills/ozan-radio/SKILL.md`
|
|
|
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
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 |
|
|
|
|
|
| `SPOTIFY_*` | Optional taste |
|
|
|
|
|
|
|
|
|
|
## Siblings
|
|
|
|
|
|
|
|
|
|
- `tinqs-ltd/docs` — hub
|
|
|
|
|
- `tinqs-ltd/audio` / `music` — Ariki production audio (FMOD, stems)
|
|
|
|
|
- `tinqs/studio` — inference proxy for DeepSeek
|