Home / Companies / LllamaIndex / Blog / Post Details
Content Deep Dive

Create a Meeting Notetaker Agent for Notion with LlamaIndex and Zoom RTMS

Blog post from LllamaIndex

Post Details
Company
Date Published
Author
Tuana Çelik
Word Count
815
Language
English
Hacker News Points
-
Summary

Zoom's newly released Real-Time Meeting Streaming (RTMS) functionality enables real-time access to live meeting data, which can be harnessed by AI agents to build responsive applications. The integration of RTMS with LlamaIndex's event-driven agent workflows allows for the creation of intelligent tools, such as a live meeting assistant that records action items and generates summaries directly into Notion. This example highlights the development of an agent that sets up a Notion page upon meeting commencement, records to-dos during the meeting, and provides a summary post-meeting using a structured sequence of events and steps. Although the current implementation effectively demonstrates this capability, there is potential for further enhancements, such as more precise attendee tracking and improved call-end logic.