Skip to main content

Release 5.0 2025.04.15.1

Β· 3 min read

πŸŽ‰ New Features​

πŸ“‹ Forms​

Enable a new way for agents to interact and collect structured data directly from the conversation. Forms allow your agent to generate tables with predefined fields β€” perfect for collecting leads, registering activities, or any other custom workflow.

  • Create and manage custom forms
  • Define exactly when and how the agent should gather data
  • View submissions in a clean, structured format

Streamline your operations with real-time, conversational data collection.

alt text alt text alt text

🌐 Web Search Skill​

Expand your agent’s capabilities with the Web Search Skill. Agents can now retrieve up-to-date information from the internet in real time.

Deliver more accurate, relevant responses β€” even when dealing with the latest news and facts.

alt text

πŸ› οΈ Enhancements​

πŸ€– Serenity* AI Chat​

πŸ–ΌοΈ Vision Support​

Serenity* AI Chat now supports image processing when the selected model includes vision capabilities. Give your agent visual context to enhance understanding and response quality.

alt text

βš™οΈ Custom Models & Categories​

Gain full control over which models are available in Serenity* AI Chat. Define default and available models and create categories to organize model selection.

Improve usability and align model access with your operational needs.

alt text

πŸ‘€ Quick Access to Profile​

Access your Serenity* AI Hub account directly from the chat interface β€” fast and seamless.

alt text

πŸ’³ Extra Credit for Payment Method​

Receive an additional €5 in credits when you add your first payment method to Serenity* AI Hub. A small bonus to get you started with more freedom.

⚠️ Plan Agents Deprecated​

Plan Agents have reached end of life and are no longer supported. All functionality can now be replaced using Activity Agents, which offer a more powerful and flexible approach. Upgrade to a more robust agent model without losing functionality.

πŸ§ͺ Agent Quality Studio​

πŸ“„ Duplicate Test Cases​

You can now easily duplicate test cases in the Agent Quality Studio, making test plan creation faster and more efficient.

alt text

πŸ“š API Knowledge​

A new API endpoint is available to upload knowledge files using multipart/form-data. Simplify integration and keep your agents well-informed with up-to-date resources.

curl -X 'POST' \
'https://api.serenitystar.ai/api/KnowledgeFile/upload/<AGENT_CODE>' \
-H 'accept: */*' \
-H 'X-API-KEY: <YOUR_API_KEY>' \
-H 'Content-Type: multipart/form-data' \
-F 'ContentType=' \
-F 'ContentDisposition=' \
-F 'Headers={
"additionalProp1": [
"string"
],
"additionalProp2": [
"string"
],
"additionalProp3": [
"string"
]
}' \
-F 'Length=' \
-F 'Name=' \
-F 'FileName='

πŸ€– New Model Providers​

  • Nextbit 256

🐞 Bug Fixes & Improvements​

  • Restored ability to recover deleted social login accounts.
  • Added validation for required user identifier parameters in test plans and executions.
  • Improved metadata handling for Volatile Knowledge.
  • Fixed issues with transcription and demo page audio recordings.
  • Suggested top-up and auto-recharge amounts are now displayed when balance is low.
  • Balance changes and subscription plan updates are now emailed both to the user and the contact address.
  • Fixed skill execution errors outside of preview mode.
  • Improved agent executor performance in message field calls.
  • Expanded skill support for Anthropic models.