Intermediatestable08_/_INTERMEDIATE

Podcast Show Notes

Turns a podcast transcript into structured show notes with timestamped chapters, quotables, and guest links.

Py_3.12CrewAIyoutube-transcript-apiVIEW SOURCE
# INPUT_PROMPT // SHOW_NOTES
SCHEMA: V.1.0
system@agent-archive:~$
IDLE
OUTPUT_LOG:

[IDLE] Awaiting input. Press RUN DEMO to initialize the pipeline.

LIVE_EXECUTION_LOG // podcast-show-notes0 EVENTS

[STREAM] No active execution. Trigger a run to populate the log.

/SYSTEM_INTERNALS

ARCHITECTURE

SYSTEM_ARCHITECTURE
[01]Transcript Parser
[02]Chapter Builder
[03]Notes Writer

/BACKEND_CONTRACT

PLUGGABLE RUNTIME

This demo serves a hardcoded fixture today. Set NEXT_PUBLIC_USE_REAL_BACKEND=true and the same UI will POST /api/intermediate/podcast-show-notes to a real CrewAI service - no UI change required.

/TYPED_INTERFACE

runProject(SHOW_NOTES, {
  title: string,
  transcript: string,
}) -> markdown