README: add Idea + Tech write-up, link section, llama-champion + sharing-is-caring YAML tags 95df4b5 AndrewRqy commited on 14 days ago
README: recommend local --full run for best visual experience f60684e AndrewRqy commited on 14 days ago
README: drop emojis from loading-time and cold-start note labels 0fc9e33 AndrewRqy commited on 14 days ago
Pre-warm Modal LLM at app startup + document cold-start behavior in README a777ed3 AndrewRqy commited on 14 days ago
Clean-Space pass: drop self-test, legacy unused handler, BISECT_MINIMAL branch, duplicate banner PNG, stale comments f9490c0 AndrewRqy commited on 14 days ago
Claim π¦ Llama Champion badge β GGUF + llama-cpp-python path is shipped fd741cf AndrewRqy commited on 14 days ago
Add 3-playthrough sample trace + README (Sharing-is-Caring deliverable) 08be558 AndrewRqy commited on 14 days ago
Trace-sharing infra: traces/sample is committable, add curation script + README badge claim fd94fc8 AndrewRqy commited on 14 days ago
Default LLM-call tracing to ON β writes to ./traces unless ORACLES_TRACE_DISABLE=1 0d7d850 AndrewRqy commited on 14 days ago
Trace: log both model_requested and model_returned for Sharing-is-Caring badge 6d735f1 AndrewRqy commited on 14 days ago
README: demo video link, loading-time note, lean/full guidance, point to apprentice field notes f669e5b AndrewRqy commited on 14 days ago
Lean mode: also strip pipeline-demo encounter/resolve sprites 555c51c AndrewRqy commited on 14 days ago
Add visual-mode dropdown on step 0 β live toggle between lean and full 744bc9b AndrewRqy commited on 14 days ago
run.sh: print clear localhost:7860 banner β 0.0.0.0 fails in Chrome 8d2a52b AndrewRqy commited on 14 days ago
URL-encode sprite paths so spaces in dev path don't truncate <img src> a140b54 AndrewRqy commited on 14 days ago
Version-aware Gradio file route β /file= on 4.x, /gradio_api/file= on 5+ 49ded6b AndrewRqy commited on 14 days ago
Default --keep-warm and add --stop-on-exit + safer launch for Gradio 4/5/6 26f70c8 AndrewRqy commited on 14 days ago
Add ORACLES_VISUAL_MODE toggle β lean default, full enabled via --full or env var dd4200b AndrewRqy commited on 14 days ago
Remove gr.skip diff β broke multi-yield generator handlers, blocking grimoire->trial transition 7d8efb5 AndrewRqy commited on 14 days ago
Relax LLM output validation: lower word floor, +1 retry, salvage missing tactic 58e2869 AndrewRqy commited on 14 days ago
Drop demo_card_backdrop image β pipeline-demo panels use CSS only 843df41 AndrewRqy commited on 14 days ago
Drop wizard-desk backdrop + open-book illustration β more HF load-time wins 966abce AndrewRqy commited on 14 days ago
Drop heavy backgrounds (parallax, grimoire texture, phase + scene backdrops) for HF perf 78ff6ab AndrewRqy commited on 14 days ago
Performance sweep: gr.skip diff + memoize hot HTML helpers per click transition 500c05f AndrewRqy commited on 14 days ago
Memoize hot HTML helpers and lazy-load image module sprites for faster transitions 079fead AndrewRqy commited on 14 days ago
Serve banner parallax PNG via /gradio_api/file= β drops ~270KB from every click response 4f21988 AndrewRqy commited on 14 days ago
Remove unsupported @import + register assets via set_static_paths 5053a2a AndrewRqy commited on 14 days ago
Revert to /gradio_api/file= URL pattern β Gradio 5 file route 63f7ef4 AndrewRqy commited on 14 days ago
Try /file= route for sprite URLs instead of /gradio_api/file= 2acec29 AndrewRqy commited on 14 days ago
Serve sprites via /gradio_api/file= instead of base64 β initial HTML drops ~95% a1634cb AndrewRqy commited on 14 days ago
BISECT: temporarily swap build_app() with minimal probe via BISECT_MINIMAL=1 cab22d8 AndrewRqy commited on 14 days ago
Switch to Docker SDK on HF Space β full control over launch, no auto-launcher b32b87d AndrewRqy commited on 14 days ago
Drop fastapi pin β conflicts with gradio 5.29.1 (needs fastapi>=0.115.2) 128a3ce AndrewRqy commited on 14 days ago
Pin Gradio 5.29.1 (last known-good HF Space version) + fastapi 0.112.2 5a07d58 AndrewRqy commited on 14 days ago
Address Gradio 6 deprecation: set theme+css as Blocks attrs, not constructor args c38b046 AndrewRqy commited on 15 days ago
Define demo at module scope so HF Space's hot-reload launcher applies theme+css 9233b44 AndrewRqy commited on 15 days ago
BISECT 1: temporarily disable theme + css to test if they break Gradio 6 iframe render 7c97976 AndrewRqy commited on 15 days ago
Disable Gradio 6 SSR β Node-proxy SSR stalls on the large data-URI HTML 2d833ad AndrewRqy commited on 15 days ago
Gradio 6 API migration: theme + css to launch(); drop show_api dd3c7db AndrewRqy commited on 15 days ago
Bump to Gradio 6.18 β drops dependency pins; current stable HF Spaces line b00b689 AndrewRqy commited on 15 days ago