Commit graph

30 commits

Author SHA1 Message Date
puzhen
43da58ff4d fix: move shutil import to top and raise error if npx not found on Windows 2026-03-03 11:51:30 +00:00
puzhen
be2f4e9678 Merge branch 'fix/browser_cookies' into fix/windows-npx-createprocess-cmd 2026-03-03 11:46:31 +00:00
puzhen
0c26365415 fix browser login 2026-03-02 15:35:21 +00:00
puzhen
367cbd8ac3 fix: resolve npx path on Windows for browser login launch
On Windows, subprocess.Popen uses CreateProcess which cannot execute
.cmd files directly. This causes FileNotFoundError when launching the
Electron login browser via bare "npx" command in the packaged app.

Fix by:
- Resolving npx path via ~/.eigent/bin/npx.cmd or shutil.which fallback
- Wrapping the command with cmd.exe /d /s /c on Windows
- Ensuring ~/.eigent/bin is on PATH for the spawned process

Closes #1376
2026-03-01 23:15:11 +00:00
Dream
ba47db8a84
refactor: move toolkit from utils to agent module (#1045) (#1171)
Co-authored-by: bytecii <994513625@qq.com>
2026-02-06 15:22:21 -08:00
Wendong-Fan
893f51fc82
chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
bytecii
42ce1d96be
refactor: format python backend code (#1132)
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-03 21:40:28 +08:00
Dream
ebb4ca00ac
feat: Add LinkedIn OAuth integration with CAMEL-AI toolkit (#1104)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-01-31 03:05:02 +08:00
bytecraftii
49e148a2f9
Add langfuse and update logger (#952)
Co-authored-by: bytecraftii <bytecraftii@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-01-25 08:13:07 +08:00
Ahmed Awelkair A
33829f2c1e
feat: copyright header pre-commit (#1053)
Co-authored-by: 4pmtong <web_chentong@163.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-01-24 08:22:20 +08:00
Puzhen Zhang
5da9493737
Fix: windows utf 8 encoding (#1000)
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-01-22 10:08:58 +08:00
Sun Tao
3212377130 update 2025-11-20 21:04:41 +08:00
Wendong-Fan
fce5297b9b Merge remote-tracking branch 'origin/main' into st_calenfar_fix 2025-11-10 15:31:11 +08:00
Sun Tao
32d486e249 Merge branch 'main' into st_calenfar_fix 2025-11-07 16:40:39 +08:00
Puzhen Zhang
d6ddff67c7
Merge branch 'main' into enhance/browser_data_import 2025-11-06 21:10:00 +01:00
Archie818
80042edef9 refactor: remove tags from APIRouter initialization in chat, model, task, and tool controllers 2025-11-03 16:55:51 +00:00
Archie
aaccfcc7a2 refactor: update router registration and change tool_controller tag from "task" to "tool" 2025-10-31 16:38:29 +00:00
Sun Tao
3c3c304ceb Update tool_controller.py 2025-10-27 14:41:52 +08:00
puzhen
cf147b4646 update 2025-10-22 15:01:28 +01:00
Sun Tao
b99f826903 update 2025-10-22 17:02:15 +08:00
Sun Tao
0ed8a7e39f Merge branch 'main' into st_calenfar_fix 2025-10-22 14:40:29 +08:00
puzhen
614c0d9eab update 2025-10-21 23:24:48 +01:00
puzhen
dea1a926ce enhance: browser data import 2025-10-21 23:24:48 +01:00
Saedbhati
40779bf1e5 update server logs 2025-10-16 21:05:09 +05:30
Sun Tao
dffd615018 update 2025-10-16 00:48:00 +08:00
Saedbhati
32bdaba4dd update 2025-10-10 16:09:16 +05:30
Saedbhati
6f36829c93 update 2025-10-10 10:05:44 +05:30
Saedbhati
08143704f7 enhance: log system 2025-10-08 14:50:07 +05:30
Sun Tao
f0081a54ac update 2025-09-19 13:00:47 +08:00
puzhen
723df5a03e Initial commit of eigent-main 2025-08-12 01:16:39 +02:00