OTHER·중요도 5·2026. 05. 13.·r/programming

Sandboxed agent runs for GitHub repos with replayable video output

── KO ──────────────────

GitHub 레포를 위한 샌드박스 에이전트 실행과 동영상 기록을 실험하고 있습니다.

에이전트가 GitHub 레포를 요약하는 대신, 샌드박스에서 실행하여 실제 터미널/브라우저 세션을 기록하는 방법을 실험하고 있습니다. 이 방식은 텍스트 요약에서 숨겨진 많은 정보를 드러내며, 에이전트의 실행 과정을 시각적으로 재생할 수 있는 비디오 결과물을 제공합니다. 향후 오픈 소스를 계획하고 있으며, 사용자들이 이러한 '시각적 증거'가 에이전트 워크플로에 유용하다고 생각하는지 궁금합니다.


── EN ──────────────────

Experimenting with sandboxed agent runs for GitHub repos, recording terminal/browser sessions as replayable videos.

The article discusses an experimental workflow where coding agent runs are made more observable by running them in a sandbox against GitHub repositories. Instead of just summarizing the repo, it records the entire terminal/browser session, producing a replayable video that showcases the execution path leading to the final output. The author is curious about users’ opinions on the usefulness of such 'visual evidence' in agent workflows compared to traditional logs or traces. There are plans to open source this tool soon.

원문 보기 →목록으로