Commit graph

76 commits

Author SHA1 Message Date
4pmtong
59db343218 🐛 fix #873 search agent rename to browser agent 2026-01-18 17:24:21 +08:00
Tong Chen
793e25d255
Disable parallel tool calls for search agent & fix azure api (#873)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
2026-01-18 12:07:55 +08:00
Wendong-Fan
978efddb65 chore: rename search agent into browser agent 2026-01-17 04:26:30 +08:00
a7m-1st
01eecf3aa5 enhance: simplify loop 2026-01-16 14:18:40 +03:00
LuoPengcheng
43e597298c Disable parallel tool calls for search agent & fix azure api 2026-01-16 13:47:17 +08:00
puzhen
bb670c2728 chore browser tools 2026-01-15 22:56:08 +00:00
Sun Tao
e83c3093ae update 2026-01-13 23:43:46 +08:00
Wendong-Fan
04ae6d773e update camel version to 0283a5 with updated workforce prompt and task fail setting
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
2026-01-10 04:27:21 +08:00
Wendong-Fan
a8da8b4aaa fix: stream output 2026-01-09 03:25:05 +08:00
Wendong-Fan
877506c7c6 minor fix 2026-01-03 02:43:33 +08:00
puzhen
1673b4215c remove redundent 2026-01-02 01:51:54 +00:00
puzhen
0fb1c3df38 check tool is sync or async before tool.async_call() 2026-01-02 01:39:19 +00:00
puzhen
e82fd03221 remove send_message_to_user 2026-01-02 00:27:03 +00:00
puzhen
064b7e866a fix/terminal tool call 2026-01-01 21:40:18 +00:00
Tao Sun
47084a9ec5
Merge branch 'main' into stream_mode 2025-12-29 16:26:32 +08:00
Sun Tao
96322180a9 Update agent.py 2025-12-29 11:44:17 +08:00
Wendong-Fan
01a898d10d bump up camel version to 0283a0 2025-12-29 09:19:48 +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
Wendong-Fan
9e40e979be
Merge branch 'main' into stream_mode 2025-12-18 06:18:54 +08:00
Puzhen Zhang
e14dc1070c
Merge branch 'main' into fix/logger 2025-12-12 16:22:27 +01:00
puzhen
7208d40746 update 2025-12-12 16:21:54 +01:00
Sun Tao
216b9c7686 Merge branch 'main' into stream_mode 2025-12-05 15:42:01 +08:00
Wendong-Fan
7f05df26db bug fix 2025-12-03 07:45:44 +08:00
Wendong-Fan
b1661651eb feat: workforce support configurable error handling 2025-12-02 22:07:34 +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
Wendong-Fan
1164c411fa update to camel version 0279 2025-11-14 14:38:38 +08:00
Sun Tao
0ed8a7e39f Merge branch 'main' into st_calenfar_fix 2025-10-22 14:40:29 +08:00
Wendong-Fan
7600f7567f Merge remote-tracking branch 'origin/main' into feat-multi-turn-#419 2025-10-21 00:48:06 +08:00
a7m-1st
64f25579d9 fix: dynamic folder path for new workforc instances 2025-10-20 19:19:43 +03:00
Wendong-Fan
26276bfe97 enhance: Fully integrate Traceroot, enhace log system PR485 2025-10-20 23:53:37 +08: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 Zhang
28837b4c96
Merge branch 'feat-multi-turn-#419' into feat-multi-turn-#419_wd 2025-10-19 17:17:04 +01:00
a7m-1st
f05f2eff22 Merge remote-tracking branch 'origin/main' into feat-multi-turn-#419 2025-10-18 21:42:23 +03:00
Wendong-Fan
3f0e0c36f4 enhance: multi-turn conversion memory 2025-10-18 16:51:18 +08:00
puzhen
4249ca0777 Merge branch '0.2.77' of github.com:eigent-ai/eigent into 0.2.77 2025-10-17 09:42:51 +01:00
puzhen
65814cc1c5 remove_search_exa 2025-10-17 09:42:27 +01:00
Puzhen Zhang
21e7501499
Merge branch 'main' into 0.2.77 2025-10-17 09:31:47 +01:00
Tao Sun
1f092cfccd
Merge branch 'main' into tool_schema_temporary-fix 2025-10-17 12:07:34 +08:00
puzhen
4acde36e4b update 2025-10-16 22:23:18 +01:00
Saedbhati
40779bf1e5 update server logs 2025-10-16 21:05:09 +05:30
Sun Tao
bad04c915c Update agent.py 2025-10-16 14:58:56 +08:00
Sun Tao
e0c16f9dbb update 2025-10-16 14:57:27 +08:00
puzhen
d75d64e833 update 2025-10-15 18:58:34 +01:00
Sun Tao
bf3d20a030 update 2025-10-15 13:10:57 +08:00
Sun Tao
eca8110452 Update agent.py 2025-10-15 10:52:41 +08:00
Saedbhati
32bdaba4dd update 2025-10-10 16:09:16 +05:30
Saedbhati
6f36829c93 update 2025-10-10 10:05:44 +05:30