Kickside Fireflies — API-key connection provider for Fireflies.ai meeting transcripts, with agent read tools.

BUSL-1.1 355 downloads
Updated 7 days ago Repository
kicksidefirefliesconnectiontranscriptsmeetings

Run

wippy run kickside/fireflies

Kickside Fireflies

API-key connection provider for Fireflies.ai meeting transcripts.

  • Connection — a stored API key (kickside.connection:connection binding, generic credential form). test_connection verifies the key against the Fireflies GraphQL API; discover_resources lists recent transcripts.
  • Transport — a thin GraphQL client over https://api.fireflies.ai/graphql (Bearer token).
  • Reader trait (Fireflies Reader) — gives an agent the FirefliesGet tool: get_user, list_transcripts, get_transcript, get_transcript_text.

The provider is read-only. Polling / source-sync of new transcripts belongs to a module-owned data stream or source-sync; this provider only owns the connection and transport.