web_data_pipelines/ ├── main.py # CLI entry point (click) ├── config/ # Settings, logging, portal YAML configs ├── core/ │ ├── browser/ # Browser lifecycle, fingerprints, proxy │ ├── anti_detection/ # ...
The agent opens a real website, observes page elements at runtime, makes decisions based on what it sees, and logs its actions and reasoning. The goal of this project is not full automation, but to ...