Back to Astron Agent

AI Radio Podcast Generator

examples/ai-radio-podcast/README.md

1.0.9854 B
Original Source

AI Radio Podcast Generator

Give it a topic and it writes a radio-style podcast script and narrates it — a multi-node workflow that chains scripting, segmentation, and speech synthesis.

How it works

start → LLM (script) → segmentation → TTS → output. The LLM drafts the episode, later nodes split it into segments and synthesize narration.

Dependencies

  • Models: a Spark chat model for scripting (credentials scrubbed)
  • Plugins / skills: text-to-speech
  • Knowledge bases: none

Import & run

  1. In Astron Agent: create a workflow → Import → choose workflow.yml.
  2. Replace the YOUR_API_KEY / YOUR_API_SECRET / YOUR_APP_ID placeholders with your own credentials.
  3. Run it with any topic.

All API keys, secrets, and app ids in the exported DSL were replaced with placeholders before publishing.