browser-use
LLM agent にブラウザを操作させるためのライブラリ/ツール。web-ui を起動して試す構成。
git clone https://github.com/browser-use/web-ui
asdf local python 3.11.11
uv venv && uv pip install -r requirements.txt
playwright install
cp .env.example .env
uv run python webui.py --ip 127.0.0.1 --port 7788llm-agent-pattern の tool として「Web を操作する手足」を agent に与える系。Playwright でブラウザを駆動する。
関連: jina.ai
Web ページをテキスト化して LLM-friendly にするサービス。.text で title / description / url / content を返す(code: 200, status: 20000)。browser-use が「操作」なら jina.ai は「取得・整形」側の道具。