Add Hakim community integration (STT + TTS)#989
Merged
markbackman merged 1 commit intoJul 13, 2026
Conversation
Lists HakimSTTService and HakimTTSService on the Supported Services
page and adds dedicated service pages under
api-reference/server/services/{stt,tts}/hakim.mdx, following the
Community Integrations process.
Source: https://github.com/tryHakimAI/hakim-pipecat
markbackman
approved these changes
Jul 13, 2026
markbackman
left a comment
Contributor
There was a problem hiding this comment.
LGTM!
Not blocking, but is there a reason why the minimum pipecat-ai version is 0.0.105?
https://github.com/tryHakimAI/hakim-pipecat/blob/main/requirements.txt#L4
I'm going to approve/merge as this isn't blocking, but just curious why you're using an older version as minimum. In 1.0.0, we dropped Python 3.10 support; this might be the only relevant piece, but might not impact you.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lists Hakim's STT and TTS services as a community integration, per the Community Integrations Guide:
HakimSTTServiceandHakimTTSService.api-reference/server/services/stt/hakim.mdxand.../tts/hakim.mdx, following the existing community-page pattern (e.g. Uplift AI's stt/tts pages).docs.jsonnavigation, plus legacy redirect entries matching the pattern used by sibling services.Source repository: https://github.com/tryHakimAI/hakim-pipecat (MIT licensed, includes a foundational example, README, CHANGELOG, and docstrings following the project's documented conventions).
We're the team behind Hakim and built/maintain this integration ourselves.
Demo video
Pending — will add a 30-60s demo video link to this PR description before it's ready for review, per the submission checklist.
Checklist (per the Community Integrations Guide)
examples/voice_agent_local.py,examples/smoke_test.py)