提交

提交图

479 次代码提交

作者 SHA1 备注 提交日期
Jiayi Zhang be1e22c79c Merge pull request #1101 from CZH-THU/main
Pre-commit checks / pre-commit-check (push) Failing after 0s
feat:Support A2A protocol
2025-07-14 14:30:37 +08:00
GhostC c37a145edc specify a2a-sdk version 2025-07-11 23:14:27 +08:00
GhostC c37100846b parse host&port with argparse and reformat files 2025-06-25 19:03:02 +08:00
GhostC 8faab601e7 feat:support A2A protocol 2025-06-24 22:19:38 +08:00
GhostC e499149ac4 Merge branch 'FoundationAgents:main' into main 2025-06-11 09:04:28 +08:00
Jiayi Zhang 36713cda62 Merge pull request #1145 from ryantzr1/main
fix: sanitize MCP tool names for OpenAI API compliance
2025-06-09 16:22:09 +08:00
Jiayi Zhang 151082099b Merge pull request #1153 from Kunlun-Zhu/main
Add prompt input parser into main.py
2025-06-05 23:49:57 +08:00
Kunlun Zhu e1499ee1f6 fixing isort errors 2025-06-05 09:30:27 -05:00
Kunlun Zhu 7b59b64f77 add prompt input parser into main.py 2025-06-05 09:23:21 -05: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
GhostC b386fec6b9 [feat]:Support A2A protocol with a2a-sdk 2025-05-28 20:15:03 +08:00
GhostC fe690ec0c3 Merge branch 'main' of https://github.com/CZH-THU/OpenManus 2025-05-28 19:30:51 +08:00
GhostC 1886c72cf2 Merge branch 'FoundationAgents:main' into main 2025-05-28 19:29:28 +08:00
GhostC 1952af4b2d Merge branch 'main' of https://github.com/FoundationAgents/OpenManus 2025-05-28 19:04:46 +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 6c89485694 fix: refactor code by pre-commit 2025-05-22 15:17:46 +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
GhostC 415a45f466 Merge branch 'FoundationAgents:main' into main 2025-05-21 15:09:45 +08:00
Jiayi Zhang d901a98064 Update Project URL. 2025-05-20 17:53:27 +08:00
GhostC 303f736dd5 Merge branch 'FoundationAgents:main' into main 2025-05-10 10:50:26 +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
GhostC 390ac132b8 add requirements.txt 2025-05-01 19:18:56 +08:00
GhostC 8d23b06e46 use factory to create Manus Agent instance dynamically 2025-04-28 23:01:58 +08:00
GhostC f457ec8462 use Manus.create() to create instance 2025-04-27 22:46:05 +08:00
GhostC 03a1bd8586 Merge branch 'mannaandpoem:main' into main 2025-04-27 21:56:49 +08:00
ZJU_czx 0158c7233e fix: fix wrong resolved url in pacakges-lock.json 2025-04-27 16:29:58 +07:00
Xinbing Liang b9f6534315 Merge pull request #1104 from zoe-yyx/simplify-code
Simplify return statement in count_image by removing redundant comments
2025-04-27 01:44:49 +08:00
yxyang a77823636f remove comments 2025-04-26 15:14:57 +08:00
GhostC 3dfb21d1e3 Change README 2025-04-24 22:53:35 +08:00
GhostC 638f155a10 Support A2A protocol 2025-04-24 22:43:40 +08:00
Xinbing Liang 8593116982 Merge pull request #1085 from zhenjunMa/delete_duplicate_code
delete duplicate code
2025-04-22 23:27:10 +08:00
liangxinbing 0c3f39836f delete useless tools and prompt 2025-04-22 23:12:55 +08:00
Xinbing Liang 18844dd108 Merge pull request #1097 from 666haiwen/feat/chart-visualization
feat: add data analysis agent to do data process / data report / chart generation / ... tasks
2025-04-22 23:04:41 +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
ZJU_czx 90d60d673a feat: resize steps limits 2025-04-22 09:53:56 +08:00
古今 fe56b80c8e delete duplicate code 2025-04-20 00:04:51 +08:00
Sheng Fan f760ebfb15 chore(github): correct config.yml 2025-04-17 14:47:55 +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
Xinbing Liang 7326cca450 Merge pull request #1061 from cyzus/feat-include-mcp-in-manus-agent
Manus Agent to include MCP tools
2025-04-16 21:00:29 +08:00
Xinbing Liang 8592c631a2 Merge pull request #1067 from cnJasonZ/feat/ppio-config-example
feat: add config example for PPIO
2025-04-15 18:29:38 +08:00
cnJasonZ 82838bd3b4 feat: add config example for PPIO 2025-04-15 18:24:49 +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 597691befa avoid repetitive mcp tool adding 2025-04-15 17:18:46 +08:00
Yizhou db3c293683 catch mcp cancel scope issue 2025-04-15 16:57:15 +08:00