文件历史

提交图

128 次代码提交

作者 SHA1 备注 提交日期
Jiayi Zhang d0cf79b6f4 Add E2B SandBox Support.
Pre-commit checks / pre-commit-check (push) Failing after 1s
Add E2B sandbox for code execution, and basic Sandbox for computer use.
2025-07-15 21:57:14 +08:00
ryantzr1 8597ef4925 fix: sanitize MCP tool names for OpenAI API compliance
Tool names with invalid characters (slashes, dots) from server paths
were causing OpenAI API 400 errors. Added sanitization to ensure
names match required pattern ^[a-zA-Z0-9_-]{1,64}$.

Fixes #1143
2025-05-29 22:54:36 +08:00
Jiayi Zhang 7cd3057dda Merge pull request #1139 from 666haiwen/feat/add_agent_in_runflow
Feat/add data analysis agent in runflow
2025-05-27 15:41:33 +08:00
ZJU_czx cb33ca3fea feat: add data_analysis_agent into run_flow && using puppeteer instead of canvas in package 2025-05-22 12:04:09 +08:00
liangxinbing 36627a12e2 format code 2025-05-07 11:55:10 +08:00
JK_Lu 0810b28d9d BUGFIX: FIX MCPAgent Bug 2025-05-02 21:25:20 +08:00
ZJU_czx 0158c7233e fix: fix wrong resolved url in pacakges-lock.json 2025-04-27 16:29:58 +07:00
liangxinbing 0c3f39836f delete useless tools and prompt 2025-04-22 23:12:55 +08:00
ZJU_czx f162d629a6 refactor: refactor code by pre-commit 2025-04-22 18:54:22 +08:00
ZJU_czx 3928a5dc8b refactor: remove useless code 2025-04-22 16:37:33 +08:00
ZJU_czx 42ba8ac51f feat: update demo and fix spec string bug in chart visualization 2025-04-22 16:29:21 +08:00
ZJU_czx 8dc281f637 feat: refactor code to prepare merge into main 2025-04-22 10:43:56 +08:00
ZJU_czx f917597d0d Merge remote-tracking branch 'upstream/main' into feat/data_visualization_hackathon 2025-04-22 09:54:22 +08:00
Xinbing Liang 7abe2949a7 Merge pull request #116 from Randool/dev/add_human_interact
feat: Adding human interaction functionality to Manus
2025-04-16 21:32:20 +08:00
Yizhou df9312dfca remove session close 2025-04-15 18:12:54 +08:00
Yizhou ead168d56c fix cancel scope issue 2025-04-15 18:05:23 +08:00
Yizhou db3c293683 catch mcp cancel scope issue 2025-04-15 16:57:15 +08:00
Yizhou baee2ea1e2 make sure tool is not repetitively added because mcp servers may provide the same tool 2025-04-15 16:56:19 +08:00
Yizhou f65bd9bbf5 1. support multiple mcp servers
2. allow manus agent to connect to mcp servers whilst keeping the local tool set
3. include automatic mcp config loading
2025-04-14 12:18:04 +08:00
ZJU_czx b09f51ec64 feat: update readme and demo data 2025-04-03 22:59:17 +08:00
ZJU_czx a66cd94532 feat: cdn update to default 2025-04-03 21:22:21 +08:00
ZJU_czx 391ca78207 feat: add default params + transfer vchart.min.js to cdn 2025-04-03 21:20:28 +08:00
ZJU_czx 0971678eef Revert "feat: optimize chart generation file name"
This reverts commit f1cad2f69e.
2025-04-03 21:09:13 +08:00
ZJU_czx 951e2856b6 Revert "feat: revert insights hint in next steps"
This reverts commit 9dbc2306c8.
2025-04-03 21:09:03 +08:00
ZJU_czx 9dbc2306c8 feat: revert insights hint in next steps 2025-04-03 19:30:31 +08:00
ZJU_czx f1cad2f69e feat: optimize chart generation file name 2025-04-03 18:48:41 +08:00
ZJU_czx ca63cb1b32 feat: update prompt and test of hack demo 2025-04-03 17:58:11 +08:00
ZJU_czx 8c101e1738 fix: fix bse64 png show error 2025-04-03 14:00:50 +08:00
ZJU_czx 1c8bd4e1f7 fix: fix package.lock bnpm issus 2025-04-02 18:07:09 +08:00
ZJU_czx 19204ca8a7 feat: update hack_demo to data analysis agent 2025-04-02 17:35:42 +08:00
ZJU_czx cf1500aa7d feat: update hack_demo 2025-04-02 17:31:22 +08:00
ZJU_czx acc6ac69e1 Merge remote-tracking branch 'upstream/main' into feat/data_visualization_hackathon 2025-04-02 17:27:42 +08:00
ZJU_czx 5fd3baaf77 feat: update vmind version 2025-04-02 17:25:32 +08:00
ZJU_czx 9f0a647357 feat: update prompt of data analysis agent 2025-04-02 17:10:07 +08:00
ZJU_czx 7db2887373 Merge remote-tracking branch 'origin/feat/data_visualization_hackathon' into feat/data_visualization_hack_czx 2025-04-02 14:22:39 +08:00
ZhangZixunCodeSpace 40d5c83edc Feat: delete unrequired part in data analysis tool 2025-04-02 13:02:28 +08:00
ZJU_czx 84aec2c5ac feat: update prompt and hint 2025-04-01 20:13:51 +08:00
ZJU_czx eb844fdf2e feat: add specInsight func / language params in data visualization tool 2025-04-01 19:41:48 +08:00
ZhangZixunCodeSpace 5ecb2405d3 Feat: Update data preprocessing and exploration function in data analysis tool 2025-04-01 16:46:29 +08:00
liangxinbing f616c5d43d update _BROWSER_DESCRIPTION 2025-03-31 21:30:01 +08:00
ZJU_czx b8bd822b39 Merge branch 'feat/data_visualization_hackathon' into feat/data_visualization_hackathon_zzx 2025-03-31 20:49:39 +08:00
ZhangZixunCodeSpace 49d1e99728 feat(zzx): add data preprocessing module 2025-03-31 20:31:37 +08:00
ZJU_czx 0a4dce5522 fix: remove wrong default prompt in function tool 2025-03-31 17:45:23 +08:00
ZJU_czx d3313a6b39 feat: update data analysis agent prompt and output content 2025-03-31 17:34:33 +08:00
liangxinbing ec18292c8e update web_search action 2025-03-31 00:30:01 +08:00
liangxinbing f4ad612a47 update WebSearch and DeepResearch 2025-03-31 00:16:31 +08:00
liangxinbing 94426f1a0d update DeepResearch, ResearchSummary and WebContentFetcher 2025-03-30 23:54:36 +08:00
liangxinbing 8629c0a4e9 update extract_content action for BrowserUseTool 2025-03-30 23:22:49 +08:00
liangxinbing 5e479d7777 update deep_research.py 2025-03-30 23:04:32 +08:00
liangxinbing 2435469f29 remove unused tools 2025-03-30 17:05:34 +08:00