Skip to content

Add third-party conversation source imports#16

Draft
gnirpaz wants to merge 2 commits into
mainfrom
cursor/third-party-conversation-import-d513
Draft

Add third-party conversation source imports#16
gnirpaz wants to merge 2 commits into
mainfrom
cursor/third-party-conversation-import-d513

Conversation

@gnirpaz

@gnirpaz gnirpaz commented Jun 11, 2026

Copy link
Copy Markdown
Member

Summary

  • add a new first-class Conversation model that supports both agentic and imported sources
  • store and expose flexible import metadata including sourceSystem, sourceReference, importedAt, occurredAt, startedAt, endedAt, transcript text, recording URLs, attachments, tags, and arbitrary metadata
  • add board-scoped conversation APIs:
    • GET/POST /api/boards/[boardId]/conversations
    • GET/PATCH/DELETE /api/boards/[boardId]/conversations/[conversationId]
  • integrate conversations into the board client data flow and SSE updates
  • add a new Conversations tab + page to import and review third-party conversations alongside existing agentic board data

Follow-up UX improvements

  • add provider presets (zoom, gong, google-meet, teams, phone-call, manual-notes)
  • add source type selector (imported / agentic) and controlled import type picker
  • add transcript file ingest from local files (.txt, .md, .vtt, .srt, .json, .csv) that appends into transcript content
  • add list filtering and search (query + import type + source)
  • fix empty-board behavior so direct navigation to /conversations still shows the import UI

Demo video

conversation-import-demo.webm

Validation

  • npm run build
  • npm run lint ⚠️ currently fails on an existing react-hooks/set-state-in-effect rule in src/hooks/use-board-data.ts (pre-existing pattern), unrelated to this feature’s runtime behavior

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Guy Nirpaz <guy.nirpaz@gmail.com>
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentboard Ready Ready Preview, Comment Jun 11, 2026 7:55pm

Request Review

Co-authored-by: Guy Nirpaz <guy.nirpaz@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants