45 Commits

Author SHA1 Message Date
philschmid
e34e569de4 updates to prompt 2025-06-18 15:59:01 +02:00
Philipp Schmid
f586b75b46 Merge pull request #45 from smell-of-curry/patch-1
Update README.md
2025-06-18 15:40:07 +02:00
Philipp Schmid
35d7f027df Merge branch 'main' into patch-1 2025-06-18 15:40:00 +02:00
Philipp Schmid
d9c44fe764 Merge pull request #43 from nisaharan/main
Add cli example
2025-06-18 15:39:25 +02:00
Philipp Schmid
23f6aa51a9 Merge pull request #35 from dkqjrm/chore/typo
fix(docs): Correct typos and grammatical inconsistencies in docstrings/prompts
2025-06-18 15:38:29 +02:00
Philipp Schmid
3214a7e1d7 Merge pull request #17 from kahirokunn/fix/ime-input-form-submission
Fix IME input issues by implementing Ctrl/Cmd+Enter submission
2025-06-18 15:35:56 +02:00
Philipp Schmid
d3fd999cb6 Merge pull request #7 from CharlesCNorton/patch-1
Update README.md
2025-06-18 15:30:36 +02:00
Philipp Schmid
972392d3f1 Merge pull request #5 from LeaderOnePro/main
Update the Vite configuration and correct the path resolution to support file URLs.
2025-06-18 15:27:18 +02:00
Philipp Schmid
7f9597656d Merge pull request #76 from tigermlt/patch-1
Remove duplicate imports in state.py
2025-06-18 15:06:45 +02:00
Philipp Schmid
d0abbad7a2 Merge pull request #86 from 7Gamil/Improve-image-scaling-on-desktop-view
README.md: Improve image scaling on desktop view
2025-06-18 15:03:50 +02:00
Philipp Schmid
1607958641 Merge pull request #90 from cscandore/query-writer-typo
Fix a typo in query_writer_instructions response format
2025-06-18 15:03:10 +02:00
Philipp Schmid
3092013397 Merge pull request #15 from vietnamesekid/main
Refactor layout and scrolling for chat and welcome screens
2025-06-18 14:52:55 +02:00
Philipp Schmid
8304e3f563 Merge branch 'main' into main 2025-06-18 14:52:46 +02:00
Philipp Schmid
c4969e4545 Merge pull request #44 from nandsha/docs/fix-python-version-requirement
docs: Update Python version requirement in README
2025-06-18 14:50:15 +02:00
Philipp Schmid
6efccf74bb Merge pull request #109 from google-gemini/fixes
Fixes app state and returns
2025-06-18 14:39:15 +02:00
philschmid
9380323a57 fixed state and app 2025-06-18 14:35:12 +02:00
philschmid
6dab27bf19 error display 2025-06-18 12:17:50 +00:00
Philipp Schmid
e44ee7e7cb Merge pull request #103 from YishenTu/main
Fix UI/UX issues and improve scroll behavior
2025-06-16 15:31:07 +02:00
Yishen Tu
5c85818994 feat: improve UI/UX with scroll behavior and styling enhancements
- Remove white space at bottom of chat interface
- Prevent scroll bounce/overscroll behavior on all scroll areas
- Make scroll bar thinner and more subtle with low contrast
- Add hover effects for scroll bar visibility
- Clean up Docker container names for better display
- Improve overall scrolling experience and visual polish
2025-06-14 00:01:24 +08:00
Yishen Tu
a59a1981bd fix: handle undefined follow_up_queries in reflection event
Add optional chaining and fallback value to prevent TypeError when
event.reflection.follow_up_queries is undefined in onUpdateEvent handler.
2025-06-13 23:28:31 +08:00
Cody Scandore
8e6f3f576f Update prompts.py
Fix a stipulation in the query_writer_instruction response format.
2025-06-11 08:49:07 -04:00
Peter Gamil
fdb34dfb59 Improve image scaling on desktop view 2025-06-11 00:56:37 +03:00
Philipp Schmid
cf240a2c85 Merge pull request #78 from google-gemini/fix-react-serving
update react serving part
2025-06-10 03:58:29 -04:00
philschmid
128e36536a update react serving part 2025-06-10 07:51:35 +00:00
tigermlt
1c4d5a7c93 Remove duplicate imports in state.py 2025-06-09 21:28:08 -07:00
Smell of curry
26c0b47b6c Update README.md 2025-06-05 12:26:17 -04:00
Nandha Reddy
dff6596051 Update Python version requirement to match pyproject.toml
The README incorrectly stated Python 3.8+ was sufficient, but
backend/pyproject.toml requires Python >=3.11. This caused
installation errors for users with Python 3.8-3.10.

Fixes #27
2025-06-06 00:36:34 +10:00
Nisaharan Genhatharan
211c23f826 Merge pull request #1 from nisaharan/Research_agent/cli_research
Add CLI example for agent
2025-06-05 09:56:25 -04:00
Nisaharan Genhatharan
3bf5d97bc7 Add CLI example 2025-06-05 09:54:39 -04:00
Hyun-Sik Won
3da4c4e412 fix(docs): Correct typos and grammatical inconsistencies 2025-06-05 16:35:35 +09:00
kahirokunn
b0dd02b92e fix: improve IME compatibility by changing form submission to Ctrl/Cmd+Enter
- Remove automatic form submission on Enter key to prevent conflicts with IME
- Add Ctrl+Enter (Windows/Linux) and Cmd+Enter (Mac) as submission shortcuts
- Preserve native textarea behavior for line breaks with Shift+Enter
- Fix issue where Japanese/Chinese/Korean input confirmation triggered form submission
2025-06-04 18:04:35 +09:00
tranminhquang
418c72991a Refactor layout and scrolling for chat and welcome screens 2025-06-04 14:51:34 +07:00
LeaderOnePro
70c348c241 Merge branch 'main' of github.com:LeaderOnePro/deepresearch-fullstack-langgraph-quickstart 2025-06-04 13:24:35 +08:00
LeaderOnePro
c429cb2e0c Update the Vite configuration to correct the path resolution to use __dirname 2025-06-04 13:24:29 +08:00
LeaderOnePro
8dde8c6cc2 Merge branch 'google-gemini:main' into main 2025-06-04 13:22:28 +08:00
CharlesCNorton
e5386031c5 Update README.md
* Remove redundant phrasing “development during development”
* Add missing auxiliary verb in sentence about updating `apiUrl`
* Insert missing preposition in same `apiUrl` sentence (“file to your host”)
2025-06-03 11:14:13 -04:00
Philipp Schmid
fddf107e0a Merge pull request #4 from rahimnathwani/patch-1
Fix typo in prompts.py
2025-06-03 05:44:38 -07:00
LeaderOnePro
aa4fb9dd51 更新 Vite 配置,修正路径解析以支持文件 URL 2025-06-03 12:21:31 +08:00
Rahim Nathwani
806197c5a8 Fix typo in prompts.py 2025-06-02 20:24:21 -07:00
Philipp Schmid
17f8286b3e Merge pull request #2 from JayDoubleu/main
Fix Dockerfile
2025-06-02 08:37:01 -07:00
Jay W
99f745b951 Fix Dockerfile 2025-06-02 15:40:18 +01:00
philschmid
5a8f89a9de added an app picture 2025-05-29 15:51:20 -07:00
philschmid
e66233b0ec rename stuff 2025-05-29 15:49:49 -07:00
philschmid
09971ff55e init 2025-05-29 15:46:39 -07:00
Philipp Schmid
abd4403858 Initial commit 2025-05-22 13:59:02 +02:00