빠른 시작
설치, Chrome 시작, 페이지 점검, Web-AI 실행 순서로 확인합니다.
- 전역 설치 또는 repo의 local bin을 사용합니다.
- 보이는 UI를 제어하려면 headed Chrome을 시작합니다.
- mutate 전에 snapshot을 찍습니다.
- Web-AI는 provider와 prompt를 명시합니다.
npm install -g agbrowse
agbrowse start --headed
agbrowse navigate https://example.com
agbrowse snapshot --interactiveWeb-AI query
agbrowse web-ai query \
--vendor chatgpt \
--inline-only \
--prompt "Summarize this page and cite visible sources."코드 artifact 생성
처음 쓰는 사용자는 web-ai code부터 시작합니다. code-extract는 기존 ChatGPT conversation에 sandbox zip이 이미 있을 때 다시 회수하는 명령입니다.
agbrowse web-ai code \
--vendor chatgpt \
--model thinking \
--effort standard \
--prompt "Create a CLI todo app with tests." \
--output-zip ./result.zip