Skip to content

caesar0301/cogents-browser-use

Repository files navigation

cogents-browser-use

CI PyPI version

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.

About

Adapted browser-use on Cogents stack. Vendor related features such as telemetry also removed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published