First Gain Stage metal discovery agent — FastAPI pipeline replacing n8n workflow logic
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.
nick2day 44641f589d Append-only picks store with user-initiated dismiss
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 Initial commit: FGS metal discovery standalone agent 3 months ago
agent.py Append-only picks store with user-initiated dismiss 3 months ago
fgs-agent.service Initial commit: FGS metal discovery standalone agent 3 months ago
requirements.txt Initial commit: FGS metal discovery standalone agent 3 months ago