Marketplace / meeting-prep-llm-renderer

Meeting Prep — LLM brief renderer

Renders an assembled meeting-prep brief into a chief-of-staff style briefing memo using ctx.services.gemini (provider-neutral — Claude / MiniMax / Gemini / DeepSeek, whichever LLM_PROVIDER is set).

by Agentum 1 installs v1.0.4 productivity
Open in Agentum
Requires the Agentum app

Meeting Prep — LLM brief renderer

An add-on for the Meeting Prep agent. It turns the structured brief Meeting Prep already assembles into a short, readable pre-meeting memo in the style of a chief of staff — two to four paragraphs covering who you’re meeting, recent context with them, and the open threads worth knowing.

What it does

When Meeting Prep finishes gathering the raw material for a brief (calendar event, attendees, contact info, recent email threads), this add-on takes that structured material and rewrites it as prose. The result is a scannable summary that reads like a real briefing memo rather than a checklist of fields.

A typical paragraph reads like:

Jane Doe (Acme Corp, VP Sales) — you’ve exchanged five emails over the last quarter, most recently last Wednesday confirming the Q3 renewal conversation. The thread closed with her asking for revised pricing by the end of this week; she may bring that up first.

The structured markdown version of the brief still runs alongside this one. If the LLM is unavailable or fails for any reason, you still get the structured version — you’re never left without a brief.

The model is grounded strictly in the context Meeting Prep already gathered. It does not invent facts about people, and it explicitly acknowledges gaps (for example, when a contact lookup failed) rather than guessing.

Settings

This add-on has no settings of its own. It uses whichever LLM provider you’ve already configured in Agentum’s main settings (Claude, Gemini, MiniMax, or DeepSeek). If you change providers later, this add-on follows the change automatically — no reconfiguration needed.

Integrations

  • Your configured LLM provider. The add-on calls out to whichever LLM you’ve set up in Agentum’s main settings. It does not register any new credentials or talk to any other service.

Known limits

  • Meeting Prep must be installed. This is an add-on. On its own it does nothing visible — there’s no panel, no commands, no sidebar entry. You need the Meeting Prep agent installed and producing briefs for this add-on to have anything to render.
  • Targets Meeting Prep 2.x. If you’re on an older version of Meeting Prep, this add-on stays inert. Update Meeting Prep first.
  • Silently steps aside when the LLM is unavailable. If your LLM provider isn’t configured, is rate-limited, or returns an empty response, the prose section is skipped for that brief. The structured markdown version always renders, so you still get the full brief — just without the prose summary that run.
  • Quality follows the model. The brief is only as good as the underlying LLM. Larger / more recent models produce noticeably better memos than smaller / older ones; if the prose feels thin, switching providers in main settings is the lever.
  • No personalization yet. The brief style is fixed (chief-of-staff memo, two to four paragraphs). Tone and length aren’t user-tunable in this version.