Commit History

Update app.py
d0d97f2
Running
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

agent: bump default MEMORY_TOKEN_THRESHOLD 16k -> 80k
5228496

Lzy01241010 commited on

ui: drop "Visited Sources" appendix from final answer
f7d0ad7

Lzy01241010 commited on

ui: hero heading verb back to "research" (deep research framing)
b74d2bf

Lzy01241010 commited on

ui: fix hero heading grammar; default Max Turns 6 -> 15
4e8a39e

Lzy01241010 commited on

diag: surface underlying httpx/ssl cause + endpoint/model in extractor_error
88069c8

Lzy01241010 commited on

agent: Azure OpenAI support for visit extractor + condenser
c412028

Lzy01241010 commited on

Delete blog_demo
97b3442
verified

Lzy01241010 commited on

agent: surface _llm_extract failure reason in visit tool_response
856a97c

Lzy01241010 commited on

agent: wire research-repo Jina + LLM extractor + scholar + real condenser
0bfaafb

Lzy01241010 Claude Opus 4.7 commited on

ui: move connection-error tip from action-row to Output header
70bbd7b

Lzy01241010 commited on

ui: auto-clear question after run; add connection-error retry tip
1856cd8

Lzy01241010 Claude Opus 4.7 commited on

ui: capitalize QUEST in Space title, browser tab title, footer copy
154aaf2

Lzy01241010 commited on

ui: card-style resource links (paper/code/data/model) with icons; QUEST capitalization
46481c4

Lzy01241010 Claude Opus 4.7 commited on

ui: capitalize memory strategy labels; cap max_turns at 50
bca1f37

Lzy01241010 Claude Opus 4.7 commited on

ui: rename Long-form example to Research Report; hyphenate memory labels
90721a6

Lzy01241010 Claude Opus 4.7 commited on

ui: capitalize QUEST in header and hero-heading
1a0445f

Lzy01241010 Claude Opus 4.7 commited on

rename: Quest-35B -> QUEST-35B (uniform uppercase branding)
0c32859

Lzy01241010 Claude Opus 4.7 commited on

ui: label the condenser radio option as "(default)"
cf22067

Lzy01241010 Claude Opus 4.7 commited on

rename: Quest-4B -> Quest-35B (OSC vLLM serves the 35B checkpoint)
14d1d61

Lzy01241010 Claude Opus 4.7 commited on

app: add QUEST_API_KEY for self-hosted endpoint Bearer
1dc5d45

Lzy01241010 Claude Opus 4.7 commited on

Settings: condenser first in radio + help; flatten Model wrapper so its label aligns with the rest
0c72122

Lzy01241010 commited on

Bump base font to 17px and content width to 1700px for better legibility / less wasted side margin
b4bf7c4

Lzy01241010 commited on

Memory Strategy radio: drop selected-state highlight; only the dot signals selection
6240588

Lzy01241010 commited on

Memory Strategy: replace buggy Dropdown with Radio (4 stacked options); slider value text centered
d551235

Lzy01241010 commited on

Slider: flatten the number-input pill (no border) and hide the redundant reset button
48d0150

Lzy01241010 commited on

Settings widgets: revert container=False, use elem_id with id-targeted CSS to flatten outer block while keeping labels
07173d5

Lzy01241010 commited on

Use container=False on Settings widgets — official way to drop the outer block frame on Dropdown/Slider
07a8738

Lzy01241010 commited on

Memory strategies: rename to upstream (condenser/discard_all/hide_tool_result), describe per inference code; quest-name letter-spacing matches paper microsite
67a025a

Lzy01241010 commited on

Settings: equalize Textbox/Dropdown height, flatten Slider wrapper, default Temperature to 1.0
49586ec

Lzy01241010 commited on