Skip to content

Release Notes

Versioning and published release notes for this documentation are still under construction, so there is nothing to list here yet.


Upcoming

  • Auto model downloading — pass allow_auto_model_downloading=true to ConfigureSession; CreateAgent then downloads any missing models automatically and streams DownloadProgress frames under the same request_id before replying with CreateAgentResponse. New error code 6006 ModelAutoDownloadFailed is returned when a model has no download source configured. Supported in C++, Python, Unity, and Unreal clients. See Enable Auto Model Downloading.