Skip to content

airefinery-sdk 1.29.0 release

Choose a tag to compare

@msadat3 msadat3 released this 31 Mar 15:50
· 22 commits to main since this release
2d42c72

🚀 Announcement: AI Refinery SDK 1.29.0 Released ⚡️

We're excited to announce the release of AI Refinery SDK Version 1.29.0!
This version introduces new capabilities across RAI, agents, realtime interactions, and platform experience improvements.


💥 What's New

🛡️ RAI Image Support

  • The RAI engine can now evaluate images alongside text for safety checks (violence, explicit content, deepfakes, etc.), fully backward compatible with the existing text-only path.

🎙️ Realtime Voice with Barge-In Support

  • This feature of Realtime Distiller enables users to interrupt AI audio responses by simply speaking their follow-up query, thus bringing the experience closer to that of human-like conversation. Interruptions from the user are detected and monitored by Voice Activity Detection (VAD).

⚗️ Alchemist Improvements

  • Relaxed the SuperAgent dependency in Alchemist, which can now generate YAML files in the orchestrator using utility agents, super agents, or flow super agents; included source links for retrieved content.

🤖 HumanAgent UX Improvements

  • Added an internal transformation to make queries more user-friendly, and added a warning when HumanAgent is used alone in the orchestrator.

🎉 Studio GA

  • We are excited to announce that Studio has reached General Availability! This milestone signifies Studio's transition from preview to full production readiness, making it accessible and reliable for all users. With this release, Studio is now ready to support your projects with enhanced features such as Agent Builder and Observability.

✅ Compatibility

  • SDK versions ≤ 1.27.x continue to work with the existing endpoint configuration
  • Applications using AIR_BASE_URL to override the endpoint are unaffected
  • If you're using v1.27.0 with the USE_AIR_API_V2_BASE_URL override, we recommend upgrading.