Adapted browser-use on Cogents stack.
Project description
cogents-browser-use
AI-powered browser automation adapted from browser-use on the Cogents stack.
Installation
pip install -e ".[dev]"
Quick Start
from cogents_bu import Agent, BrowserProfile
agent = Agent(
task="Your task description here",
max_steps=50,
browser_profile=BrowserProfile(headless=False)
)
await agent.run()
See examples/ for more usage examples.
Development
make install # Install dependencies
make test # Run tests
make format # Format code
make lint # Run linters
License
MIT License - see LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cogents_browser_use-0.1.1.tar.gz
(226.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cogents_browser_use-0.1.1.tar.gz.
File metadata
- Download URL: cogents_browser_use-0.1.1.tar.gz
- Upload date:
- Size: 226.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1900a226733b4c2d3fa7ec549b6c513e6e1ba4d5d03abfd1af40d686fb43b4a
|
|
| MD5 |
9c619b59a497f40b7888903e002c07a8
|
|
| BLAKE2b-256 |
220dc048a6f04ff18c26b0362342df1a33f8abaaf72ee31238947beea6b3f980
|
File details
Details for the file cogents_browser_use-0.1.1-py3-none-any.whl.
File metadata
- Download URL: cogents_browser_use-0.1.1-py3-none-any.whl
- Upload date:
- Size: 252.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1161647b9ab484b4fddf696c659e9bc9b1d8013153fa906480d9cc3536f36751
|
|
| MD5 |
f65832a304fdcd602ff0916a5befb252
|
|
| BLAKE2b-256 |
83a32ba6eadbf0b9bc34ce00876c5b9bd46ed38ec3e0c25f393f92826ebcf33f
|