451 Commits

Author SHA1 Message Date
Johan Holm baf439f6c3 Merge branch 'main' of https://github.com/a-holm/OpenManus into separate-config-examples 2025-03-19 11:02:42 +01:00
Johan Holm 59a92257be Merge branch 'main' of https://github.com/a-holm/OpenManus into fix-for-search-rate-limits 2025-03-19 10:50:25 +01:00
Sheng Fan f25ed7d49e Merge pull request #839 from fred913/main
fix(browser_use_tool): reimplement screenshot logics to get JPEG data
2025-03-19 17:03:15 +08:00
Sheng Fan 44243a1b97 fix(browser_use_tool): reimplement screenshot logics to get JPEG data 2025-03-19 16:57:12 +08:00
mannaandpoem 3c7e378969 Merge pull request #797 from fred913/main
Several improvements
2025-03-19 15:53:29 +08:00
Sheng Fan b9df45bc68 chore(app/tool): remove constructor in LocalFileOperator 2025-03-19 15:44:06 +08:00
Sheng Fan d644d976b0 fix: pre-commit 2025-03-19 14:12:46 +08:00
Sheng Fan 7e3609f19f chore(file_operators): use utf-8 as default encoding 2025-03-19 14:10:07 +08:00
Sheng Fan 94e2ab7c86 fix(llm): accept empty choices as valid response and handle that case gracefully 2025-03-19 14:09:46 +08:00
Sheng Fan 4ea7f8e988 merge: main from upstream 2025-03-19 13:34:43 +08:00
Sheng Fan d7b3f9a5c3 fix(pr-autodiff): make sure compare does correctly 2025-03-19 13:32:31 +08:00
liangxinbing b7dcbfecb3 update extract_content action for BrowserUseTool 2025-03-19 13:27:08 +08:00
liangxinbing 402355533c format code 2025-03-19 13:24:49 +08:00
liangxinbing 7b38dd7fbc update format_messages 2025-03-19 13:24:12 +08:00
mannaandpoem d5a662cbcc Merge pull request #828 from minbang930/update/config-api-type-description
update api_type field description to include Ollama
2025-03-19 13:02:49 +08:00
Isaac 8c85ea16a2 Merge pull request #805 from via007/add_bing_search
add bing search
2025-03-19 10:25:22 +08:00
minbang930 1279d77cca update api_type field description to include Ollama
Clarify the description of the api_type field in LLMSettings to accurately
reflect all supported types including Azure, OpenAI, and Ollama.
This makes the documentation consistent with the example configuration.
2025-03-19 10:52:58 +09:00
via b9fdade6e4 Apply black and isort formatting 2025-03-19 09:15:51 +08:00
via 47adb33bd9 Apply black and isort formatting 2025-03-19 09:13:47 +08:00
a-holm 855caad4d9 Merge branch 'fix-for-search-rate-limits' of https://github.com/a-holm/OpenManus into fix-for-search-rate-limits 2025-03-18 21:53:34 +01:00
a-holm 95e3487402 Merge branch 'main' of https://github.com/a-holm/OpenManus into fix-for-search-rate-limits 2025-03-18 21:47:16 +01:00
Johan A. Holm fe44fe726d Merge branch 'main' into fix-for-search-rate-limits 2025-03-18 20:51:45 +01:00
mannaandpoem f518fc59b7 Merge pull request #623 from zyren123/main
print the token used information
2025-03-18 23:23:26 +08:00
liangxinbing 421e962258 add workspace_root for Config and update Manus 2025-03-18 23:00:13 +08:00
liangxinbing dc42bd525a add BrowserAgent and update Manus 2025-03-18 22:51:27 +08:00
Sheng Fan 2fad2904d7 ci(pr-autodiff): add Chinese explicit shot 2025-03-18 21:10:43 +08:00
liangxinbing 99f1f054e4 change python:3.10 to python:3.12 for docker image 2025-03-18 20:52:42 +08:00
Johan Holm ba05d625fd fix spelling error 2025-03-18 11:32:50 +01:00
seeker 1204d841ae fix: fix bug 2025-03-18 17:56:29 +08:00
seeker 4df605e8db Merge remote-tracking branch 'upstream/main' into sandbox 2025-03-18 17:24:57 +08:00
Sheng Fan 0654d36e40 ci: update Markdown issue templates to forms 2025-03-18 17:23:09 +08:00
via b62bf92e19 modified bing search 2025-03-18 16:57:29 +08:00
Johan Holm c7858c2eb4 Make sure to only include fallback search engines 2025-03-18 09:53:30 +01:00
Sheng Fan 3d5b09222e Merge branch 'main' of https://github.com/mannaandpoem/OpenManus 2025-03-18 16:28:40 +08:00
Sheng Fan 91b1d06f9c ci(top-issues): Enable top bugs & feature requests 2025-03-18 16:27:54 +08:00
Johan Holm 19b24cbdf7 Separate files for each type provider 2025-03-18 09:24:51 +01:00
via b95244a60b add bing search 2025-03-18 15:40:25 +08:00
xiangjinyu 3d7d553476 add example.txt in workspace 2025-03-18 14:59:51 +08:00
xiangjinyu 2e661d486d modify manus prompt and directory 2025-03-18 14:56:05 +08:00
xiangjinyu cc550af04b edit str_replace_editor.py 2025-03-18 14:25:23 +08:00
Sheng Fan cf7d6c1207 chore(app): Update error logging to use exception details 2025-03-18 13:36:15 +08:00
Sheng Fan ca612699ec refactor(app): explicitly specify LLM request parameters to allow typing 2025-03-18 11:53:47 +08:00
Sheng Fan aa512fac6e refactor(app): Complete exception logging in LLM.ask 2025-03-18 11:46:35 +08:00
zhiyuanren e39046d175 Added message limit to the function "add_messages" to ensure that the number of messages does not exceed the maximum limit. 2025-03-18 11:12:59 +08:00
zyren123 f474290395 Merge branch 'mannaandpoem:main' into main 2025-03-18 09:46:10 +08:00
Sheng Fan 7703ea2cf7 Merge pull request #775 from fred913/main 2025-03-18 08:27:05 +08:00
liangxinbing 2509bc30c4 update ToolCallAgent and Manus 2025-03-18 02:39:11 +08:00
liangxinbing c3203e7fa3 update BrowserUseTool 2025-03-18 02:38:56 +08:00
liangxinbing 91d14a3a47 update llm, schema, BaseTool and BaseAgent 2025-03-18 02:31:39 +08:00
liangxinbing 5cf34f82df remove WebSearch tool for Manus 2025-03-17 23:51:16 +08:00