Evidence goal
- Public file verification without private credentials.
- Download or file evidence that downstream code can process.
- Artifact hygiene: store IDs and source URLs, not bulky file contents in the answer.
Setup
Use the CLI with a configured model profile. The example starts from a publicgovinfo.gov PDF URL.
Run it from the CLI
Expected output
Build it into an app
Production notes
- Domain policy:
govinfo.gov. - Treat downloaded files as untrusted input.
- Store artifact IDs and source URLs with the job.
- Do not put bulky file contents in a final answer.
Inspect
- Artifacts for captured file evidence.
- Recording for replay.
- Status if the PDF fails to load.
- Debug UI for visible document state.
Cleanup
The CLI agent closes browsers it creates. If you saved downloaded files locally, delete or archive them according to your retention policy.Common failures
- If the PDF viewer opens but no download is captured, use the final URL and visible metadata as evidence.
- If the file is large or slow, keep file processing outside the agent response and hand the artifact to deterministic code.