Johan A. Holm
|
af46bfada2
|
Merge branch 'mannaandpoem:main' into fix-error-with-cleaning-up
|
2025-03-29 21:35:48 +01:00 |
|
Jeffrey95
|
a8625ee5d9
|
fix: infinite loop in simple question until max_step is reached
|
2025-03-28 00:03:15 +08:00 |
|
Johan Holm
|
e86ce6d79f
|
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 |
|
liangxinbing
|
dc42bd525a
|
add BrowserAgent and update Manus
|
2025-03-18 22:51:27 +08:00 |
|