가이드
Provider Web UI 작업을 명시적 prompt와 recoverable session으로 실행합니다.
Web-AI 명령은 보이는 browser UI를 통해 동작합니다. Provider API client도 아니고 API key를 사용하지도 않습니다.
보내기 전 렌더링
agbrowse web-ai render --vendor chatgpt --prompt "Explain the plan" --jsonSend + poll
SID=$(agbrowse web-ai send --vendor chatgpt --inline-only --prompt "Analyze this" --json | jq -r .sessionId)
agbrowse web-ai poll --vendor chatgpt --session "$SID" --timeout 1200One-shot query
agbrowse web-ai query --vendor grok --inline-only --prompt "Find risks in this text"ChatGPT, Gemini, Grok는 model alias와 UI 계약이 다릅니다. 스크립트 작성 전 agbrowse web-ai --help를 확인합니다.