You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pipeline:
- write_picks() no longer truncates; deduplicates by artist+album
key on append so the same pick is never added twice
- Picks accumulate indefinitely; only the user can remove them
New endpoint POST /api/fgs/picks/remove:
- Accepts {artist, album}, removes matching pick from store
- Also writes the removed pick to the dedup DB so it won't resurface
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
3 months ago | |
|---|---|---|
| .gitignore | 3 months ago | |
| agent.py | 3 months ago | |
| fgs-agent.service | 3 months ago | |
| requirements.txt | 3 months ago | |