This website requires JavaScript.
Explore
Help
Sign In
awesome-bookmarks
/
OpenManusHiDpiFix
Watch
3
Star
0
Fork
0
You've already forked OpenManusHiDpiFix
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
af46bfada20abca12c512259cc3e0532d3206325
OpenManusHiDpiFix
/
app
/
agent
T
History
Johan A. Holm
af46bfada2
Merge branch 'mannaandpoem:main' into fix-error-with-cleaning-up
2025-03-29 21:35:48 +01:00
..
__init__.py
temporarily remove CoTAgent and PlanningAgent
2025-03-29 15:52:10 +08:00
base.py
fix: fix bug
2025-03-18 17:56:29 +08:00
browser.py
Merge branch 'mannaandpoem:main' into fix-error-with-cleaning-up
2025-03-29 21:35:48 +01:00
manus.py
I have implemented a fix to asyncio resource leak errors when the script finishes. A cleanup method has been added to the agent hierarchy (ToolCallAgent, BrowserAgent, Manus), and main.py now ensures this cleanup is called using a try...finally block before the program exits. This should prevent the ValueError: I/O operation on closed pipe exceptions by properly closing browser resources.
2025-03-26 11:08:51 +01:00
mcp.py
update mcp_tools to mcp_clients
2025-03-20 09:02:28 +08:00
react.py
init project
2025-03-06 22:57:07 +08:00
swe.py
temporarily remove CoTAgent and PlanningAgent
2025-03-29 15:52:10 +08:00
toolcall.py
Update toolcall.py
2025-03-29 16:02:28 +08:00