Commit History

perf: preload both models in parallel background threads for instant UI + fast first inference
59f43e1

tc043 commited on

perf: implement lazy loading for LLM models to enable instant Gradio UI startup
47ba524

tc043 commited on

fix: improve semantic overlap validation, strip task prefixes, and refine fallback prompts
f156e8b

tc043 commited on

fix: resolve port 7860 conflicts from zombie processes during restart
ef6005f

tc043 commited on

fix: download models at build time to prevent HF Space startup timeout
4505a0c

tc043 commited on

Use prebuilt CPU wheel index for llama-cpp-python
bf80d2c

Antigravity commited on

Bump llama-cpp-python to 0.3.29 to support minicpm3
40751d8

Antigravity commited on

Revert llama-cpp-python to 0.2.90 to support Nemotron model architecture
9ddff89

Antigravity commited on

Install git in Dockerfile to satisfy HF Dev Mode build requirements
220d576

Antigravity commited on

Fix requirements.txt structure and pin llama-cpp-python to CPU pre-built version 0.2.62
23a2a3e

Antigravity commited on

Update requirements.txt
9c9a4a4
unverified

TONG commited on

Create packages.txt
83df957
unverified

TONG commited on

Update requirements.txt
03f08d4
unverified

TONG commited on

Install build-essential for llama-cpp-python
3a5cb1a
unverified

TONG commited on

Refactor Hugging Face sync workflow
8ac8ba2
unverified

TONG commited on

Change colorFrom from black to gray
61af1de
unverified

TONG commited on

Update Hugging Face repository ID in workflow
a463c8e
unverified

TONG commited on

docs: update setup instructions and clarify repetition mitigation strategy in README
cfd1a53

tc043 commited on

refactor: update grammar, remove unused project files, and clean up workspace configuration
144132f

tc043 Codex commited on

refactor: remove experimental test files and enable production mode in Dockerfile
19a5a7c

tc043 Codex commited on

feat: increase max_tokens to 64 and add model download instructions to README
e41aa9d

tc043 Codex commited on

feat: add extensive test suite and debugging utilities for Gradio app API validation
473cb68

tc043 Codex commited on

feat: implement event handler wrappers and add test suite for Gradio components and app integration
eae9568

tc043 Codex commited on

refactor: update startup command to use app.py instead of uvicorn and add HF_TOKEN note to documentation
3eaf8cd

tc043 Codex commited on

refactor: replace FastAPI/Static setup with custom Gradio UI and update task generation with grammar-enforced inference and semantic repetition checks.
2318a54

tc043 Codex commited on

perf: bound session trace memory
64f4a9c

tc043 Codex commited on

docs: update project documentation to reflect fine-tuned model integration and remove standalone model dependencies
8bc210e

tc043 commited on

refactor: limit task history to three items and add explicit constraints to prevent fallback repetition, with added test script
7dc4c08

tc043 commited on

fix: refine system prompts to enforce physical actions and single-sentence output while adding repetition detection for model responses
043aa6b

tc043 commited on

feat: improve task generation logic with line-by-line parsing, refined system prompts, and enhanced state tracking for raw task history
20eda77

tc043 commited on

feat: implement MiniCPM fallback to break down rejected tasks into atomic steps and add verification script
44d6800

tc043 commited on

refactor: expand and diversify dataset entries while removing deprecated testing scripts
913be0b

tc043 commited on

feat: update training pipeline to use full-precision merge and add volume verification test
5a8eee8

tc043 commited on

refactor: remove post-processing constraints in app.py and update model training to export HF merged format via llama.cpp conversion
66b1bc1

tc043 commited on

feat: create export directory before saving GGUF model
3c194fb

tc043 commited on

feat: update GGUF export path and implement volume commit logic for training artifacts
eac67fe

tc043 commited on

feat: disable model checkpoints during training in modal_train.py
3f0b366

tc043 commited on

feat: implement Unsloth training pipeline with Modal volumes and update documentation on model persona mitigation
8207f22

tc043 commited on

refactor: optimize inference with async locking, prompt engineering, and input post-processing while adding comprehensive testing suites
0b80cf0

tc043 commited on

feat: add environment variable support and expand grammar allowed character set
c8f975e

tc043 commited on

Merge branch 'main' and remove venv from tracking
6c0dd9b

tc043 commited on

chore: upgrade python version, add git dependency to modal image, and update gitignore entries
37aa665

tc043 commited on

Delete __pycache__ directory
0089f6c
unverified

TONG commited on

Delete .venv directory
9f7ee69
unverified

TONG commited on

feat: harden Step-Zero demo runtime and trace export
d976178

tc commited on

feat: Generated proprietary Fog of War SPA interface using OpenAI Codex
dd82460

tc commited on

feat: initialize project configuration and implementation plan for Step-Zero
b096281

tc commited on