Commit Graph

99 Commits

Author SHA1 Message Date
meshkatshb
2d2aa0d689 feat: add default config to load from hard-code instead of a file 2025-01-22 11:58:49 +03:30
meshkatshb
704ea646ca feat: added configuration tab with load config from file and save current config to a file buttons with status 2025-01-22 11:51:55 +03:30
meshkatshb
b540b35823 refactor: remove unnecessary comment 2025-01-22 10:21:46 +03:30
meshkatshb
aec4779bd2 feat: now reads configs from config.pkl file and show in the UI 2025-01-20 16:56:37 +03:30
vvincent1234
7bbf2d66b6 hotfix font error and stream error 2025-01-16 09:46:27 +08:00
meshkatshb
d2513a920e hotfix: exception handling missing a value 2025-01-14 18:12:03 +03:30
meshkatshb
845d5dde30 feat: add agent history file to org agents 2025-01-14 17:48:27 +03:30
meshkatshb
4b64685988 refactor: remove agent history as a button and make it only a file in results tab 2025-01-14 17:38:10 +03:30
meshkatshb
bbf9feac1f refactor: create agent history file based on agent_<ID> 2025-01-14 17:22:37 +03:30
meshkatshb
36649f352c feat: add Agent History feature to save into file and download option in Result. 2025-01-13 22:39:43 +03:30
vvincent1234
ae475235b9 update requirements 2025-01-13 21:31:37 +08:00
katiue
28f140f60e not supressing anymore 2025-01-13 14:28:40 +07:00
katiue
095fe3f59f suppress socket error 2025-01-13 14:21:45 +07:00
katiue
00f5ea6301 merge new version 2025-01-13 14:10:33 +07:00
katiue
10d499b121 minor changes 2025-01-13 02:48:46 +07:00
katiue
fcc67d37e2 headless streaming function 2025-01-13 02:15:51 +07:00
katiue
8967be7a77 latest recording file display 2025-01-12 22:03:07 +07:00
katiue
995628619a fix bug 2025-01-12 21:14:08 +07:00
katiue
29194d2706 fix bug 2025-01-12 21:13:33 +07:00
katiue
0657be239a fiding bug 2025-01-12 20:40:05 +07:00
InCoB
a329614ce7 feat(custom-agent): Implement stop button functionality for custom model - Introduce AgentState singleton class for custom model stop management - Add graceful stop handling in CustomAgent with state preservation - Enhance WebUI with stop button integration (custom model only) - Implement last valid state tracking for safe interruption - Add async Event-based stop request mechanism - Note: Stop functionality currently only works with custom agent type 2025-01-12 13:35:50 +00:00
katiue
f39b15483f reduce changes 2025-01-12 20:27:33 +07:00
katiue
b10a6061c8 reduce changes 2025-01-12 20:25:35 +07:00
katiue
9ed66a05e6 fix bug 2025-01-12 20:18:52 +07:00
katiue
f371e4e78d resolve with new webui 2025-01-12 20:13:55 +07:00
katiue
772863762c Merge remote-tracking branch 'upstream/main' into stream_function 2025-01-12 20:05:26 +07:00
katiue
92069a5bb4 new stream function without the need to modify custom context 2025-01-12 19:57:24 +07:00
vvincent1234
db73db1f7c fix macos cannot use own browser 2025-01-11 16:30:31 +08:00
warmshao
b00ebf5ee4 Merge pull request #81 from vvincent1234/fix/default_api_key
remove default api key
2025-01-11 11:17:04 +08:00
vvincent1234
ed38f5bb7e remove default api key 2025-01-11 11:12:34 +08:00
katiue
585800f3c7 reduce amount of changes for merge 2025-01-11 00:07:49 +07:00
katiue
9acd566a1b reduce amount of changes for merge 2025-01-11 00:04:03 +07:00
katiue
7a86580397 optimize code 2025-01-11 00:00:14 +07:00
katiue
808d40cd73 optimize code 2025-01-10 23:55:00 +07:00
katiue
4c1240ccb5 reduce amount of changes for merge 2025-01-10 23:45:23 +07:00
katiue
9d73c89adc reduce amount of changes for merge 2025-01-10 23:33:07 +07:00
katiue
ea71a896ae merge util files and remove duplicated library import 2025-01-10 22:18:46 +07:00
warmshao
5ba0ca5cad Merge pull request #77 from MeshkatShB/chore/clean-code-llm-provider
Chore/clean code llm provider
2025-01-10 23:14:06 +08:00
katiue
98f345da98 reduce number of changes for easier merge purpose 2025-01-10 22:04:22 +07:00
katiue
0c950775e3 error boundary for streaming 2025-01-10 21:58:06 +07:00
katiue
ed3a04553d resolve conflict with new webui version - implement docker 2025-01-10 21:47:16 +07:00
meshkatshb
8198d68e4d revert changes 2025-01-10 18:00:10 +03:30
meshkatshb
d988bf1c95 revert changes 2025-01-10 17:59:20 +03:30
meshkatshb
dab1693bce refactor(chore): read llm provider and model from dictionary 2025-01-10 17:39:58 +03:30
meshkatshb
a877812cab Merge branch 'llmconf/set-default-provider' of github.com:MeshkatShB/browser-web-ui 2025-01-10 17:14:01 +03:30
warmshao
9c3b1c7257 Merge pull request #74 from MeshkatShB/llmconf/set-default-provider
feat: add llm provider and model default value to supperss `UserWarning`
2025-01-10 21:33:59 +08:00
meshkatshb
ab0ba4589b feat: add openai provider and mode dropdown menu 2025-01-10 17:01:15 +03:30
meshkatshb
ee98946057 Merge branch 'llmconf/set-default-provider' of github.com:MeshkatShB/browser-web-ui 2025-01-10 14:04:45 +03:30
meshkatshb
91f89e7045 feat: initialize browser and close it to resolve UnboundLocalError. 2025-01-10 13:55:10 +03:30
meshkatshb
517c8e0cf8 feat: add default value to supperss UserWarning 2025-01-10 13:24:44 +03:30