Saltar a contenido

Installation

Bash
pip install apogee-ai-browser

Verify

Python
import apogee_ai_browser
print(apogee_ai_browser.__version__)

Optional extras

The base install has no required third-party dependency. Each extra unlocks one adapter.

Extra Pulls in
playwright playwright>=1.40
httpx httpx>=0.27
html beautifulsoup4>=4.12
Bash
pip install "apogee-ai-browser[playwright]"
Bash
pip install "apogee-ai-browser[all]"
Bash
pip install -e modules/ai_browser[dev]