build-small-hackathon/Hackathon-IA-VisualNovel
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Merge remote-tracking branch 'origin/main'
update(docs): Update the markdown files
gitignore
Update engine.py
Merge branch 'main' of https://huggingface.co/spaces/build-small-hackathon/Hackathon-IA-VisualNovel
trailer
chore(BLOG): Visual Novel instead of 'VN' in header title
update(BLOG): add missing authors in header
update(BLOG): Update the documentation with in depth technical aspect
test: engine split, llm helpers, and orchestrator guard coverage
feat(app, frontend): split-phase endpoints, resume, player name, main-menu button
fix(painter, modal): fp16-safe VAE, rembg session reuse, scaledown window
feat(engine): split play_turn into text+image phases, add resume and session_info
feat(orchestrator): anti-repeat retry, error fallback, scout routing
feat(state): milestone50, remember_fact, beat guard, new_character ordering
feat(memory): structured budget fit, milestone-50 hint, pacing nudge
feat(prompts): force grammar fields, scout_schema, action_note, lru_cache
feat(schemas, config): add remember_fact directive, ViewState.history, IMAGE_VAE
fix(llm): _hf_gen_kwargs, truncated-JSON repair, ModalLLM warmup, debug-gated logs
refactor(utils): extract shared helpers into visualnovel/utils.py
docs: Update documentation
chore(llm): clean comment
fix(llm): Try to catch the text after the last <think>
fix(llm): when using action (such as look around), remove the thinking
Fix(schema): non restrictive emotion mapping from LLM response
fix(TransformersLLM): strip Qwen3 think-tags, add LLM logging, atomic
fix(tts): handle empty audio from kokoro_onnx.create() gracefully
fix(TransformersLLM): handle missing/fenced JSON with retry and fallback
fix(zerogpu): persist game state to /tmp after every mutation for worker
fix(zerogpu): persist phase state, because zerogpu run each function in
fix(TransformersLLM): inject resolved schema skeleton into prompt for
fix(ZeroGPU): apply the same fix of zerogpu model's loading for the
feat(ZeroGPU) : Fix HuggingFace logs error.
chore(reformat): reformat existing code with ruff.
Squashed commit of the following:
Merge branch 'main' of https://huggingface.co/spaces/build-small-hackathon/Hackathon-IA-VisualNovel
Feat : Music and Relations
Squashed commit of the following:
upload music: joyful.mp3
upload music: sad.mp3
upload music: mystery.mp3
upload music: dramatic.mp3
upload music: romantic.mp3
upload music: calm.mp3
Feat : Save System
