feat: add Replicate transcription provider#32
Conversation
|
Companion Daytona content PR for the bounty guide: daytonaio/content#231. The content PR cites this implementation so readers can run the Replicate provider instead of following a theoretical integration. |
|
I pushed a small defensive follow-up in
Validation run after the update:
The external Continue status links are returning 404 for me, so I cannot inspect their private feedback directly. If visible feedback appears, I will address it quickly. |
|
Status note: the three red statuses on this PR are external Continue tasks reporting only "Agent encountered an error"; they are not repository tests and do not expose actionable failure details from the GitHub status API. I rechecked the implementation locally after the hardening commit: the provider path still validates with the repo\x27s Python test/import flow, and the follow-up kept the API-token handling and unsupported-api errors scoped to this PR. |
Summary
--api replicate--correctpathValidation
python3 -m compileall -q src tests.venv/bin/python -m pip install -q -e .PYTHONDONTWRITEBYTECODE=1 .venv/bin/python -B -m unittest discover -s tests -vPYTHONDONTWRITEBYTECODE=1 .venv/bin/python -B -m sapat.script --helpgit diff --checkCompanion implementation for the Daytona content bounty around extending Sapat with additional transcription APIs.