Skip to content

Releases: DaveDeCaprio/voice-stream

v0.10.0

29 Jan 18:20
Compare
Choose a tag to compare
  • Added PydanticV2OutputParser parser and chain which runs a conversation where the goal is to fill in a pydantic object.
  • Fixed bug where ignore_none in map_step was ignoring any falsy value (like '' and 0). Fixed so it only ignores 'None'.
  • Added new example: FastAPI llm test app without telephony

v0.9.0

25 Jan 22:13
Compare
Choose a tag to compare
  • Rewrote google_speech_step to allow streaming for longer than 5 minutes.
  • Added background_task which logs exceptions in all background tasks for better observability.
  • Added abort_step
  • Added optional cancel_event to queue_source
  • Add every_nth_message parameter to log step
  • Fixed some bugs in async_init_step where exceptions would cause hangs.
  • google_speech_step now requires an audioFormat. Required to split audio when exceeding 5 minutes of streaming.
  • Added recover_exception_substream

v0.8.0

20 Jan 15:53
Compare
Choose a tag to compare
  • Added LangChain memory steps
  • Added speaking rate to Google TTS step.
  • Added worked examples for llm_test_app and gemini_gpt4_showdown
  • Added Cookbooks for Interruptions and Phone Use Cases

v0.7.0

16 Jan 03:10
Compare
Choose a tag to compare
  • Updated all docs and docstrings
  • Some package refactoring

v0.6.0

10 Jan 21:36
Compare
Choose a tag to compare
  • Reorganized package structure
  • Updated naming conventions for examples

v0.5.0

10 Jan 16:17
90250a9
Compare
Choose a tag to compare
Merge pull request #7 from DaveDeCaprio/langchain-extensions

First set of LangChain extensions.

v0.4.0

08 Jan 20:19
Compare
Choose a tag to compare
Finished quickstart

v0.3.7

07 Jan 16:31
Compare
Choose a tag to compare
  • no changes

v0.3.5

07 Jan 16:18
Compare
Choose a tag to compare
  • no changes