Skip to content

0.1.111

Compare
Choose a tag to compare
@ajar98 ajar98 released this 19 Aug 00:04
· 146 commits to main since this release
df9cfbb

🚀 Highlights since 0.1.110:

Action agents

Uses the OpenAI function calls API to take actions during a call: see https://docs.vocode.dev/action-agents for docs!

  • We currently support a few actions out of the box - sending an email (via Nylas) and transferring a phone call to another number (h/t @sethgw ). We'd love to see more PRs adding more integrations to make Vocode agents more powerful!

Streaming MP3

The ElevenLabs synthesizer now can stream mp3 chunk by chunk! This will greatly improve the performance of ElevenLabs - but it's currently behind an experimental flag since we're still messing around with it:

ElevenLabsSynthesizerConfig.from_output_device(output_device, ..., experimental_streaming=True)

Other highlights

  • Vector Database support: connect your Pinecone and have the bot query your knowledge base to inform its responses
  • Support for llama.cpp agents: 6c726e7
  • Other integrations: Gladia, Vertex AI,

🌆 On the horizon:

  • ElevenLabs / Play.ht Input Streaming: https://twitter.com/elevenlabsio/status/1688638033980014592
  • More work on sentence splitting: #338
  • More releases! We plan to publish the package more often so folks can try out the stuff we experiment with - if we're not sure the version is super stable we'll publish a pre-release and announce it on Discord.

Full Changelog: v0.1.110...v0.1.111

New Contributors