M6+M11: learned weights with shrinkage, refresh command, cron docs

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
team3
2026-07-23 00:42:03 +02:00
parent 61127fa7e0
commit 4cae436231
5 changed files with 172 additions and 6 deletions

View File

@@ -24,6 +24,12 @@ uv run python -m tft.cli refresh # crawl + extract + build-artifact (f
Riot-Dev-Key: https://developer.riotgames.com (24h gültig), in `backend/.env` als `RIOT_API_KEY=...`.
Täglicher Refresh per Cron (Key muss gültig sein):
```
15 6 * * * cd /home/arbeit/projects/tft/backend && uv run python -m tft.cli refresh >> ../data/refresh.log 2>&1
```
## Server
```sh