Documentation
¶
Overview ¶
agent-run-web-loop demos an automated inspect → report loop for agent-run web.
Flow per run:
- optional: go run ./script/install
- build agent-run (+ optional llm-mock-run-grok)
- start agent-run web on :8192 (or reuse if already healthy)
- loop: health check → playwright-debug probe → screenshot/status report
Usage (from repo root):
go run ./script/debug/agent-run-web-loop go run ./script/debug/agent-run-web-loop -install -loops=3 go run ./script/debug/agent-run-web-loop -reuse-web -loops=5 -out=/tmp/web-loop go run ./script/debug/agent-run-web-loop -no-mock # real grok on PATH
Requires playwright-debug on PATH.
Click to show internal directories.
Click to hide internal directories.