{
  "@type": "agent",
  "id": "meet-transcripts",
  "name": "Meet Transcripts",
  "label": "Meeting ingest",
  "description": "Run on-demand OR on a daily schedule to sweep Google Meet conference records. Attributes each meeting to a client (via domain match, name+external, or Effiqs-special rule), extracts structured decisions / action items / stakeholders / sentiment, persists to clients/<id>/meetings/. Supersedes detection: new decisions that contradict prior ones mark the older as superseded so MEETING CONTEXT shows current truth. ON-DEMAND RUNS: trigger via enqueue_run({client_id, agent_id:'meet-transcripts'}) just like any other agent — when the user asks 'run meet-transcripts for X' or 'pull recent meetings for X' or 'what was discussed with X', that's an on-demand request, not a request to set up a schedule. The default lookback for first-run is 30 days; pass `since` to override. Subsequent runs are incremental (read last_meet_ingest.json). Schedule mode is OPTIONAL on top of this — running on-demand and running on schedule are independent.",
  "summary": "Transcripts and Gemini notes into decisions, action items and client memory.",
  "deliverable": "Meeting notes with decisions and action items, written into client memory.",
  "discipline": "ops",
  "model": "claude-haiku-4-5-20251001",
  "tier": "fast",
  "maxUsd": 3,
  "maxToolCalls": 200,
  "deliveryFormat": "docx",
  "requiredConnectors": [
    "google_meet"
  ],
  "optionalConnectors": [],
  "prerequisites": [],
  "dashboards": [],
  "edges": {
    "out": [
      {
        "from": "agent:meet-transcripts",
        "to": "discipline:ops",
        "kind": "agent_discipline"
      },
      {
        "from": "agent:meet-transcripts",
        "to": "connector:google_meet",
        "kind": "agent_requires"
      },
      {
        "from": "agent:meet-transcripts",
        "to": "deliverable:docx",
        "kind": "agent_deliverable"
      }
    ],
    "in": []
  },
  "evidence": {
    "samples": [],
    "shipped": []
  },
  "page": "https://nexus.effiqs.com/agents/meet-transcripts"
}
