forked from vocodedev/vocode-core
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update with main #10
Merged
Merged
Update with main #10
Conversation
This file contains 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
* Update dependencies and import statements * Update Google Cloud Text-to-Speech import * Update dependencies and imports * Update Google Cloud Text-to-Speech import * Update google-cloud-texttospeech version * Update dependencies in pyproject.toml and poetry.lock
* Update vocode version in apps/client_backend/pyproject.toml last stable vocode Version * Update langchain_agent README and pyproject.toml to last stable vocode version * Update apps/telegram_bot Python version and Vocode dependency vocodedev#482 * Update apps/telephony_app dependencies and fix documentation links vocodedev#482 * Update vocode version in apps/voice_rag vocodedev#482
* implement end of utterance detection * replace threshold_msg with end_utterance_silence_threshold_msg * implement end of utterance detection with endpointing config * standardise end_utterance_silence_threshold to be in milliseconds * fix error * ensure type safety for endpointing_config attribute access * add imports to fix errors
Co-authored-by: Christian <[email protected]>
* Add External Actions Front Facing Docs * Fix Python Formatting * Change Some Wording + Elaborate Further * Remove Duplicated Code Example and Just Redirect Instead * Update docs/external-actions.mdx --------- Co-authored-by: srhinos <[email protected]> Co-authored-by: Ajay Raj <[email protected]>
Co-authored-by: srhinos <[email protected]>
vocodedev#541) * Update Black and lint the codebase to improve code quality and consistency, closes vocodedev#450 * Remove logger from telephony_server initialization
* Update Readme with Preview Info (#1) * Update Readme with Preview Info * We're not quite that far along * Update Structure to be more Pleasing to the Eyes * Add changelog to readme --------- Co-authored-by: srhinos <[email protected]> Co-authored-by: Adnaan Sachidanandan <[email protected]> * The Big Diff (#2) * The Big Diff * remove tests on 3.8 and 3.9 * Update README.md * Update README.md * fix turn based quickstart (#3) * [hotfix] remove unused import (#4) * Update README.md * Update README.md * Remove create_speech() from rime synthesizer (#6) * Fix default factory for elevenlabs WS (vocodedev#12) * dispatch into elvenlabsws if experimental_websocket is on * fix mypy * Merge In Recent Fixes (vocodedev#14) * [docs sprint] Updates docs for using transcribers (#9) * [docs sprint] phrase trigger documentation (vocodedev#16) * [docs sprint] update open source quickstarts (vocodedev#15) * [docs sprint] Add Documentation on Using Vocode's Loguru Implementation (vocodedev#19) * [docs sprint] Add Documentation on Using Vocode's Loguru Implementation * Remove Tracing --------- Co-authored-by: srhinos <[email protected]> * [docs sprint] Updates docs for using synthesizers (#8) * [docs sprint] using synthesizers docs update * update docs for elevenlabs ws * Apply suggestions from code review Co-authored-by: Adnaan Sachidanandan <[email protected]> --------- Co-authored-by: Adnaan Sachidanandan <[email protected]> * [docs sprint] Updates docs for react quickstart (#10) * [docs sprint] Updates docs for react quickstart * PR feedback * changes azure to override create_speech_uncached (vocodedev#21) * [docs sprint] Adds docs for conversation mechanics and moves endpointing docs from transcribers (vocodedev#11) * [docs sprint] Updates docs for using transcribers * Adds docs for conversation mechanics and moves endpointing docs from transcribers * Update docs/open-source/conversation-mechanics.md Co-authored-by: Adnaan Sachidanandan <[email protected]> * use mdx * PR feedback --------- Co-authored-by: Adnaan Sachidanandan <[email protected]> * updates docs for events manager (#7) * add cartesia synthesizer (vocodedev#17) * add cartesia synthesizer * make Cartesia dependency optional, add it to the synthesizers extra group * lazy import cartesia * improved lazy loading, and added api_key as a config parameter * improvements to cartesia synth * use create_speech_uncached * use existing abstractions default encoding and sample rates * Remove redundant api_key assignment Co-authored-by: Ajay Raj <[email protected]> * Remove default setting of sampling rate Co-authored-by: Ajay Raj <[email protected]> * Remove default setting of audio_encoding Co-authored-by: Ajay Raj <[email protected]> * remove default setting of sampling rate Co-authored-by: Ajay Raj <[email protected]> * Remove redundant setting of audio enconding the output device handles this Co-authored-by: Ajay Raj <[email protected]> * build failed with poetry.lock file. re-updating it --------- Co-authored-by: Ajay Raj <[email protected]> * Unset docs / README changes * Unset docs changes (cont.) * unset poetry version change * update poetry.lock --------- Co-authored-by: Mac Wilkinson <[email protected]> Co-authored-by: srhinos <[email protected]> Co-authored-by: Adnaan Sachidanandan <[email protected]> Co-authored-by: rjheeta <[email protected]>
* [docs sprint] Updates docs for using transcribers (#9) * [docs sprint] phrase trigger documentation (vocodedev#16) * [docs sprint] update open source quickstarts (vocodedev#15) * [docs sprint] Add Documentation on Using Vocode's Loguru Implementation (vocodedev#19) * [docs sprint] Add Documentation on Using Vocode's Loguru Implementation * Remove Tracing --------- Co-authored-by: srhinos <[email protected]> * [docs sprint] Updates docs for using synthesizers (#8) * [docs sprint] using synthesizers docs update * update docs for elevenlabs ws * Apply suggestions from code review Co-authored-by: Adnaan Sachidanandan <[email protected]> --------- Co-authored-by: Adnaan Sachidanandan <[email protected]> * [docs sprint] Updates docs for react quickstart (#10) * [docs sprint] Updates docs for react quickstart * PR feedback * [docs sprint] Adds docs for conversation mechanics and moves endpointing docs from transcribers (vocodedev#11) * [docs sprint] Updates docs for using transcribers * Adds docs for conversation mechanics and moves endpointing docs from transcribers * Update docs/open-source/conversation-mechanics.md Co-authored-by: Adnaan Sachidanandan <[email protected]> * use mdx * PR feedback --------- Co-authored-by: Adnaan Sachidanandan <[email protected]> * updates docs for events manager (#7) * [docs sprint] python quickstart + working with phone calls (vocodedev#27) * deprecate SpeakerOutput * remove play.ht default voice id * rename open source quickstarts page * remove building block reference * update python quickstart * extra steps to deprecate speakeroutput * finish telephony docs * fix some references + language in how-to-use-it * fix test * [docs sprint] Add Sentry Docs to OS (vocodedev#20) * Add Sentry Docs to OS * Remove Tracing * update docs and fix integration * remove free --------- Co-authored-by: srhinos <[email protected]> Co-authored-by: Ajay Raj <[email protected]> * update README * make mark terminated sync instead of async (vocodedev#28) * [docs sprint] Add Docs on Creating and Using External Actions (vocodedev#18) Also updated example for action agents * rename sentry + move around docs order * update README paths to docs * more updates to README * [docs sprint] update agent and action docs and move legacy docs (vocodedev#29) --------- Co-authored-by: Adnaan Sachidanandan <[email protected]> Co-authored-by: Mac Wilkinson <[email protected]> Co-authored-by: srhinos <[email protected]>
* bump for prerelease * bumps to 0.1.112
…ocodedev#561) * extend transfer call to optionally pass the phone number dynamically * fixed linting errors and improved abstraction with get_phone_number * fixed the transfer_call tests to work with new changes
* langchain agent with factory and custom chains (vocodedev#22) * update poetry.lock
* fix barebones deps * remove prints * restore support for azure on docker * fix quickstarts and bump to 0.1.113
* remove error log from exception for asyncio tasks * remove log error on chatgpt query
* support files in make transcribe * switch comment
…other (vocodedev#593) * deprecate output queues * fix quickstarts * fix mypy * fix tests * fix mypy * adds comment * adds back streamingconversation test * make input queue private on AsyncWorker * update tests * resolve PR comments
* add script used to make PR * adds test target for vocodehq-public
* adjust ActionWorker.process to read twilio & vonage IDs from the convo state manager * fixed formatting for linter
* add livekit docs * update image * finishing touch * undo pyproject change * Update docs/open-source/livekit-webrtc.mdx Co-authored-by: Ajay Raj <[email protected]> * Update docs/open-source/livekit-webrtc.mdx Co-authored-by: Ajay Raj <[email protected]> * add .env example * Update docs/open-source/livekit-webrtc.mdx * Update docs/open-source/livekit-webrtc.mdx * Update docs/open-source/livekit-webrtc.mdx * title change --------- Co-authored-by: Ajay Raj <[email protected]>
* adds twilio dtmf * make it work * move onus of audio encoding into utils * adds tests * adds log for pressing buttons * adds test for dtmftonegenerator * fix types * change response message * change while condition
…ocodedev#629) * [Bug-628] correct coding errors in the google synthesiser * create_speech --> create_speech_uncached --------- Co-authored-by: Ajay Raj <[email protected]>
* make terminate async * creates audio pipeline abstraction * fix streaming conversation api * make terminate() invocations in tests async * removes the vector_db.tear_down() call in streaming conversation
…tons in a row (vocodedev#641) * adds # and * support and also ability to press multiple buttons in a row * fix tests
…v#646) * feat: upgrade cartesia to 1.0.7 and support for continuations * prevent errors * fix: review comments * Update vocode/streaming/models/synthesizer.py --------- Co-authored-by: Ajay Raj <[email protected]>
Sync with master
Co-authored-by: Ajay Raj <[email protected]>
* Fix the error in the URL * Update docs/hosted-quickstart.mdx --------- Co-authored-by: Ajay Raj <[email protected]>
* support additional headers in external actions requester * adds test for headers * assert headers dont get overwritten
* feat: upgrade cartesia to 1.0.7 and support for continuations * prevent errors * fix: review comments * Update vocode/streaming/models/synthesizer.py * fix: improve error handling * fix: intialize ctx * chore: lint fix --------- Co-authored-by: Ajay Raj <[email protected]>
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.
No description provided.