A web-based viewer for AI conversation transcripts with rollback support
npm install @kaifronsdal/transcript-viewerA web-based viewer for AI conversation transcripts with support for rollbacks, branching conversations, and detailed analysis.
``bash`
npx @kaifronsdal/transcript-viewer@latest --dir ./transcripts -f
`bash`
npx @kaifronsdal/transcript-viewer@latest --host 0.0.0.0 --port 8080 --dir /workspace/transcripts -f
RunPod Setup:
1. Create a new RunPod instance
2. Expose port 8080 in your RunPod configuration
3. Upload your transcript files to /workspace/transcripts/ (or specify a different directory)
4. Run the command above
5. Access your service via the RunPod public URL
If you want to develop or customize the viewer:
bash
git clone git@github.com:safety-research/alignment-auditing-agent.git
cd alignment-auditing-agent
git checkout -b website
npm install
`$3
`bash
npm run dev
`$3
`bash
npm run build
`$3
`bash
npm run preview
``