Skip to main content

Meeting Agents

OpenHuman can serve as your meeting assistant, recording, transcribing, and summarizing meeting content.

Features

  • Real-time Transcription - Convert meeting audio to text
  • Speaker Identification - Distinguish between different speakers
  • Auto Summary - Generate meeting summaries and action items
  • Memory Storage - Save to memory tree for later retrieval

Supported Platforms

PlatformSupport
Google Meet✅ Via browser control
Zoom✅ Via integration
Microsoft Teams✅ Via integration
Local Microphone✅ Native support

Configuration

Add Calendar Integration

[integrations.google_calendar]
enabled = true
client_id = "your-client-id"
client_secret = "your-client-secret"

Meeting Assistant Settings

[meeting]
auto_join = false
auto_summary = true
save_to_memory = true

Usage Flow

1. Set Up Meeting

Create a meeting in your calendar and add OpenHuman as a participant.

2. Auto Join

When the meeting starts, the Meeting Agent automatically joins and begins recording.

3. Real-time Transcription

Microphone → STT → Transcription Text → Agent Processing

4. Generate Summary

After the meeting ends, the Agent automatically generates:

  • Meeting summary
  • Key discussion points
  • Action items
  • Follow-up items

5. Store to Memory

Meeting content is automatically saved to the memory tree, so you can say:

  • "What was discussed in the last meeting"
  • "What action items do I have this week"

Privacy Note

  • Meeting content is stored locally by default
  • End-to-end encryption can be configured
  • Auto-deletion periods can be set

Next Steps