Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
AI Daily News Show
End-to-end orchestrator for daily AI news show production: crawl → rank → script → capture → voice → video → publish.CLI Quickstart
Use in Your App (SDK)
Input Schema
Output Schema
Pipeline Stages
| Stage | Recipe Used | Description |
|---|---|---|
| crawl | ai-news-crawler | Gather news from sources |
| dedupe | ai-news-deduper | Remove duplicates |
| rank | ai-signal-ranker | Rank by signals |
| enrich | ai-context-enricher | Add context |
| select | - | Select top stories |
| script | ai-script-writer | Generate scripts |
| capture | ai-screenshot-capture | Capture visuals |
| voiceover | ai-voiceover-generator | Generate audio |
| video | ai-broll-builder | Build B-roll |
| merge | ai-video-merger | Combine audio/video |
| bundle | ai-publisher-pack | Create packages |
Human Approval
Sethuman_approval: true to pause at the story selection stage for manual review.
Environment Variables
| Variable | Required | Description |
|---|---|---|
| OPENAI_API_KEY | Yes | For all AI features |
| TAVILY_API_KEY | Optional | For web search |

