Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kaifronsdal/transcript-viewer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 git@github.com: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