Matrixly Matrixly Deploy

Meetings · Ready to use

MeetWise

Capture and action meeting outcomes for SMBs — process Zoom, Teams, or Google Meet transcripts, generate summaries and action items, update CRM, and send professional recaps with human review.

FastAPI HITL CRM map Transcript upload

1. Ingest

Upload transcript or paste Zoom / Teams / Meet export text.

2. Extract

Summary, decisions, action items, owners, deadlines, follow-ups.

3. Action

CRM-shaped updates + recap email after human approval.

Deploy on this machine

Code: agents/meet-wise · Guide: agents/meet-wise/README.md

cd agents/meet-wise
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
copy .env.example .env
python scripts/smoke_test.py
python -m src.cli serve

Map speakers to CRM owners in config.yamlcrm.owner_map.

Embed code

<iframe
  src="https://YOUR_MEETWISE_HOST/static/dashboard/index.html"
  title="MeetWise"
  style="width:100%;min-height:800px;border:1px solid #1e2a3a;border-radius:12px;">
</iframe>