Open Issues Need Help
View All on GitHub🌐 Make websites accessible for AI agents. Automate tasks online with ease.
AI Summary: Debug a proxy configuration issue in the Browser-use library. The proxy settings, which previously worked in an older version (0.1.45), are no longer functioning correctly in version 0.5.4, preventing access to a website requiring proxy authentication. The task involves analyzing the provided Python code, debug logs, and potentially investigating changes in the library between versions to identify and resolve the incompatibility.
🌐 Make websites accessible for AI agents. Automate tasks online with ease.
AI Summary: The task is to debug an issue in the MCP (Model Context Protocol) client within the Browser-Use project. The client is failing to correctly handle nested object parameters when communicating with a model. The solution likely involves modifying the client's parameter handling to properly serialize and deserialize nested objects, potentially requiring adjustments to the MCP specification handling or workarounds to mitigate the issue.
🌐 Make websites accessible for AI agents. Automate tasks online with ease.