Skip to content

Pre release API

Latest
Compare
Choose a tag to compare
@rjp44 rjp44 released this 14 Oct 12:17
· 60 commits to main since this release
84dee83

This release freezes our initial 2023 experimental approach at an API which was oriented around Jambonz as a framework,
initially with prompt switching as method of dialogue control, then with function calling as this became generally available.
Included in this release are new Ultravox and OpenAI (sort of) speech-speech models which have been shoehorned into
the initial architecture and don't touch the Jambonz flows, but do use the same agent definition spec.
These new models have made the need for architectural changes to better exploit these new capabilities abundantly clear.
The new direction of travel will introduce breaking changes into the API targeting a 1.0 release which will have different semantics, therefore please use this release in the meantime if you have code that targets the initial API.

Whilst this release is not marked as deprecated, because the new API is not finalised yet, please do not use it after the 1.0 API is finalised as it probably won't be maintained.