Release 5.0 2025.06.18.1
✨ New Features
🤖 Agent Insights
Agent Insights allow you to automatically analyze past conversations and evaluate specific aspects of agent interactions.
You can define what insights to collect and set the desired coverage. Conversations will then be periodically analyzed to extract the defined data.

Requires the Agent Insights feature in your subscription plan
Agent Insights analysis incurs a processing cost
🎯 Conversation Objective
Assistant and Copilot agents now support setting a Conversation Objective, which automatically closes the conversation when the specified goal is met. This helps reduce costs and avoid excessive use of a single conversation.

🚀 Performance Improvements
🗄️ Cache Optimization
We’ve reevaluated and improved cache integration, resulting in smoother operation across all hub layers.
📚 Knowledge
🧠 Extended Context Knowledge
The new knowledge integration mode improves how information is organized and retrieved thanks to expanded context windows.
Enable Large Context Knowledge in the advanced settings to access this new behaviour.
Improvements include:
- Grouped file chunks for better file organization
- Enhanced metadata for richer context
- Refined similarity search with extended conversation history analysis for higher knowledge relevance

🏷️ Custom File Metadata
You can now define custom metadata for each knowledge file to help the agent assess relevance during conversations.
Files can be filtered using tags by including the knowledgeTags parameter in agent executions:

curl -X POST \
-L "https://api.serenitystar.ai/api/v2/agent/<AGENT_CODE>/execute" \
-H "Content-Type:application/json" \
-H "X-API-KEY: <YOUR_API_KEY>" \
-d '[
...
{
"key": "knowledgeTags",
"value": "Tag1, Tag2, Tag3"
},
...
]'
Knowledge tags work by applying OR logic