Commit graph

74 commits

Author SHA1 Message Date
Wendong-Fan
e385532dea enhance: Chore/optimize workforce construct PR970 2026-01-20 08:02:46 +08:00
puzhen
645591bef5 fix potential bug 2026-01-19 23:19:11 +00:00
puzhen
d755a3edc1 clean code 2026-01-19 23:03:30 +00:00
puzhen
438913cc93 parallel optimize 2026-01-19 22:47:55 +00:00
puzhen
c25b38fdde update workforce construct to parallel initialization 2026-01-19 22:24:47 +00:00
puzhen
1ff0432e47 update to clone env 2026-01-19 21:05:57 +00:00
Tong Chen
fad696349a
chore: adjust timeout setting (#859) 2026-01-19 14:05:16 +08:00
Wendong-Fan
3e97f60335 minor fix 2026-01-17 04:46:09 +08:00
Wendong-Fan
978efddb65 chore: rename search agent into browser agent 2026-01-17 04:26:30 +08:00
Wendong-Fan
92ca857921 chore: adjust timeout setting 2026-01-16 03:51:40 +08:00
Wendong-Fan
a8da8b4aaa fix: stream output 2026-01-09 03:25:05 +08:00
Wendong-Fan
24de6ec892 Reapply "feat: Stream mode task spliting (#767)"
This reverts commit 7d9e14185d.
2025-12-18 07:14:44 +08:00
Wendong-Fan
7d9e14185d Revert "feat: Stream mode task spliting (#767)"
This reverts commit 16ac0d86fc, reversing
changes made to 4ce792627c.
2025-12-18 07:13:24 +08:00
Wendong-Fan
6cb68177f5 enhance: Stream mode task spliting PR767 2025-12-18 06:35:16 +08:00
Sun Tao
d8c888a1d8 Update chat_service.py 2025-12-05 15:47:56 +08:00
Sun Tao
5055069f59 feat: Add streaming task decomposition (backend only)
- Add streaming callbacks (on_stream_batch, on_stream_text) to workforce
- Implement background task decomposition in chat_service
- Support streaming task decomposition progress to frontend
- Add coordinator context support for multi-turn conversations
- Restore important logging from main branch
2025-11-25 15:06:22 +08:00
puzhen
fd04703c77 preserve task.lock 2025-11-22 17:29:44 +08:00
puzhen
90858a8500 update 2025-11-21 23:47:46 +08:00
a7m-1st
a73c6c6777 enhance: handle error properly on end 2025-11-16 02:25:24 +03:00
a7m-1st
3e1075308f enhance: revert to generate task summary on each turn 2025-11-16 01:18:49 +03:00
a7m-1st
c1cd127ae7 re-fix: don't set current task on simple task 2025-11-13 03:46:27 +03:00
a7m-1st
d2411e7fd9 enhance: update sync step id on new chat, improve api & new_task queue 2025-11-12 23:46:18 +03:00
Wendong-Fan
d92892d624 enhance: queue breaks chatBox PR580 2025-11-08 12:30:33 +08:00
a7m-1st
5090d663f8 fix: remove queues messages when workforce not started 2025-10-24 01:45:04 +03:00
a7m-1st
47b1d8569a fix: user message not showing on quick tasks (when using queue) 2025-10-23 23:51:33 +03:00
puzhen
a47357e8e6 update 2025-10-21 18:42:24 +01:00
puzhen
57b0668239 fix:multi turn files 2025-10-21 18:32:20 +01:00
puzhen
dc9dd3cbd7 fix: question confirm 2025-10-21 17:22:24 +01:00
puzhen
f8f78ac059 update 2025-10-21 11:01:32 +01:00
Wendong-Fan
7600f7567f Merge remote-tracking branch 'origin/main' into feat-multi-turn-#419 2025-10-21 00:48:06 +08:00
Puzhen Zhang
826745244e
Merge branch 'feat-multi-turn-#419_wd' into enhance-multiturn-project-filesystem 2025-10-20 17:20:44 +01:00
a7m-1st
64f25579d9 fix: dynamic folder path for new workforc instances 2025-10-20 19:19:43 +03:00
a7m-1st
ef17133235 feat: support changing work_dir while in event loop 2025-10-20 18:34:04 +03:00
Wendong-Fan
f2b9fda3af Merge branch 'main' into enhace_loggin
Resolved conflicts in:
- backend/app/service/chat_service.py: Kept main's improved question_confirm with timeout handling
- backend/app/utils/listen/toolkit_listen.py: Kept main's enhanced imports and auto_listen_toolkit decorator

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 22:35:44 +08:00
puzhen
49c8c96a70 update conversation histort 2025-10-20 14:56:29 +01:00
puzhen
4749acb3f0 update 2025-10-19 23:17:13 +01:00
Wendong-Fan
5690b35829 enhance: add time out for question_confirm PR526 2025-10-20 04:45:20 +08:00
puzhen
bea6b7634c update 2025-10-19 17:10:53 +01:00
a7m-1st
6e7d5f1bc3 fix: reintroduce wait_confirm bug 2025-10-19 18:19:11 +03:00
puzhen
ad4b7f9009 update conversation constraint 2025-10-19 13:51:14 +01:00
puzhen
5792bc49a3 update 2025-10-19 12:38:23 +01:00
puzhen
99de24d43d update 2025-10-18 20:52:59 +01:00
puzhen
5ab908a9e0 update 2025-10-18 17:30:27 +01:00
puzhen
bc114f39ce update multi turn 2025-10-18 14:33:02 +01:00
Wendong-Fan
3f0e0c36f4 enhance: multi-turn conversion memory 2025-10-18 16:51:18 +08:00
Sun Tao
6d0126d76a Update chat_service.py 2025-10-17 14:09:42 +08:00
Saedbhati
40779bf1e5 update server logs 2025-10-16 21:05:09 +05:30
Ahmed Awelkair A
1437636364
Apply suggestion from @Saedbhati
Co-authored-by: Saed Bhati <105969318+Saedbhati@users.noreply.github.com>
2025-10-15 18:22:52 +03:00
a7m-1st
52ac4d7dce enhance: unify replay project 2025-10-13 04:16:04 +03:00
a7m-1st
f1f6d68f0d feat: skip task 2025-10-13 03:04:55 +03:00