Commit graph

53 commits

Author SHA1 Message Date
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
a7m-1st
6aeff827aa feat: use proj id for history & replay 2025-10-13 01:29:03 +03:00
Saedbhati
32bdaba4dd update 2025-10-10 16:09:16 +05:30
Saedbhati
6f36829c93 update 2025-10-10 10:05:44 +05:30
a7m-1st
4b3d1f1f9b fix: sync camel_task & return trigger "end" for proper handling 2025-10-09 19:59:53 +03:00
a7m-1st
66953e5ce0 enhance: reuse same event loop for queued tasks 2025-10-09 14:04:41 +03:00
a7m-1st
40fb95020b enhance: update step_solve TaskAction handling 2025-10-09 03:55:59 +03:00
a7m-1st
f31b9d1ad9 feat: get_or_create_task_lock 2025-10-09 03:22:08 +03:00
a7m-1st
c3a50b891c feat(action): new task state action 2025-10-09 01:04:28 +03:00
a7m-1st
e4ac3e1f50 feat: update event loop to use project_id, thus all frontend endpoints 2025-10-08 21:08:15 +03:00
a7m-1st
4d2a77f8af feat: update backend endpoints 2025-10-08 21:03:25 +03:00
Saedbhati
08143704f7 enhance: log system 2025-10-08 14:50:07 +05:30
Wendong-Fan
8243120a9e fix: ask remains “Running” after forced exit and reopening issue 434 2025-10-06 15:46:59 +08:00
Wendong-Fan
9a0bc3714d fix: await usage 2025-09-06 07:43:28 +08:00
Wendong-Fan
1917d599e6 Merge branch 'main' into eigent-test-v1 2025-09-06 05:56:00 +08:00
luo
38f150346d task assignment add failure count 2025-08-27 17:12:39 +08:00
a7m-1st
1fcc294ffd fix: add await keywoard to the coroutine 2025-08-25 07:14:14 +03:00
luo
40215925e0 remove clean up task 2025-08-21 21:02:17 +08:00
luo
81a08445ee when exception, don't stop program, send message to user 2025-08-21 17:34:52 +08:00
luo
7c95d0a7af remove empty content task 2025-08-15 18:41:56 +08:00
luo
e649de20be fix: avoid task not found bug 2025-08-11 17:30:12 +08:00
Wendong-Fan
19b886bda8 Fix: remove unused log, support new camel version (#104) 2025-08-08 19:07:25 +08:00
luo
b80997e53c fix task pending bug 2025-08-08 18:32:30 +08:00
luo
387819147f remove no need log 2025-08-08 10:02:35 +08:00
Wendong-Fan
af2c754c9a bug fix and feature enahcement 2025-08-04 10:26:49 +08:00
Wendong-Fan
39c4274b52 fix: workforce could be none 2025-07-31 00:10:24 +08:00