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
Wendong-Fan
ddada3e642
Revert "feat: add model type autocomplete with api based suggestions and plat…" ( #1352 )
2026-02-24 02:02:46 +08:00
intelliking
a0b2d5d751
feat: add model type autocomplete with api based suggestions and plat… ( #1204 )
...
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-02-22 03:01:38 -08:00
Wendong-Fan
5ca2caf557
feat: support grok,mistral,sambanova ( #1321 )
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-02-21 14:15:01 +08:00
Angel98518
e675dec712
feat: enhance model validation with detailed error messages and diagnostics ( #1155 )
...
Co-authored-by: Gittensor Contributor <contributor@gittensor.io>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: bytecii <994513625@qq.com>
2026-02-17 15:53:48 -08:00
Wendong-Fan
5e3f46a32b
revert: codex feature ( #1240 )
2026-02-12 21:20:32 +08:00
Dream
3e57ffdf79
feat: add OpenAI Codex OAuth PKCE install flow ( #1129 )
...
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: bytecii <994513625@qq.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-12 20:20:35 +08: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
Tong Chen
09200a8cf6
fix: use current attachments for follow-up questions instead of first… ( #1167 )
...
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
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-06 20:48:36 +08:00
Dream
ce782762e8
chore: upgrade backend Python to 3.11 ( #1142 )
...
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-05 05:24:52 +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
Wendong-Fan
24b785ef81
chore: futher add more time for running ( #994 )
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-21 09:51:43 +08:00
Wendong-Fan
e385532dea
enhance: Chore/optimize workforce construct PR970
2026-01-20 08:02:46 +08:00
puzhen
8ec82050ed
optimize
2026-01-19 23:31:43 +00:00
puzhen
81bb3b555f
Merge branch 'enhance/cleanup-terminal-env' into chore/optimize_workforce_construct
...
Merged cleanup features:
- Delete task lock on SSE timeout
- Cleanup terminal env (venv) on close session
- Register toolkits for cleanup when task ends
2026-01-19 23:26:59 +00:00
puzhen
d755a3edc1
clean code
2026-01-19 23:03:30 +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
eigent
b272dbbfda
chore: map zai to openai compatible
2026-01-16 23:11:06 +00:00
a7m-1st
a2b0a04bd8
enhance: delete tasklock on timeout
2026-01-16 18:30:24 +03:00
Wendong-Fan
92ca857921
chore: adjust timeout setting
2026-01-16 03:51:40 +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
Sun Tao
1b00270a23
Update chat_controller.py
2025-11-21 00:38:34 +08:00
Sun Tao
973fc385fd
Update chat_controller.py
2025-11-21 00:36:45 +08:00
Tao Sun
747c0d3795
chore: fix calendar token save path ( #720 )
2025-11-20 21:22:45 +08:00
Sun Tao
3212377130
update
2025-11-20 21:04:41 +08:00
Wendong-Fan
4161871b86
Improve logging with structured output across backend services
...
- Add detailed structured logging in Workforce initialization and task execution
- Include task metadata, API task IDs, and execution context in log entries
- Enhance error logging with better context and exception info
- Standardize log format across workforce, health controller, and other components
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 14:43:31 +08:00
Wendong-Fan
28025ea8d4
update
2025-11-14 16:13:16 +08: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
4adae03c89
Merge branch 'main' into add_timeout
2025-11-11 16:44:02 +08:00
Wendong-Fan
fce5297b9b
Merge remote-tracking branch 'origin/main' into st_calenfar_fix
2025-11-10 15:31:11 +08:00
Puzhen Zhang
f224f0f3fb
Merge branch 'main' into enhance/browser_data_import
2025-11-07 18:28:16 +01:00
Sun Tao
32d486e249
Merge branch 'main' into st_calenfar_fix
2025-11-07 16:40:39 +08:00
Wendong-Fan
03f8b1d246
enhance: add SSE timeout handling and improve logging PR614
2025-11-07 14:46:27 +08:00
Puzhen Zhang
d6ddff67c7
Merge branch 'main' into enhance/browser_data_import
2025-11-06 21:10:00 +01:00
Tao Sun
09fbde0598
Merge branch 'main' into add_timeout
2025-11-06 18:54:30 +08:00
Puzhen Zhang
ae932a914a
Merge branch 'main' into chore/search_tool
2025-11-06 11:37:24 +01:00
luo
cbaa477fe8
fix(chat_controller): change SSE timeout response type from 'timeout' to 'error'
2025-11-06 12:45:40 +08:00
sw3205933776
167a745687
fix: add health check polling to ensure backend is ready before resolving
2025-11-06 11:22:36 +08:00
luo
8674827517
feat(chat_controller): add SSE timeout handling and improve logging structure
2025-11-06 11:08:14 +08:00
Wendong-Fan
27b5ecc3ff
Merge branch 'main' into fix-router-issue
2025-11-06 03:30:56 +08:00