Release 4.1 2024.12.02.1
๐ 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.
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.
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.
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.
๐ 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 Component with Expanded Modeโ
Now you can enjoy a better chatting experience with the new expanded mode for the chat component. Just set it to full-screen for more engaging and easier interactions.
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