CoolFace
Apppublic

tram11/fantasy-football-advisor

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
32 commits on main
e7834e24mo ago

render assistant markdown in chat ui (marked + dompurify)

TejasR11
35718614mo ago

perf: warm up embedding model at boot, cache nfl state, refresh every 72h

TejasR11
193c8ce4mo ago

fix 413 payload overflow: cap tool result size and chat history window

TejasR11
fddaa7b4mo ago

add data freshness: persist last-refresh stamp, expose via api, show in ui header

TejasR11
39e3da04mo ago

add self-refreshing data: in-app scheduler reruns scrape+embed pipeline every 6h

TejasR11
1a23ddc4mo ago

bake sqlite db and chroma vector store into repo via git lfs for deployment

TejasR11
03461924mo ago

add docker image and hugging face spaces deployment config

TejasR11
08fd9f94mo ago

add football-themed react chat ui with all 32 team logos and field background

TejasR11
c0791764mo ago

add fastapi chat server: /chat with multi-turn history, /health, /nfl-state

TejasR11
70b072c4mo ago

expand eval battery with per-week, schedule, and Phase F questions

TejasR11
d18316f4mo ago

populate projections, link news to players, derive matchups, add Vegas lines

TejasR11
f1a31ed4mo ago

add SQL craft tips for variance, recent form, and matchup queries

TejasR11
991fa2a4mo ago

add per-week stats, schedule, snap counts, season-form chunks

TejasR11
178455f4mo ago

add eval harness with question battery, checks, runner, and cli

TejasR11
f498aba4mo ago

harden agent loop: gpt-oss model, rate-limit backoff, tool spam guardrail

TejasR11
5b803124mo ago

add llm agent loop with groq tool-calling and tests

TejasR11
4d859694mo ago

add tool layer for llm agent: 5 async tools (sql, search, players, news, nfl state) plus registry and tests

TejasR11
023c4a34mo ago

fix scraper/db/embedding bugs and add pytest test suite

TejasR11
007c7917mo ago

implement client to connect with groq for llm integration

tejasram
3439cf77mo ago

add embedding pipeline scripts and fix macOS compatibility

tejasram
eab8b927mo ago

feat: Add ChromaDB vector store and embedder setup

tejasram
593a5517mo ago

update project status in readme

tejasram
647d8667mo ago

add chunker to convert player data into embeddable text chunks

tejasram
ac9cffb7mo ago

fix full_name not included in model_dump and handle NA injury status

tejasram
4101f7c7mo ago

add data pipeline to orchestrate scrapers and database

tejasram
2939dcf7mo ago

add ESPN scraper for news and player data

tejasram
0d1d3927mo ago

add .env.example template

tejasram
25666037mo ago

update README with project overview and setup instructions

tejasram
b4c1e577mo ago

add scraper layer with base class and Sleeper API integration

tram11, Cursor
87bfdff7mo ago

add depth chart and status fields to player model

tram11, Cursor
bc9d27b7mo ago

setup database models and SQLite

tram11
8f0cd367mo ago

Initial commit

TejasR11