Commit History

Update requirements and improve model loading logic
f8fe299

spagestic commited on

switched to qwen
71a7158
Running

spagestic commited on

Refactor Gradio node cleanup and enhance OAuth integration. Updated _cleanup_stale_gradio_nodes to handle multiple patterns for orphaned processes. Improved demo assignment in _launch_with_oauth for better hot reload compatibility with Gradio Spaces.
51b6df5

spagestic commited on

Enhance model loading and configuration. Added BORDERLESS_PRELOAD_MODEL to .env.example and updated README.md for clarity. Refactored device resolution in model.py for improved GPU handling and logging. Added warning filter for UserWarning in ui/__init__.py.
55f84e8

spagestic commited on

Refactor ZeroGPU handling and update documentation. Reduced default BORDERLESS_GPU_DURATION to 60 seconds in .env.example and README.md. Enhanced error messaging in app.js and gradio_api.js for better user feedback on quota issues. Updated GPU_DURATION logic in config.py to enforce minimum and maximum limits.
fbe6753

spagestic commited on

Updated the chat UI and backend so MiniCPM thinking renders
c3f3998

spagestic commited on

Add warning filter for UserWarning related to 'json' field in firecrawl.v2.types
3ba9db2

spagestic commited on

Update requirements.txt to modify transformers version and remove unused Hugging Face dependencies
0e1d6d5

spagestic commited on

MiniCPM5 ZeroGPU migration
147e220

spagestic commited on

Fix string formatting in tool_display_title function for URL handling
a960f0b

spagestic commited on

fix empty research findings
fc6d1ba

spagestic commited on

Compact Chat Tool UI is implemented
35be521

spagestic commited on

Todo schema updated, Carousel UI scroll fix
450f57c

spagestic commited on

Richer Globe Research Popups is implemented
a5da148

spagestic commited on

Profile-based chat titles are implemented
dbdb569

spagestic commited on

Chat history rename and delete are implemented
4c5a050

spagestic commited on

parallel research carousel UI
b3e01f2

spagestic commited on

Formatted Chat And Map Details
8746eb1

spagestic commited on

Structured Final Synthesis
9cf61f5

spagestic commited on

Robust Planner Discovery Workflow
493a57c

spagestic commited on

nodes modularized
0c930e9

spagestic commited on

chore: update README to reflect new LangGraph workflow and enhanced research process
fe52b47

spagestic commited on

fix: messages shown in the chat UI
fd9dc38

spagestic commited on

REMOVED: os.environ["GRADIO_NUM_PORTS"] = "20"
79db033
verified

spagestic commited on

Update README.md
de369e1
verified

spagestic commited on

cleaned-up requirements.txt
f84face
verified

spagestic commited on

Update requirements.txt
14f2875
verified

spagestic commited on

langgraph integration
b23426c

spagestic commited on

todo: langgraph integration
9d4c4db

spagestic commited on

langchain example
8639ef8

spagestic commited on

Add gradioStream SSE reader in gradio_api.js and wire runChat in app.js to live updates
4b7fa35

spagestic commited on

Surface think/reasoning as Thinking messages and add tool args/results to metadata.log in tools.py and respond.py
5b5d9ca

spagestic commited on

Make /chat a generator: stream_chat in server_api.py, generator api_chat in app.py, chunked final-answer yields in streaming.py
39fd04c

spagestic commited on

Add Gradio API integration and refactor app.js. Introduced gradioPredict function for API calls, enhancing chat functionality and session management.
eb5680f

spagestic commited on

Implement versioned asset loading and enhance homepage response. Added API endpoint for intake choices.
a95a8b3

spagestic commited on

Added header controls and client-side chat histor. Assistant messages now render as markdown
9befa59

spagestic commited on

Clicking an example now fills the form fields instead of sending to chat.
89cf883

spagestic commited on

Enhance form layout in index.html by adding example prompts section and adjusting persona list display. Update CSS for form examples and persona list styling to improve user experience.
8ca57c5

spagestic commited on

auth button fixed
1c4c2e7

spagestic commited on

right panel now toggles between two full-height views
a9deb6d

spagestic commited on

Removed the citizenship & languages field
0c56308

spagestic commited on

Revise header section in index.html to enhance user experience. Updated the main title to a more descriptive format and added a brief description of the service offered. Removed redundant hero section from the main workspace.
6a786e6

spagestic commited on

errors fixed
79f7888

spagestic commited on

Fix starlette pin for Gradio 6.16.0 on Spaces.
126c573

spagestic Cursor commited on

Update authentication prompts to direct users to the new Server-mode login link and adjust chat messages accordingly following the removal of the Gradio sidebar.
cb3c4f4

spagestic commited on

Point auth prompts at the Server-mode login link.
44f0c67

spagestic Cursor commited on

Add custom HTML/JS frontend for gradio.Server mode.
85c5933

spagestic Cursor commited on

Add gradio.Server entrypoint and queued API adapters.
b466a63

spagestic Cursor commited on

Bump Gradio to 6.16.0 for gradio.Server support.
9edf795

spagestic Cursor commited on

Refactor response handling and tool execution in the agent module for improved clarity and maintainability.
864b105

spagestic commited on