Hacktoberfest 2026 : les issues que les mainteneurs ont marquées pour octobre, ouvertes et accessibles aux débutants. Parcourir les issues Hacktoberfest

[bot] Instrument AssemblyAI Python SDK (585,463 weekly downloads)

Ouverte
#787 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub

Personne n'a encore pris cette issue.

Évaluation

Difficulté
4/5
Temps estimé
3-5 jours
Accessibilité débutants
48/100
Type d'issue
Fonctionnalité
Clarté
Plutôt claire
Activité
Active
Stack technique
python
Domaine
observability

Piste de recherche

Start by reviewing existing providers under py/src/braintrust/integrations/ and wrappers under py/src/braintrust/wrappers/, then inspect py/pyproject.toml and py/noxfile.py for integration registration and test patterns. Trace the listed AssemblyAI entry points across prerecorded.v2, sync.v1, dictation.v1, and streaming.v3; done means these surfaces are instrumented and covered by the repository's integration test session.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Description

<!-- library-gap-audit: assemblyai-python-sdk -->

Summary

assemblyai is AssemblyAI's official Python SDK. This repo already instruments two adjacent speech/audio execution surfaces — ElevenLabs (TTS generation) and Deepgram (STT transcription, tracked separately as an open gap) — but assemblyai itself has zero instrumentation.

  • Current version 1.5.5, actively released
  • Not present in py/pyproject.toml [tool.braintrust.matrix], no noxfile.py session, no directory under py/src/braintrust/integrations/ or py/src/braintrust/wrappers/
  • Repo-wide grep for assemblyai under py/ returns zero matches

What is missing

The SDK's core execution entrypoints, none of which currently produce a Braintrust span:

  • Transcriber.transcribe() / .transcribe_async() / AsyncTranscriber (prerecorded.v2) — the polled-job transcription API for long-form/URL audio, with audio-intelligence features (speaker labels, chapters, etc.)
  • SyncTranscriber (sync.v1) — low-latency single-request transcription for short clips
  • DictationTranscriber (dictation.v1) — short dictated-note transcription with optional LLM-based rewriting of the transcript, a generative post-processing step distinct from raw transcription
  • RealTimeTranscriber / AsyncRealTimeTranscriber (streaming.v3) — live websocket-based streaming transcription (.connect(), .stream(), .disconnect())

None of these call sites are covered by any existing instrumentation in this repo — they do not go through openai, anthropic, or any other already-instrumented client.

Weekly downloads

Weekly downloads: 585,463 (as of 2026-09-21; https://pypistats.org/api/packages/assemblyai/recent)

Braintrust docs status

not_found — checked https://www.braintrust.dev/docs/integrations/ai-providers (lists ElevenLabs as the only speech-related provider; no AssemblyAI) and https://www.braintrust.dev/docs/guides/traces/integrations (no mention of AssemblyAI or transcription SDKs generally).

Upstream sources

Local repo files inspected

  • py/src/braintrust/integrations/ — no assemblyai/ directory
  • py/src/braintrust/wrappers/ — no AssemblyAI wrapper
  • py/pyproject.toml [tool.braintrust.matrix] — no assemblyai entry
  • py/noxfile.py — no test_assemblyai session
  • Repo-wide case-insensitive grep for assemblyai under py/ — zero matches
Langage dominant
Python
Étoiles
19
Forks
17
Merge moyen
1 j 5 h
PR mergées (30 j)
61

Guide de contribution

Ouvrir le guide de contribution

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Autres issues de braintrustdata/braintrust-sdk-python

Toutes les issues de braintrustdata/braintrust-sdk-python

Issues similaires

Plus d'issues Python

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.