| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.1.111 source code.tar.gz | 2023-08-18 | 15.6 MB | |
| 0.1.111 source code.zip | 2023-08-18 | 15.8 MB | |
| README.md | 2023-08-18 | 3.2 kB | |
| Totals: 3 Items | 31.4 MB | 0 | |
🚀 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: https://github.com/vocodedev/vocode-python/commit/6c726e79cd99398b807fd8f158a8718e5f5844d9
- Other integrations: Gladia, Vertex AI,
🌆 On the horizon:
- ElevenLabs / Play.ht Input Streaming: https://twitter.com/elevenlabsio/status/1688638033980014592
- More work on sentence splitting: https://github.com/vocodedev/vocode-python/issues/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: https://github.com/vocodedev/vocode-python/compare/v0.1.110...v0.1.111
New Contributors
- @zaptrem made their first contribution in https://github.com/vocodedev/vocode-python/pull/172
- @m-ods made their first contribution in https://github.com/vocodedev/vocode-python/pull/177
- @yantao0527 made their first contribution in https://github.com/vocodedev/vocode-python/pull/136
- @reuben made their first contribution in https://github.com/vocodedev/vocode-python/pull/189
- @AlanLiu96 made their first contribution in https://github.com/vocodedev/vocode-python/pull/216
- @osilverstein made their first contribution in https://github.com/vocodedev/vocode-python/pull/242
- @khryniewicz made their first contribution in https://github.com/vocodedev/vocode-python/pull/247
- @KShah707 made their first contribution in https://github.com/vocodedev/vocode-python/pull/263
- @Van0SS made their first contribution in https://github.com/vocodedev/vocode-python/pull/266
- @sethgw made their first contribution in https://github.com/vocodedev/vocode-python/pull/275
- @ramatronics made their first contribution in https://github.com/vocodedev/vocode-python/pull/270
- @applebaconsoda123 made their first contribution in https://github.com/vocodedev/vocode-python/pull/295
- @wwzeng1 made their first contribution in https://github.com/vocodedev/vocode-python/pull/306
- @divst3r made their first contribution in https://github.com/vocodedev/vocode-python/pull/325
- @bjquinn made their first contribution in https://github.com/vocodedev/vocode-python/pull/328
- @arpagon made their first contribution in https://github.com/vocodedev/vocode-python/pull/335