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
Puzhen Zhang
4264b17fb4
Merge branch 'main' into chore/search_tool
2025-11-03 18:56:49 +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
Sun Tao
760c09b9f6
Merge branch 'main' into st_calenfar_fix
2025-11-03 17:12:08 +08:00
Wendong-Fan
4793686e75
minor format fix
2025-11-03 05:13:58 +08:00
LuoPengcheng
7d18a59430
sync log/task name
2025-11-02 01:23:56 +08: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
ed87a473e7
clean search tool
2025-10-22 16:27:16 +01: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
e40e6fde49
update
2025-10-21 23:24:48 +01:00
puzhen
dea1a926ce
enhance: browser data import
2025-10-21 23:24:48 +01: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
a7m-1st
da65d3a520
enhance: start chat after replay
2025-10-20 01:38:12 +03:00
puzhen
5792bc49a3
update
2025-10-19 12:38:23 +01:00