browsing 0.1.2

Lightweight MCP/API for browser automation: navigate, get content (text), screenshot. Parallelism via RwLock.
Documentation
1
2
3
4
5
# Architecture

For comprehensive architecture documentation, see [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md).

Quick reference: the project follows a modular, trait-based design with `browser/`, `agent/`, `dom/`, `tools/`, `actor/`, and `llm/` modules.