step-zero / app.py

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

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: 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

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

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

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