Commit History

fix(call_model): retry on transient ConnectionReset / broken-pipe
b570ea1
Running

Lzy01241010 commited on

feat: PythonInterpreter via SandboxFusion, fix parse_tool_call for code tags
7cca751

hsaest Cursor commited on

fix: PythonInterpreter prompt/parser align with react_agent.py
fc09751

hsaest commited on

feat: integrate PythonInterpreter via SandboxFusion
97f5fd3

hsaest commited on

fix: move overflow-x:hidden off body to avoid triggering Gradio mobile warning
092f9be

hsaest commited on

robust mobile scroll: direct scrollTop on real container + retries
182c9a3

hsaest Cursor commited on

force-wrap long inline code (URLs/search queries) at all widths
29764ad

hsaest commited on

mobile: fix text clipping, shrink mono font, reliable scroll via scrollTo
c86e8f7

hsaest commited on

fix mobile overflow: min-width, wrap long code, reduce padding/font
ca4acb1

hsaest commited on

remove generating line; fix scroll via event delegation
3a566dc

hsaest commited on

fix dark mode: class-based (html.dark-mode) + JS matchMedia detection
ab142b1

hsaest commited on

improve UX: auto-scroll to output on submit, dark mode support, generating animation
5d9015e

hsaest commited on

Remove PythonInterpreter from Space prompt; note offline-only usage
76e7354

hsaest commited on

Limit batched tool call inputs
b19b429

hsaest commited on

Force max new tokens to 16384
71e249c

hsaest commited on

Raise default max new tokens
f777cc6

hsaest commited on

Set default max turns to 50
a52d193

hsaest commited on

Format tool observations like QUEST inference
6f0184a

hsaest commited on

Stop model before tool response boundary
a25c2e7

hsaest commited on

Inject authoritative date into user prompt
b07eb5e

hsaest commited on

Strengthen date-sensitive prompt guidance
6d44386

hsaest commited on

Emphasize current date in system prompt
a0e5701

hsaest commited on

ui: refine example helper copy
865497a

hsaest commited on

ui: show full visited URLs
8292c97

hsaest commited on

ui: fix Mind2Web 2 label
043d8ab

hsaest commited on

ui: remove moon landing example
6adb6f5

hsaest commited on

ui: add Mind2Web2 RAG example
cfacd09

hsaest commited on

ui: clarify example prompt copy
ed4cdd1

hsaest commited on

ui: update max turns defaults and timeout copy
397fa38

hsaest commited on

Update app.py
d0d97f2
verified

Lzy01241010 commited on

ui: remove walkthrough section per user request
a9141e8

Zhongyang Li Claude Opus 4.7 commited on

walkthrough: scroll-driven replay (sticky state bar + active-step highlight)
18d2106

Lzy01241010 Claude Opus 4.7 commited on

ui: move walkthrough between Try examples and Output; rename label
9893b8a

Lzy01241010 commited on

ui: add "See it in action" walkthrough (real M2W2 trace, collapsed by default)
9b0c194

Lzy01241010 Claude Opus 4.7 commited on

fix: keep question textbox intact when Stop cancels the run
770e96d

Lzy01241010 commited on

ui: Paper card subtitle Blog -> arXiv (matches new arxiv URL)
2a43365

Lzy01241010 commited on

fix: Stop button actually cancels run_ui generator (not the .then lambda)
e717b76

Lzy01241010 commited on

ui: Paper card default URL -> arxiv abstract
e92ff2c

Lzy01241010 commited on

css: drop both display headings one more size on mobile (1rem -> 0.9rem)
f32d7c9

Lzy01241010 commited on

css: drop both display headings one size down
83598ca

Lzy01241010 commited on

css: make the two display headings consistent (size + line-height)
c81ec6a

Lzy01241010 commited on

css: shrink the two display headings on phones (<=600px)
80b9bc2

Lzy01241010 commited on

css: one-per-row Open-release cards on mobile (fix char-wrapped labels)
6766163

Lzy01241010 commited on

css: stack action buttons full-width on mobile (fix squished Run Research)
242aff0

Lzy01241010 commited on

css: fix mobile-stack selector (Gradio 5.x has no gradio-container / .gr-column)
e04e7ca

Lzy01241010 commited on

css: stack the two-column layout on mobile/tablet (fix broken phone layout)
c4a5bb3

Lzy01241010 commited on

search: parse knowledgeGraph/peopleAlsoAsk; treat 0-result as ok+hint
8e87d9c

Lzy01241010 commited on

perf: enable Gradio queue concurrency (fix "long queue" serialization)
48b03a2

Lzy01241010 commited on

ui: header title -> "QUEST: Training Frontier Deep Research Agents with Fully Synthetic Tasks"
9d849dd

Lzy01241010 commited on

ui: Paper card default URL -> the final QUEST github-page site
ccd5c6d

Lzy01241010 commited on