273 Commits

Author SHA1 Message Date
rxdaozhang
c37c6c19b5 Revert "fix pre commit hook bug"
This reverts commit 41308f3acac33b4315325f165b1e0b5221e99cd0.
2025-03-11 02:28:00 +08:00
rxdaozhang
a256d5589a Revert "try fix pre commit hook bug in app.py"
This reverts commit 2fcad5f0972fc617482fac391f2ff2beeac0bfd6.
2025-03-11 02:27:24 +08:00
rxdaozhang
2fcad5f097 try fix pre commit hook bug in app.py 2025-03-11 02:20:50 +08:00
rxdaozhang
41308f3aca fix pre commit hook bug 2025-03-11 02:18:40 +08:00
rxdaozhang
77df9772fe Merge branch 'refactor-planning' of github.com:rxdaozhang/OpenManus into refactor-planning 2025-03-11 02:15:01 +08:00
rxdaozhang
69325c701b fix multiline string SyntaxError another 2025-03-11 02:14:15 +08:00
rxdaozhang
f67af3580a fix multiline string SyntaxError 2025-03-11 02:07:04 +08:00
rxdaozhang
34ede1c082 重构:使用PlanStepStatus枚举替代硬编码status 2025-03-11 01:23:16 +08:00
liangxinbing
b3c4f5ce22 add Official Website 2025-03-10 23:43:44 +08:00
liangxinbing
bfa5a672c2 add Official Website 2025-03-10 23:36:14 +08:00
Isaac
576090439b
Merge pull request #398 from Ailerx/main
add fastapi version  in requirements.txt
2025-03-10 20:57:32 +08:00
xiangjinyu
479b47a7d6 update cite in README.md 2025-03-10 20:49:29 +08:00
xiangjinyu
9fc1ea3ee4 update cite in README.md 2025-03-10 20:48:42 +08:00
xiangjinyu
444fc91230 update cite in README.md 2025-03-10 20:46:56 +08:00
liangxinbing
b23ab9a42a update Roadmap and format code 2025-03-10 20:13:06 +08:00
Ailerx
e38e35d2ab add fastapi version in requirements.txt 2025-03-10 17:26:53 +08:00
xiangjinyu
110213a29f modify main.js to English 2025-03-10 16:24:07 +08:00
xiangjinyu
81b9bb3660 modify app.py to English 2025-03-10 16:13:24 +08:00
xiangjinyu
f2ddc63a6f modify index.html to English 2025-03-10 16:03:55 +08:00
Isaac
d661578044
Merge pull request #377 from Feige-cn/main
add manus web-ui
2025-03-10 15:45:06 +08:00
Zhaoyang Yu
8b955c7336 Update ReadMe 2025-03-10 14:55:48 +08:00
Zhaoyang Yu
1a3ae5d06b Fix H1 2025-03-10 14:39:21 +08:00
Zhaoyang Yu
c3322ee72e Fix Discord link 2025-03-10 14:36:07 +08:00
Zhaoyang Yu
a8ee4d1617 Fix discord link 2025-03-10 14:32:25 +08:00
Zhaoyang Yu
d19e7d5acd Update official discord 2025-03-10 14:22:00 +08:00
Zhaoyang Yu
186ce2d1c5 Update 2025-03-10 14:13:12 +08:00
Zhaoyang Yu
8ae3a6c77b udpate 2025-03-10 13:45:18 +08:00
飞戈
825855d13a
Delete config/config.toml 2025-03-10 12:20:21 +08:00
Feige-cn
ecdbb3b26a OpenManus简易web界面 2025-03-10 12:17:07 +08:00
xyuzh
c10600d36e update readme 2025-03-09 21:17:06 -07:00
xyuzh
60bb2ce00f update readme 2025-03-09 14:01:57 -07:00
xyuzh
7501b74030 update readme 2025-03-09 13:53:22 -07:00
liangxinbing
0345aa0e95 update Roadmap 2025-03-09 23:58:29 +08:00
liangxinbing
5703502fab update README 2025-03-09 22:28:29 +08:00
liangxinbing
915aed17d1 update logo and format code 2025-03-09 22:27:20 +08:00
liangxinbing
38bb658031 update logo 2025-03-09 21:59:17 +08:00
liangxinbing
2fe2f75c21 add author 2025-03-09 21:57:52 +08:00
xyuzh
1dfc2c41ec [test] add pytest framework prototype 2025-03-09 00:08:49 -08:00
xyuzh
06e2239b70 update readme 2025-03-09 00:06:30 -08:00
liangxinbing
b7c11a5db0 add CODE_OF_CONDUCT.md 2025-03-09 14:49:37 +08:00
mannaandpoem
abb2516bc3
Merge pull request #318 from K-tang-mkv/tx_dev
feat: improve input handling
2025-03-09 13:40:24 +08:00
gantnocap
52b67090a0 docs: improve installation guide, add uv for fast installation 2025-03-09 13:36:51 +08:00
gantnocap
85bd75d236 feat: improve input handling
- Add support for 'quit' command alongside 'exit'

- Update input prompt to show both exit options

- Enhance empty input handling to catch both empty strings and whitespace

- Replace isspace() check with more robust empty string validation

- Optimize command checking by storing lowercase result

- Improve code readability and user experience
2025-03-09 13:11:44 +08:00
xyuzh
e6ed98e53c [fix] fix overlong steps of thinking and avoid redundant steps after task completion && [add timer] set max time 1h to run the agent 2025-03-08 19:46:51 -08:00
mannaandpoem
7a9e22d093
Merge pull request #265 from fred913/main
feat(browser_use_tool): add 'get_text' action to browser use tool
2025-03-09 11:40:20 +08:00
mannaandpoem
c71ee143e2
Merge pull request #312 from Kunlun-Zhu/main
Update README.md with OpenManus-RL information
2025-03-09 11:39:26 +08:00
Kunlun Zhu
0027af217c
Update README_zh.md with OpenManus-RL information 2025-03-08 21:37:33 -06:00
Sheng Fan
0d0f8ab233 chore(browser_use_tool): fix code style according to pre-commit 2025-03-09 11:30:41 +08:00
Kunlun Zhu
cd86cda61e
Update README.md with OpenManus-RL information 2025-03-08 21:29:59 -06:00
Zhaoyang Yu
5694a5e89c update 2025-03-08 21:40:09 +08:00