Files
diarization-ui/app.py
wb ce40a3376f feat(diarization-ui): prompt pipeline on upload + email delivery
- Upload page: select and reorder prompts via drag & drop; after
  transcription each prompt runs sequentially, feeding its output
  into the next prompt in the chain
- After the last pipeline step the final document is optionally sent
  as a Markdown attachment via SMTP to selected recipients
- Settings: new SMTP configuration section (host, port, user,
  password, sender, STARTTLS toggle)
- Settings: managed list of email recipient addresses (add/delete)
- DB migrations: jobs.pipeline_prompt_ids, jobs.email_to,
  email_addresses table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 14:19:31 +02:00

105 KiB