From 52cd273050b5a535bd57ccfbcce23f464581e6c1 Mon Sep 17 00:00:00 2001 From: "sazed-bot[bot]" <257607474+sazed-bot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:26:34 +0000 Subject: [PATCH] Add Real-Time Meeting Transcription and Notes Generator recipe --- ...ing-transcription-and-notes-generator.json | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 recipes/real-time-meeting-transcription-and-notes-generator.json diff --git a/recipes/real-time-meeting-transcription-and-notes-generator.json b/recipes/real-time-meeting-transcription-and-notes-generator.json new file mode 100644 index 0000000..3fd37b7 --- /dev/null +++ b/recipes/real-time-meeting-transcription-and-notes-generator.json @@ -0,0 +1,52 @@ +{ + "id": "real-time-meeting-transcription-and-notes-generator", + "slug": "real-time-meeting-transcription-and-notes-generator", + "title": "Real-Time Meeting Transcription and Notes Generator", + "description": "A listen-only meeting agent that joins video calls, transcribes speech in real time using streaming STT, and generates structured meeting notes including summary, key points, decisions, and action items at the end of each session.", + "framework": "LiveKit Agents", + "use_case": "transcription-and-summary", + "industry": "other", + "languages": [ + "en-US" + ], + "pipeline": { + "stt": "AssemblyAI Universal-2", + "llm": "Cerebras Llama 3.3 70B", + "tts": "Cartesia Sonic Turbo", + "telephony": "Web Only" + }, + "metrics": { + "latency_p50_ms": null, + "latency_p95_ms": null, + "latency_display": null, + "cost_per_minute_usd_min": null, + "cost_per_minute_usd_max": null, + "cost_display": null + }, + "raw_prompt": null, + "prompt_file": null, + "config": { + "no_tts": true, + "description": "Listen-only agent that never speaks, only transcribes", + "passive_mode": true, + "keyterms_prompt": "Meeting vocabulary", + "max_turn_silence": 2000, + "min_turn_silence": 560 + }, + "github_source_url": "https://github.com/sampleapp-ai/assemblyai-meeting-notes-livekit", + "demo_url": null, + "tags": [ + "meeting-notes", + "transcription", + "listen-only", + "assemblyai", + "cerebras" + ], + "contributor": { + "github": "seanflyyy" + }, + "source": "github_discovery", + "created_at": "2025-05-15T10:30:00-07:00", + "updated_at": "2025-05-15T10:30:00-07:00", + "license": "Proprietary" +}