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.

Release 5.0 2025.03.31.1

Β· 4 min read

πŸŽ‰ New Features​

End Conversation​

Enhance control over conversation lifetimes with the End Conversation feature. Conversations with an agent can now be automatically closed based on predefined criteria, ensuring better session management and enforcing limits such as inactivity periods or maximum duration.

Reasons for Conversation Termination:​

  • Maximum number of user messages reached
  • Quota limit exceeded
  • Inactivity period exceeded
  • Time limit reached
  • Manually closed by an administrator
  • A new version of the agent is published

Conversations now include an End Date, and their closure can be configured in the Security Tab. All new agents will have a default time limit of 24 hours:
alt text

Once a conversation is ended, the user will no longer be able to continue it:
alt text

The Conversations Grid now displays the status of conversations and their respective end reasons:
alt text

Administrators can manually finalize a conversation at any time:
alt text

Additionally, when publishing a new agent version, all active conversations can be forcibly closed to ensure all users interact with the latest version:
alt text

Chat Widget Integration​

The chat widget now supports the End Conversation feature, allowing administrators to define a message that users see when a conversation ends:

alt text

On the WhatsApp channel, a new conversation will automatically start when the previous one is closed.

Improved Rate Limits and Quota Usages​

Enjoy better rate limits in the API by upgrading your subscription plan.

alt text

πŸ› οΈ Enhancements​

Standardized Error Messages​

Error messages during agent execution have been standardized, improving API response clarity. Below are the updated error codes:

  • message_required: An input message was not sent to the conversational agent.
  • conversation_closed: The current conversation is closed; start a new one.
  • parameter_type_mismatch: Provided parameters do not match agent specifications.
  • insufficient_balance: Insufficient balance; add credit to continue.
  • missing_group_identifier: The groupIdentifier parameter is required.
  • required_parameters_missing: A required parameter is missing in the request.
  • required_parameters_null: A required parameter was sent with a null value.
  • required_parameters_empty: A required parameter was sent with an empty value.
  • monthly_quota_exceeded: The monthly quota for the agent has been exceeded.
  • model_quota_exceeded: The selected model quota has been exceeded; choose another model.
  • organization_quota_exceeded: Organization-wide quota exceeded; increase limits.
  • user_quota_exceeded: User quota exceeded; increase user limits.
  • missing_user_identifier: A required user identifier was not provided.
  • unfinished_volatile_knowledge: The requested volatile knowledge file is still processing.

HTTP Request Skill​

  • A User-Agent header is now included in all API requests.
  • Error codes and stack traces are now displayed when a request fails:
    alt text

Transcribe Service​

  • The default transcription model has been updated to GPT-4o Mini Transcribe, improving accuracy and efficiency.

Billing Preferences​

  • Users can now customize their billing and notification contact information:
    alt text

  • Configure low balance notifications based on individual requirements:
    alt text alt text

Security​

Moderations​

  • All free-tier user requests now pass through OpenAI’s moderation endpoint to ensure compliance and security:
    alt text

Alinia Integration​

Integration with Alinia has been added for improved security and performance. Activate safe use of LLM for guardrails against:

  • Investment
  • Legal
  • Medical
  • Tax

alt text

πŸ€– New Models​

New models have been introduced, enhancing AI capabilities and performance.

  • Open AI GPT 4o Mini TTS
  • Gemini 2.5 Pro Experimental
  • Alibaba Qwen 2.5
  • Alibaba Qwen Turbo
  • Alibaba Qwen Plus

🐞 Bug Fixes & Improvements​

  • Improved performance of volatile knowledge processing
  • Increased max description field size in all skills (from 1,000 to 4,000 characters)
  • Fixed array parsing of input parameters in Agent Quality Studio
  • Resolved issues in the demo page** when non-required parameters were omitted
  • Added sender name in the Email plugin
  • Avoid duplicate email sending in Email plugin if a email is repeated
  • Fix bug when using the required user identifier and executing a realtime model on the demo page
  • Fix user identifier validation on Test Plan and Test Execution
  • Fixed mapping of arrays in input parameters when using Agent Quality Studio
  • Corrected time plugin creation.
  • Added name length validation on api key creation.

Release 5.0 2025.03.17.1

Β· 3 min read

πŸŽ‰ New Features​

Integrations​

πŸ’» VS Code Chat​

The Serenity* Star VSCode Extension brings the power of highly customizable AI agents directly into your development environment. Integrate AI assistance into your coding workflow without leaving your editor.

For detailed instructions, configuration options, and commands, visit theΒ official extension pageΒ on the VSCode Marketplace.

alt text

⚑ Zapier​

The Serenity* Star Zapier Connector lets you use the power of AI-powered agents in your Zaps. This connector provides integration with Serenity* AI Hub for task and conversation automation.

For detailed instructions, operation details, and configuration options,visit ourΒ detailed integration guideΒ in the blog section.

alt text

☊ n8n​

The Serenity* Star n8n Node lets you use the power of AI-powered agents in your n8n workflows. This community node enables seamless integration with the Serenity* Star platform for task and conversation automation.

For detailed instructions, operation details, and configuration options, visit theΒ GitHub repositoryΒ for this community node.

alt text

πŸ› οΈ Enhancements​

βœ‰οΈ Email Improvements​

All emails have been updated with clearer graphics, texts and more information. Clearer communications to better understand all events in your account

alt text

πŸ“² WhatsApp Media Support​

WhatsApp channels now support handling media files from the Agent to the user. This enables a new way of interaction, especially if speech or image generation plugins are configured in the agent. Generated audio and image files will be sent to the user as files in WhatsApp.

alt text

Note: For WhatsApp to support images and audio files, Skills must be configured with the "Include in agent Result" set to "True"

πŸ“ Prompt Skill​

Prompt skill now supports input parameter mapping. Parameters in the prompt skill that match input parameters in the agent designer will be automatically mapped without further configuration. For more details, refer to the prompt skill documentation.

↩️ Serenity Chat Callback​

Added functionality for triggering a callback action when receiving the agent response from the chat widget. Whether you want to update your custom UI or trigger additional events, use this callback function to customize the interaction.

const chat = new AIHubChat("aihub-chat", {
apiKey: "<api-key>",
agentCode: "agent-code",
baseURL: "https://api.serenitystar.ai/api",
onAgentResponse: (response) => {
// Your custom logic here
},
});
chat.init();

πŸ€– New Model Providers​

Enjoy new model providers, gaining access to even more AI Models.

  • Fireworks AI
  • Alibaba Cloud

Bugs and improvements​

  • Fix bug that duplicated knowlege files when duplicating an agent
  • Better validation of Json Schema
  • Fix typos and clearer texts
  • Improved knowledge usage by using allowing the agent access to file metadata like file name to better understand context of each file.
  • Fixed bug that allowed for more than one input parameter with same key to be added.
  • Fixed side panel error when no card is registered in subscription view.

Release 5.0 2025.02.28.1

Β· 2 min read

πŸŽ‰ Enhancements​

πŸŽ™οΈ Realtime Audio Skill Integration​

Realtime Audio now integrates seamlessly with AI Hub skills, enabling dynamic interactions. Your agent can query APIs, invoke supporting agents, and leverage the full capabilities of the Serenity* AI Hub skill catalogβ€”all in real time.

alt text

πŸ“² WhatsApp Audio​

WhatsApp conversations now support audio messages, expanding the input options for your agent and enabling richer interactions.

alt text

πŸ”§ Input Parameter and Skills Mapping​

Input Parameter Mapping

We've improved input parameter mapping between agents and skills. Variables declared using Liquid syntax (e.g., {{myVariable}}) are now automatically mapped to skills.

AI Generated Parameters in HTTP Request Headers

HTTP headers now support variable parameters that can be auto-completed by the Agent if no matching variable is found in the context. Simply provide a clear description of how the parameter should be completed, and the Agent will dynamically generate the appropriate value during execution.

alt text

Variable declaration in header in http request skill

alt text

Variable declaration and usage in Agent Execution input parameters

alt text

Api receiving the custom header that was mapped automatically due to matching variables

πŸ“– Documentation Updates​

Documentation updates​

Our documentation portal received two major upgrades:

  • Advanced Search Engine: A new powerful search capability to help you find documentation content faster
  • Enhanced AI Guide: Serena, our virtual assistant, now comes with expanded knowledge about APIs and AI Hub topics to provide more accurate guidance

πŸ“š Visit the documentation

alt text

πŸ€– New Models and Providers​

  • SambaNova: Now integrated as a model provider, expanding available models on AI Hub.
  • OpenAI ChatGPT 4.5: Available on Serenity AI Hub just minutes after launch. Experience OpenAI’s latest flagship model.
  • Anthropic Claude 3.7: Anthropic’s newest reasoning model, Claude 3.7, is now live on Serenity AI Hub.

alt text

Release 5.0 2025.02.17.1

Β· 2 min read

πŸŽ‰ New features​

πŸŽ™οΈ Realtime Conversations​

Introducing Realtime Audio in Serenity AI Hub, enabling instant voice conversations with your AI assistant. This feature unlocks new interactive possibilities, enhancing user experience and expanding use cases.

alt text alt text

Preview Access: Realtime Audio is currently in preview. Contact us for exclusive early access.

To enable this feature, use a supporting realtime model and enable the "voice" interaction mode in your chat widget.

const chat = new AIHubChat("aihub-chat", {
...
interactionMode: "voice"
});

chat.init();

πŸ“² WhatsApp Integration Enhancements​

Custom Phone Number Configuration​

Now you can configure custom phone numbers for WhatsApp, meaning that each agent can use a different phone number to communicate with your users.

Advanced File Processing​

You can now send files directly through WhatsApp, and your AI assistant will analyze them to extract relevant insights.

alt text alt text

Requires an active WhatsApp feature in your subscription plan.

Bugs & Minor Improvements​

  • Fix bug that didn't allow payment of subscription plans from the billing grid
  • Predetermined payment method is set first
  • Improved rendering of boolean switch on Agent Quality Studio
  • Fixed filtering of combo charts based on series.
  • Show feedback when input parameters are overriden in Agent Quality Studio
  • Preload global parameters in Agent Quality Studio
  • Fixed domain policies when using whatsapp channel
  • Improved demo page visualization for mobile and tablets
  • Fixed missing knowledge tab in some agent instances

Release 5.0 2025.02.06.1

Β· 3 min read

πŸŽ‰ New features​

πŸ”’ Sensible Data Protection​

We've added a new feature to help you keep sensitive data safe! Now, before any information is sent to AI models, our system can automatically detect and hide confidential information like credit cards, social security numbers, and other sensitive data. You can:

  • Choose what types of data should be hidden
  • Set how strict the detection should be
  • Control exactly how your sensitive info is handled

This way, you can use your agents without worrying about accidentally sharing private information.

alt text

alt text

alt text

πŸ“’ Serenity Chat - Voice Messages Are Here!​

Now you can just speak your message instead of typing! Hit the record button, say what you want, and the chat will turn your voice into text automatically. Simple as that!

alt text alt text alt text

Transcription currently only supports english through Open AI Whisper Model.

To enable this feature, add the allowAudioRecording option to your chat initializer

const chat = new AIHubChat("aihub-chat", {
...
allowAudioRecording: true
});

chat.init();

πŸ› οΈ Enhancements​

πŸ’­ Skills catalog​

We've updated the Skills Catalog to make it easier to find and learn about the skills your agents can use.

Browse through categories, check out featured collections, or search for specific skills you want to know more about.

Each skill comes with helpful documentation so you can quickly understand how to use it in your agents.

alt text

Subscription Plans with Monthly Tokens​

  • When you purchase a subscription plan with included tokens, your account will receive a fresh token balance each month.
  • Agent execution tokens will be deducted from this balance without affecting your credit.
  • This means more usage for your agents with continuous access to tokens!

Upgrade your plan and enjoy more flexibility in running your agents.

alt text

Agent Quality Studio:​

We've made some nice updates to Agent Quality Studio! Now you can:

  • Set up inputs parameters right when you create test plans
  • Enjoy a smoother test case creation experience with our redesigned side panel interface
  • Test different types of agents more easily

πŸ€– New Providers​

We've successfully integrated with new model providers:

  • Deepsek
  • IBM
  • NVIDIA

Bugs & Minor Improvements​

  • Added better validation of input parameters when executing API Calls
  • Improved UI in Test Plan definition by using Side Panel to define test cases
  • Fixed bug that deleted http request body in Http request skill when pressing the body type.
  • Added required message on plugin code
  • Added detail option in dev tools to see assigned roles to api keys
  • Fixed agent selection by subtenant on test plans
  • Improved texts, localizations and typos.
  • Added required validation for user identifier on demo page when needed
  • Fixed concurrency bug in test execution that generated repeated test cases
  • Correct execution of agent version when agent version is specified in api call
  • Added support and integration with models that support initial bot message improving context management in agents.

Release 5.0 2025.01.20.1

Β· 2 min read

πŸ› οΈ Enhancements​

πŸ’­ Skills​

We've made some big improvements to the skills section to make it easier for you to add and manage skills in your AI agents.

The new UI is simpler and more intuitive, so you can get things done faster.

alt text Http Request Skill Configuration: Endpoint setup

alt text Http Request Skill Configuration: Headers and Body setup

alt text New Email Skill Configuration UI

Agent Quality Studio​

Activity agents support​

The Agent Quality Studio now supports Activity Agents! You can now create Test Plans for both Assistant and Activity agents

This is currently on Preview and should receive new updates in the upcoming weeks!

alt text Defining a test plan for an activity Agent. Individiual input parameters can be defined on the test execution screen

Export to Excel​

The new export-to-Excel functionality provides deeper insights into agent performance. By exporting results, you can conduct post-processing and monitor the evolution of your agents over time.

This feature empowers you to analyze performance trends and fine-tune your agents.

alt text Export test case results for better understanding. Many evaluations can be exported within one file

πŸ€– New Providers​

We've successfully integrated with IBM to offer their foundational models and access to many more.

  • Granite 34B Code Instruct
  • Granite 3 8B Instruct
  • Granite 3 2B Instruct
  • Granite 20B Code Instruct

Bugs & minor improvements​

  • Fix line break on plugin descriptions
  • Added default missing vendor logos on model catalogue
  • Ordered charts in agent manager
  • Correct display of executed version on instance details
  • Fix not found errors on api returning 500 instead of 404
  • Fixed subtenant selector when only one subtenant is present
  • Support for agents with required parameters in initial bot message
  • Add direct access to agent instance from test execution results
  • Fixed instance logs when json format validation ocurred

Release 5.0 2025.01.14.1

Β· 3 min read

πŸš€ New Features​

πŸ›‘οΈ Sensible Data Obfuscation​

We’re excited to introduce a new security feature to safeguard your data! The Sensible Data Obfuscation filter automatically identifies and obfuscates sensitive information before sending it to large language models (LLMs). This ensures your private data stays secure and is never shared with external providers.

You can activate this feature in the Security Tab of the Agent Designer.

image.png

Message sent with sensible information

image.png

Processed request sent to the AI with the sensible data Obfuscated

Serena Skills​

Serena now has new capabilities! Based on your conversations and needs, Serena will automatically add relevant skills to your agent. This makes your agent more responsive without manual intervention.

πŸ› οΈ Enhancements​

Agent Quality Studio​

πŸ“‚ Files in Test Cases​

Agent Quality Studio now supports the use of files for agent evaluation. You can attach files to each test case to enrich the context the agent uses during execution. These files will be used by the agent under analysis as part of the quality evaluation.

image.png image.png

Duplicate Test Plans​

Save time by duplicating an existing test plan! You can now modify, add, or tweak a new test plan based on an existing one, streamlining your testing workflows.

Agent manager​

πŸ“Š Channel Insights​

Gain deeper visibility into your agent's usage! You can now view your agent's activity by channel, helping you identify where the primary usages of the agent are occurring.

This enhancement provides actionable insights to optimize your agent's performance across different channels!

alt text

Skills​

Http Request with OAuth2 Authentication​

The HTTP Request plugin now supports OAuth2 authentication! You can now integrate secure OAuth2 credentials into your HTTP requests, making it easier to authenticate with external APIs and services. This new feature ensures secure integration with modern authentication standards.

alt text

Unique Code​

You can now assign a custom unique code to each skill within your agent. This makes it easier to identify and integrate skills with your own client services.

Quotas​

Manage consumption quotas with ease:

  • Set daily, monthly, or yearly maximum quotas to control credit usage.
  • Create and assign quotas for subtenants for better oversight and credit management.

image.png

πŸ€– New models​

Enjoy open AI latest models

  • o1
  • o1 Mini

Bugs & minor improvements​

  • Token costs are now shown in tenant currency in model selection
  • Input parameter validation on Test Plan Execution
  • Fix streaming errors in system agents
  • Allow agent executor skill to call Conversational Agents
  • Set audit footer on tenants
  • Fix role access bugs
  • Fix incorrect API Key link when creating new tenants
  • Filter inactive agents on Serenity* AI Chat agent list
  • Improved number of characters supported in output json format
  • Better handling of knowledge files that include images

Release 4.1 2024.12.19.1

Β· 5 min read

πŸŽ‰ New features​

Knowledge​

πŸ“… Scheduled Scrapping for Websites​

Keep your agents up-to-date with our new Scheduled Scraping feature! Set up your agents to revisit websites at regular intervals, so you always have the latest information from ever-changing sources. This automation saves you time and keeps your responses accurate and current.

alt text

πŸ“‚ Linked Files Download​

Boost your agents' knowledge with Linked Files Download! Automatically grab and include linked files from your websites, adding depth to the scraped content and ensuring your agents get the full picture. It's perfect for adding extra layers of context and resources to your web-sourced knowledge.

πŸš€ Create Trial​

Discover Serenity with the new Create Trial feature! Now, you can set up temporary agents using your own website, no registration needed. It’s a great way to explore Serenity’s capabilities or share it with others.

  • Simple Setup: Quickly create and test agents directly from the trial page.
  • Share with others: You can easily send a link to the trial by email, scan a QR code, or copy the link.
  • No Commitments: Enjoy a smooth trial experience.
  • Exclusive Offer: Like what you see? Register for free and get your agent plus an instant €5 credit to run your agents! Try it today: https://trial.serenitystar.ai/

alt text

🧩 JSON Schema Support for Selected Models​

Enhance your system agents with JSON Schema Support! Now, selected models can use a JSON schema to create more precise and structured outputs that fit your needs.

  • Consistent Outputs: Get responses that match your specified JSON structure, making it easier to integrate into your systems.
  • Better Control: Fine-tune your agents for tasks that need well-defined data formats.

This feature makes your agents more reliable and ready for structured applications!

alt text

πŸ”’ Conversation Limits​

Maintain control and prevent misuse with Conversation Limits on conversational agents!

  • Message Caps: Set a maximum number of user messages per conversation to ensure fair usage.
  • Automatic Termination: Once the limit is reached, the conversation ends, preventing further interaction.
  • Abuse Prevention: Protect your agents from spam and overuse while maintaining a smooth experience for all users.

This feature provides an extra layer of security, keeping conversations efficient and manageable.

alt text

πŸ›  Enhancements​

Agent Quality Studio​

πŸ†” Identifier in test cases​

Assign custom identifiers to test cases for better tracking.

  • Organization: Easily differentiate test cases across executions.
  • Traceability: Quickly locate and analyze specific cases.

alt text alt text

πŸ’Ύ Save without executing​

Improved test execution workflow with the ability to save test executions without immediate analysis, Save large test execution configurations and resume configuration at a later time without the need to fire a new analysis.

πŸ” Re-Execute Test Plans​

Save time with the new Re-Execute feature for test plans.

  • Quick Duplication: Duplicate an existing test execution and re-run it with ease.
  • Simplified Workflows: Avoid manual reconfiguration and focus on what matters most.

These updates make managing, organizing, and executing test plans smoother and more efficient

Serena​

  • Subscription awareness for better recommendations: Serena now evaluates your current subscription plan to suggest the most suitable agent for your needs.
  • Optimized Usage: Maximize the value of your subscription by aligning agent capabilities with your plan.

🌐 HTTP Request Skill Enhancements​

πŸ”— Template Variables for URL Parameters​

Make HTTP requests more dynamic with Template Variables!

  • Flexible URLs: Use {{parameter}} syntax to define variable parameters directly in your URLs.
  • Enhanced Context: Provide descriptions to guide agents on how to complete and handle each parameter effectively.

πŸ› οΈ Custom Headers Support​

Handle more complex API scenarios with Custom Headers.

Interact with more APIs by customizing requests to their requirements. These updates make the HTTP Request Skill more versatile and useful for your integration needs.

alt text

🌐 New Providers​

We’ve expanded your options with new integrations! You now have access to Open Router and xAI. Enjoy a wider range of models starting today, with more models being added gradually for these providers.

πŸ› Bugs & Minor Improvements​

  • Typos and text improvements
  • Added User flow on the trial page
  • New role "Agent Instance Users" with permissions to view executions of agents without editing the agent
  • Improvements and persistence of input parameters when changing versions in test execution configuration
  • Account page style improvements
  • Added test plan name in execution list for clarity
  • Fixed CRUDL operations when adding phone numbers in WhatsApp channel
  • Fixed bug that persisted the user identifier field on test execution configuration when changing versions
  • Improved error page
  • Fixed line breaks in the system definition of agents
  • Fixed header title on demo page
  • Fixed data binding on the security tab of the agent when opening the agent designer
  • Added user identifier field in code snippets when required
  • Fixed side panel rendering when input parameters were too long
  • Added expiration date to API key in dev tools
  • Fixed API key refresh in dev tools
  • Fixed downgrade management when finishing subscriptions
  • Fixed visualization of test plan results when some results failed
  • Set correct status error code on streaming with server-sent events
  • Added Output JSON format to version comparison in agent designer
  • Added vision support for Gemini models
  • Optimized quota validations when executing agents
  • Remember selected subtenant when using Serena to create an agent
  • Improved visualization on tablets
  • Improvements to dev tool styles
  • Improved tooltip rendering
  • Adjusted knowledge view in agent instances
  • Better rendering of side panels
  • Fixed whitespace bug in side panel mode in chat widget

Release 4.1 2024.12.02.1

Β· 3 min read

πŸŽ‰ New features​

Knowlewdge​

Knowledge Versioning​

You can now keep track of changes to your knowledge files with versioning. Whether it's updates, re-scraping websites, or adding new files, every change is recorded. Each agent version keeps its knowledge in a versioned format, making development smoother.

alt text alt text

Knowledge Usage Audit​

See how your agent uses the knowledge you give it. The new audit feature breaks down the sections, shows their relevance, and details how your Retrieval-Augmented Generation (RAG) system works within the agent.

alt text

Improved Website Scrapping​

Now, our scraper is smarter and can get past those pesky anti-scraping barriers. Plus, it can download files from web pages and use them as knowledge for your agent.

Dev Tools​

Enhanced API Key Management​

Easier and safer API key management! Now you can regenerate keys for specific users, assign roles, and set expiration dates. Keep your organization secure and organized with these new features.

alt text alt text

Check Condition Skill​

Introducing the Check Condition Skill, which allows agents to evaluate specified conditions. If the condition is met, the agent will return a true value. This skill is particularly useful for integrations where an event should be triggered based on the evaluation of a condition.

alt text

πŸ›  Enhancements​

Fine-Tuning for Mistral Models​

We're excited to announce that fine-tuning for Mistral models is coming soon! Keep an eye out for new models that you can fine-tune to better suit your needs.

Serena Output Customization​

Serena now makes it easier to create system agents by letting you customize the output JSON format. This means you can spend less time on data management and more time on building great interactions.

Chat Widget with Expanded Mode​

Now you can enjoy a better chatting experience with the new expanded mode for the chat widget. Just set it to full-screen for more engaging and easier interactions.

alt text alt text

Duplicate Test Executions in Agent Quality Studio​

Now you can duplicate test executions in the Agent Quality Studio. This makes it super easy to run new tests on your plans, helping you ensure your agents perform at their best.

πŸ› Bugs & Minor Improvementes​

  • Localizations, texts and typos
  • Subtenant selection on fine tuning
  • Resend token when expired
  • Fixed downgrade of subscription
  • Filters on model catalog
  • Improved execution response when prompt plugins are executed
  • Improved queries for agent manager heatmap.
  • Fixed issues on pending changes label on agent designer
  • Fixed issue on accessing a test execution with failed test cases
  • Export correct code snippet for the specific version of agent you are editing