retro / app.py

Commit History

Fix CSS: serve self-contained HTML via ASGI wrapper to bypass Gradio
1984ea6

sankalphs commited on

UX overhaul + Gradio migration + remove llama.cpp
e6970ed

sankalphs commited on

Remove llama-cpp-python and lighten Dockerfile; Modal handles inference
e4749c9

sankalphs commited on

Add Modal GPU inference support for faster LLM responses
ad0ab13

sankalphs commited on

fix: restore llama.cpp with source build, use fine-tuned GGUF model
7e810ce

sankalphs commited on

refactor: remove llama-cpp entirely, use deterministic mock-only mode
a7789ad

sankalphs commited on

fix: load LLM in background thread so Space stays healthy during 2.84 GB cold start
e5d102f

sankalphs commited on

fix: eagerly load LLM at startup so /api/health surfaces the real error
cec66cb

sankalphs commited on

fix: correct LLM model path default, fix chat 'error: format only' leak, surface load errors
1c2dd4b

sankalphs commited on

feat: browser-local engine, Zerodha dashboard, historical events, chatbot, per-user isolation
f316f5a

sankalphs commited on

fix: harden LLM calls, cast numpy to native floats, pin llama-cpp-python wheel
11853b1

sankalphs commited on

fix: accept percent value (0-100) for trades, add MOCK_LLM flag, full Playwright E2E
55da5c9

sankalphs commited on

fix: resolve asset name mismatch, add E2E tests, 10-year game loop
23040f5

sankalphs commited on

fix: serve static files, switch to FastAPI, add CRT terminal styling
2df7867

sankalphs commited on

Use uvicorn for Space deployment; pin model filename
6143850

sankalphs commited on

Add model download, split requirements, prepare for Modal training
a2d1173

sankalphs commited on

Phase 2/3: Gradio Server backend, CRT frontend, engine, agents, mentor, tests, CI/CD
1d0b04b

sankalphs commited on