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/firefliesKickside Fireflies
API-key connection provider for Fireflies.ai meeting transcripts.
- Connection — a stored API key (
kickside.connection:connectionbinding, generic credential form).test_connectionverifies the key against the Fireflies GraphQL API;discover_resourceslists recent transcripts. - Transport — a thin GraphQL client over
https://api.fireflies.ai/graphql(Bearer token). - Reader trait (
Fireflies Reader) — gives an agent theFirefliesGettool: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.