Browser Use
Integration with browser-use
Browser Use is a specialized sub-agent mechanism designed for navigating websites, extracting data, filling forms, and performing various actions. Thanks to its intelligently structured design, it works seamlessly with most LLMs and achieves high scores in the Voyager benchmark.
If the agent you are designing needs to browse websites or interact with them, you can easily integrate Browser Use both locally and within the Secure Runtime using BeaconLabs.
Note: Computer Use is not supported in DeepSeek models at this time.
Installation Steps
Install Browser Use:
Install Playwright:
Example Usage
Last updated