Extracts owners and deadlines from meeting transcripts, then drafts Linear follow-ups you approve.
Full install guide: Install an Eve agent.
Meeting Action Extractor is an Eve agent that reads a transcript on disk and drafts Linear issues you approve. It is for Eve developers running team operations. Preview every file on this page, then install with npx shadcn@latest add @evex/meeting-action-extractor. After install you own the files.
Extracts owners and deadlines from a meeting transcript and drafts Linear follow-ups for approval.
Ask for follow-ups from a standup or planning notes already checked out. Meeting Action Extractor searches the local transcript tree, reads the matching files, and returns Linear issue drafts with owners and dates. Nothing is filed in Linear. You review the drafts, then create the issues yourself.
You interact with it through Eve chat sessions. Linear is a read-only lookup for team and people names while it drafts. Paste a request that names a transcript or a meeting date, get structured drafts, then approve them. The agent never creates the issues.
The extract_meeting_actions and draft_linear_issues tools record owners, deadlines, and issue payloads and always report created false so the agent cannot claim work was filed. create_linear_issues always pauses for a person. Even after you approve, that tool still does not create issues in Linear.
An operator points the agent at meetings/standup-2026-09-07.md. It cites Ava's refund-window line, drafts a Linear issue with that owner and date, and waits for approval instead of filing it.
A planning transcript names work but no owners. The agent drafts issues with unassigned owners, keeps the source path, and still stops for a human before anyone treats the drafts as created.
Someone asks it to file the Linear issues right now. It still drafts, then parks on create_linear_issues. After approval the payloads stay drafts. Nothing is created in Linear.
A request cites an application source file instead of a transcript. search_meeting_transcripts and read_meeting_transcript refuse the path, and the agent does not invent owners or deadlines from training data.
Run npx shadcn@latest add @evex/meeting-action-extractor inside an eve app, set AI_GATEWAY_API_KEY and MEETING_TRANSCRIPT_ROOTS, then ask Eve chat to pull actions from a transcript on disk. Copy the returned drafts into Linear yourself.
No. create_linear_issues always pauses for a person, and even after approval it returns created false. There is no Linear write tool in the allow list. Asking it to file issues still produces drafts only.
Only paths under MEETING_TRANSCRIPT_ROOTS. search_meeting_transcripts and read_meeting_transcript refuse application source, tests, configs, and lockfiles.
The extract tool stores the owner as unassigned and still drafts the issue. It does not invent a person from training data.
Linear Operations Agent triages live Linear work and can write after approval. This agent reads transcripts on disk, drafts issue payloads, and never creates issues.
npx shadcn@latest add @evex/meeting-action-extractor