CoolFace
Apppublic

build-small-hackathon/the-apprentice

sourceHugging Facemitupdated 3mo agoView on Hugging Face
1likes
50 commits on main
0a4cd0e3mo ago

update readme for compatibility (#1)

laoliu5280, AndrewRqy
80d1ab13mo ago

Update README.md

laoliu5280
95df4b53mo ago

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

AndrewRqy
f60684e3mo ago

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

AndrewRqy
0fc9e333mo ago

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

AndrewRqy
a777ed33mo ago

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

AndrewRqy
f9490c03mo ago

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

AndrewRqy
fd741cf3mo ago

Claim ๐Ÿฆ™ Llama Champion badge โ€” GGUF + llama-cpp-python path is shipped

AndrewRqy
05d71bb3mo ago

Add X/social post URL

AndrewRqy
08be5583mo ago

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

AndrewRqy
de380603mo ago

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

AndrewRqy
fd94fc83mo ago

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

AndrewRqy
0d7d8503mo ago

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

AndrewRqy
6d735f13mo ago

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

AndrewRqy
f669e5b3mo ago

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

AndrewRqy
555c51c3mo ago

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

AndrewRqy
744bc9b3mo ago

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

AndrewRqy
8d2a52b3mo ago

run.sh: print clear localhost:7860 banner โ€” 0.0.0.0 fails in Chrome

AndrewRqy
a140b543mo ago

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

AndrewRqy
49ded6b3mo ago

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

AndrewRqy
26f70c83mo ago

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

AndrewRqy
dd4200b3mo ago

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

AndrewRqy
7d8efb53mo ago

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

AndrewRqy
58e28693mo ago

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

AndrewRqy
843df413mo ago

Drop demo_card_backdrop image โ€” pipeline-demo panels use CSS only

AndrewRqy
966abce3mo ago

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

AndrewRqy
78ff6ab3mo ago

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

AndrewRqy
500c05f3mo ago

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

AndrewRqy
079fead3mo ago

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

AndrewRqy
4f219883mo ago

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

AndrewRqy
5053a2a3mo ago

Remove unsupported @import + register assets via set_static_paths

AndrewRqy
63f7ef43mo ago

Revert to /gradio_api/file= URL pattern โ€” Gradio 5 file route

AndrewRqy
2acec293mo ago

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

AndrewRqy
a1634cb3mo ago

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

AndrewRqy
3d090e93mo ago

Turn bisect probe off โ€” render full app on Docker

AndrewRqy
cab22d83mo ago

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

AndrewRqy
b32b87d3mo ago

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

AndrewRqy
128a3ce3mo ago

Drop fastapi pin โ€” conflicts with gradio 5.29.1 (needs fastapi>=0.115.2)

AndrewRqy
5a07d583mo ago

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

AndrewRqy
c38b0463mo ago

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

AndrewRqy
9233b443mo ago

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

AndrewRqy
7c979763mo ago

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

AndrewRqy
2d833ad3mo ago

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

AndrewRqy
dd3c7db3mo ago

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

AndrewRqy
b00b6893mo ago

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

AndrewRqy
b63724f3mo ago

Roll back to Gradio 4.44.1 to match local dev

AndrewRqy
48a6e453mo ago

Pin starlette<0.40 โ€” TemplateResponse signature

AndrewRqy
0bff9e93mo ago

Disable Gradio 5 SSR โ€” hydration fails inside

AndrewRqy
93e98ec3mo ago

Re-add huggingface_hub<0.34 pin โ€” gradio 5.0.x

AndrewRqy
115b4a33mo ago

Bump Gradio to 5.x and bind launch to

AndrewRqy