forked from terdessa/tech-europe-london-june-2026
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-transcript.json
More file actions
25 lines (25 loc) · 2.72 KB
/
Copy pathsample-transcript.json
File metadata and controls
25 lines (25 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"meetingId": "m_demo",
"utterances": [
{ "speaker": "Maya", "ts": 1719500000, "text": "Welcome everyone. Let's go over where we are on the Flash build before the demo tonight." },
{ "speaker": "Alex", "ts": 1719500015, "text": "Sounds good. I'll keep notes as we go." },
{ "speaker": "Maya", "ts": 1719500030, "text": "Our total budget is 5000 pounds. We already spent 500 on hosting and expect around 1000 for AI APIs." },
{ "speaker": "Alex", "ts": 1719500050, "text": "So roughly three and a half thousand left to play with. That includes margin for surprise costs." },
{ "speaker": "Maya", "ts": 1719500070, "text": "We should use Google Meet because live media access is the clearest demo story." },
{ "speaker": "Alex", "ts": 1719500090, "text": "Agreed. The LiveKit room stays as our fallback if the Meet bot fights us." },
{ "speaker": "Maya", "ts": 1719500110, "text": "The agent should listen to the meeting and create diagrams on the shared workspace." },
{ "speaker": "Alex", "ts": 1719500130, "text": "Right, and the diagram surface lives on the web page, not inside Meet itself." },
{ "speaker": "Maya", "ts": 1719500150, "text": "Generated PNGs should be stored in object storage, not directly in the database." },
{ "speaker": "Alex", "ts": 1719500170, "text": "I'll set up an S3-compatible bucket and we'll just store the URL in SQLite." },
{ "speaker": "Maya", "ts": 1719500190, "text": "Superlinked should power semantic retrieval and reranking over the transcript and prep docs." },
{ "speaker": "Alex", "ts": 1719500210, "text": "Yeah, that's the wedge. Keyword search alone won't find paraphrased questions." },
{ "speaker": "Maya", "ts": 1719500230, "text": "P3 retrieves context from P2, reasons with Gemini, and returns either an answer or Mermaid diagram code." },
{ "speaker": "Alex", "ts": 1719500250, "text": "And the wake word is hey flash, fuzzy match, case-insensitive." },
{ "speaker": "Maya", "ts": 1719500270, "text": "P4 renders all visuals on the web workspace and polls the events feed." },
{ "speaker": "Alex", "ts": 1719500290, "text": "I'll also wire the post-meeting Q&A box on the same page so we don't ship two apps." },
{ "speaker": "Maya", "ts": 1719500310, "text": "Alex will wire P3 to the retrieval endpoint before the final demo." },
{ "speaker": "Alex", "ts": 1719500330, "text": "Confirmed. I'll do that right after lunch and run a paraphrased query through it." },
{ "speaker": "Maya", "ts": 1719500350, "text": "Last thing: Aikido scans the repo at the end, so no secrets ever land in commits." },
{ "speaker": "Alex", "ts": 1719500370, "text": "Env vars only, .env is gitignored, and we ship a .env.example. We're good." }
]
}