@kaifronsdal/transcript-viewer
v1.0.29
Published
A web-based viewer for AI conversation transcripts with rollback support
Downloads
137
Maintainers
Readme
Transcript Viewer
A web-based viewer for AI conversation transcripts with support for rollbacks, branching conversations, and detailed analysis.
Quick Start (One Command)
Option 1: NPX (Recommended)
Run the transcript viewer locally without cloning or building:
npx @kaifronsdal/transcript-viewer@latest --dir ./transcripts -fOption 2: RunPod Deployment
For RunPod deployment, use the following command to make the service accessible from all interfaces:
npx @kaifronsdal/transcript-viewer@latest --host 0.0.0.0 --port 8080 --dir /workspace/transcripts -fRunPod Setup:
- Create a new RunPod instance
- Expose port 8080 in your RunPod configuration
- Upload your transcript files to
/workspace/transcripts/(or specify a different directory) - Run the command above
- Access your service via the RunPod public URL
Development
If you want to develop or customize the viewer:
Prerequisites
- Node.js 18+
- npm or pnpm
Setup
git clone [email protected]:safety-research/alignment-auditing-agent.git
cd alignment-auditing-agent
git checkout -b website
npm installDevelopment Server
npm run devBuilding
npm run buildPreview Production Build
npm run preview