Skip to main content

Release 5.0 2025.08.13.1

ยท 3 min read

๐ŸŽ‰ New Featuresโ€‹

๐Ÿ“… Scheduled Triggersโ€‹

Take your automation further by scheduling the execution of your agents or workflows with Serenity Star. Define the frequency, version, and values of the input parameters, and leave the work to us.

image

Note: Scheduled triggers require activation in your subscription plan. Contact [email protected] for early access.


๐Ÿ“Ž Microsoft Teams Integrationโ€‹

We've added a new channel for your assistants: Microsoft Teams. Choose which agents will be available through your Teams bot on the Channels tab of the Agent Designer.

image

Note: To start using it, the Teams bot must be activated on your Azure subscription, contact us to complete this process.

๐Ÿค– Serenaโ€‹

๐ŸŒ Create Agent from a Websiteโ€‹

Serena now uses web search directly to generate the base template for the agent. The base agent has been significantly improved with foundational skills and a more robust prompt.

๐Ÿ—‚๏ธ Serena Helps You Define Your Output JSON Formatโ€‹

Serena is now available to help you when defining the output JSON format of your activity agent by providing helpful quick actions.

image

๐Ÿ’ก Serena Helps You Define Your Company Guidelinesโ€‹

When defining your company guidelines, you can use Serena to help you configure them with integrated Markdown rendering.

image


๐Ÿ› ๏ธ Enhancementsโ€‹

โšก Simplified Agent Executionโ€‹

The conversational agent execution endpoint no longer requires creating a conversation first โ€” if no ChatId is provided, a new conversation is created automatically. This streamlines one-off or programmatic executions while reducing unnecessary API calls.

We've also introduced an endpoint to retrieve initial agent context (welcome message, starters, etc.) without creating a conversation โ€” ideal for pre-loading UI elements efficiently.

Relevant Endpointsโ€‹

  • โ–ถ๏ธ Execute Agent: Use without chatId to auto-create a conversation: Link
  • โ„น๏ธ Get Initial Agent Conversation Info: Retrieve initial bot message and conversation starters without side effects: Link
  • โš ๏ธ (Deprecated) Create Conversation: Still available temporarily but will be removed; migrate to the execution flow above: Link

๐Ÿ“„ See API documentation for full request/response schemas.

๐Ÿ“Š Agent Insights and Forms Endpointsโ€‹

Date filtering is now available for both Agent Insights and Agent Forms.

Relevant Endpointsโ€‹

  • ๐Ÿ“‹ Get Forms by Agent: Retrieve forms data filtered by date: Link
  • ๐Ÿ“Š Get Insights by Agent: Retrieve insights data filtered by date: Link

๐Ÿ“„ See API documentation for full request/response schemas.

๐Ÿ›ก๏ธ Improved Agent Restrictionsโ€‹

You can now define the level at which you want to restrict your agent. This simplifies configuration and ensures that security restrictions are applied. We recommend always setting an audit-level restriction to protect user privacy. Link

image

๐Ÿ”‘ Workflow Securityโ€‹

A default API key is now created for workflows to ensure secure execution.
You can find it in Developer Tools.

๐Ÿ” Login Securityโ€‹

Stronger security measures: the lockout process was improved and enforced for all users after 3 failed attempts.

image


๐Ÿž Fixes & Improvementsโ€‹

  • Simplified Assistant Behavior definition in Agent Designer.
  • Improved robustness in the WhatsApp channel.
  • Layout and UI adjustments.
  • Fixed Agent Insight automation to correctly handle non-UTC instances.
  • Fixed deletion of knowledge files via the API.
  • Updated default transcription model to gpt-4o transcribe.
  • Fixed a bug that prevented selecting sub-models when choosing a featured model.
  • Performance improvements in file download and client-side rendering.