agbrowse 문서

첫 실행

자동화 전에 로컬 브라우저 계약을 확인합니다.

agbrowse는 숨겨진 브라우저 상태를 가정하지 않습니다. CDP port에 연결하고 현재 target을 읽으며, 필요한 browser/provider 조건이 없으면 fail closed합니다.

체크리스트

agbrowse status --json
agbrowse tabs --json
agbrowse web-ai status --vendor chatgpt --json

Search smoke test

독립 검색 파이프라인이 정상 작동하는지 확인합니다. 기본적으로 브라우저 없이 실행됩니다 (--browser never는 HTTP-only fetch로 제한).

agbrowse search "agbrowse npm package" --json --browser never

결과에 evidenceStatussufficient 또는 partial이면 fetch ladder와 evidence scorer가 정상 동작하는 것입니다.

Fail-closed smoke

AGBROWSE_WEB_AI_AUTO_START=0 \
agbrowse web-ai code --vendor gemini --prompt x --json