[2026-05-31] personal-os notes, psychologist-app planning

This commit is contained in:
Alexey Martemyanov
2026-05-31 04:01:42 +06:00
parent 7c25371d03
commit c5f2d6bb14
24 changed files with 566 additions and 71 deletions
@@ -1,4 +1,11 @@
---
title: "Zoom AI Transcript Export"
aliases:
- "Zoom transcript"
- "zoom-ai-transcript-export"
- "Zoom automation"
created: '2026-05-11'
updated: '2026-05-31'
tags:
- zoom-ai-transcript-export
- personal-os
@@ -6,6 +13,9 @@ tags:
- zoom
- pgvector
- webhook
related:
- "[[personal/projects/personal-os/executor-security-analysis]]"
- "[[personal/projects/personal-os/hermes-calendar-access]]"
---
# Automating Zoom AI Meeting Transcript/Summary Export
@@ -51,3 +61,9 @@ Given existing infra (PostgreSQL + pgvector knowledge base, VPS with reverse tun
**Option 3 (webhook) → pgvector** is highest-leverage. Webhook handler on the VPS receives `meeting.summary_completed`, calls the summary + transcript endpoints, writes to pgvector for retrieval by your knowledge agent.
Fallback: Option 2 (polling) if webhook setup is blocked by network/firewall.
---
## Связанные заметки
- [[personal/projects/personal-os/executor-security-analysis|Executor Security Analysis]]
- [[personal/projects/personal-os/hermes-calendar-access|Hermes Calendar Access]]