analyze_transcript
Analyzes transcripts to extract topic, sentiment, and sensitivity flags, then outputs a publish/review/block decision with confidence scores for safe publishing.
Instructions
Run a transcript through Jev (System One decision model) for structured analysis: topic membership, sentiment, sensitivity flags (profanity/violence/medical-advice/financial-advice/…), and a publish gate (publish / review / block). The agent gets typed labels, not prose. Always check publish_gate + confidence before publishing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categories | No | Optional custom topic categories. Defaults to tech/business/education/entertainment/news/health/politics/sports. | |
| transcript | Yes | The transcript text to analyze (output of transcribe_media / transcribe_file). |