Commit History

Update README.md
80d1ab1
verified

laoliu5280 commited on

README: add Idea + Tech write-up, link section, llama-champion + sharing-is-caring YAML tags
95df4b5

AndrewRqy commited on

README: recommend local --full run for best visual experience
f60684e

AndrewRqy commited on

README: drop emojis from loading-time and cold-start note labels
0fc9e33

AndrewRqy commited on

Pre-warm Modal LLM at app startup + document cold-start behavior in README
a777ed3

AndrewRqy commited on

Clean-Space pass: drop self-test, legacy unused handler, BISECT_MINIMAL branch, duplicate banner PNG, stale comments
f9490c0

AndrewRqy commited on

Claim πŸ¦™ Llama Champion badge β€” GGUF + llama-cpp-python path is shipped
fd741cf

AndrewRqy commited on

Add X/social post URL
05d71bb

AndrewRqy commited on

Add 3-playthrough sample trace + README (Sharing-is-Caring deliverable)
08be558

AndrewRqy commited on

Add HF blog post URL alongside the in-repo field notes
de38060

AndrewRqy commited on

Trace-sharing infra: traces/sample is committable, add curation script + README badge claim
fd94fc8

AndrewRqy commited on

Default LLM-call tracing to ON β€” writes to ./traces unless ORACLES_TRACE_DISABLE=1
0d7d850

AndrewRqy commited on

Trace: log both model_requested and model_returned for Sharing-is-Caring badge
6d735f1

AndrewRqy commited on

README: demo video link, loading-time note, lean/full guidance, point to apprentice field notes
f669e5b

AndrewRqy commited on

Lean mode: also strip pipeline-demo encounter/resolve sprites
555c51c

AndrewRqy commited on

Add visual-mode dropdown on step 0 β€” live toggle between lean and full
744bc9b

AndrewRqy commited on

run.sh: print clear localhost:7860 banner β€” 0.0.0.0 fails in Chrome
8d2a52b

AndrewRqy commited on

URL-encode sprite paths so spaces in dev path don't truncate <img src>
a140b54

AndrewRqy commited on

Version-aware Gradio file route β€” /file= on 4.x, /gradio_api/file= on 5+
49ded6b

AndrewRqy commited on

Default --keep-warm and add --stop-on-exit + safer launch for Gradio 4/5/6
26f70c8

AndrewRqy commited on

Add ORACLES_VISUAL_MODE toggle β€” lean default, full enabled via --full or env var
dd4200b

AndrewRqy commited on

Remove gr.skip diff β€” broke multi-yield generator handlers, blocking grimoire->trial transition
7d8efb5

AndrewRqy commited on

Relax LLM output validation: lower word floor, +1 retry, salvage missing tactic
58e2869

AndrewRqy commited on

Drop demo_card_backdrop image β€” pipeline-demo panels use CSS only
843df41

AndrewRqy commited on

Drop wizard-desk backdrop + open-book illustration β€” more HF load-time wins
966abce

AndrewRqy commited on

Drop heavy backgrounds (parallax, grimoire texture, phase + scene backdrops) for HF perf
78ff6ab

AndrewRqy commited on

Performance sweep: gr.skip diff + memoize hot HTML helpers per click transition
500c05f

AndrewRqy commited on

Memoize hot HTML helpers and lazy-load image module sprites for faster transitions
079fead

AndrewRqy commited on

Serve banner parallax PNG via /gradio_api/file= β€” drops ~270KB from every click response
4f21988

AndrewRqy commited on

Remove unsupported @import + register assets via set_static_paths
5053a2a

AndrewRqy commited on

Revert to /gradio_api/file= URL pattern β€” Gradio 5 file route
63f7ef4

AndrewRqy commited on

Try /file= route for sprite URLs instead of /gradio_api/file=
2acec29

AndrewRqy commited on

Serve sprites via /gradio_api/file= instead of base64 β€” initial HTML drops ~95%
a1634cb

AndrewRqy commited on

Turn bisect probe off β€” render full app on Docker
3d090e9

AndrewRqy commited on

BISECT: temporarily swap build_app() with minimal probe via BISECT_MINIMAL=1
cab22d8

AndrewRqy commited on

Switch to Docker SDK on HF Space β€” full control over launch, no auto-launcher
b32b87d

AndrewRqy commited on

Drop fastapi pin β€” conflicts with gradio 5.29.1 (needs fastapi>=0.115.2)
128a3ce

AndrewRqy commited on

Pin Gradio 5.29.1 (last known-good HF Space version) + fastapi 0.112.2
5a07d58

AndrewRqy commited on

Address Gradio 6 deprecation: set theme+css as Blocks attrs, not constructor args
c38b046

AndrewRqy commited on

Define demo at module scope so HF Space's hot-reload launcher applies theme+css
9233b44

AndrewRqy commited on

BISECT 1: temporarily disable theme + css to test if they break Gradio 6 iframe render
7c97976

AndrewRqy commited on

Disable Gradio 6 SSR β€” Node-proxy SSR stalls on the large data-URI HTML
2d833ad

AndrewRqy commited on

Gradio 6 API migration: theme + css to launch(); drop show_api
dd3c7db

AndrewRqy commited on

Bump to Gradio 6.18 β€” drops dependency pins; current stable HF Spaces line
b00b689

AndrewRqy commited on

Roll back to Gradio 4.44.1 to match local dev
b63724f

AndrewRqy commited on

Pin starlette<0.40 β€” TemplateResponse signature
48a6e45

AndrewRqy commited on

Disable Gradio 5 SSR β€” hydration fails inside
0bff9e9

AndrewRqy commited on

Re-add huggingface_hub<0.34 pin β€” gradio 5.0.x
93e98ec

AndrewRqy commited on

Bump Gradio to 5.x and bind launch to
115b4a3

AndrewRqy commited on