v2.15.2
New Features
- Agent Framework Integration: Introduced a new metadata layer to support agentic applications, enabling seamless integration with AI agents built on frameworks such as AutoGen and LangChain. This enhancement includes:
- A new 'Agent' action type in the Action Framework.
- Metadata fields for managing agent frameworks and actions.
- Administrative UI for managing agent frameworks with dynamic validation for metadata inputs.
- Extended logging, monitoring, and security enhancements for agent interactions.
Improvements
-
Enhanced Record Editing UI: Improved the user interface for record editing, change display, and confirmation processes. Users can now view changes in a structured dialog, replacing the previous browser alert boxes, and receive confirmations through a Kendo Dialog instead of browser pop-ups.
-
DateTime Field Precision: Resolved an issue where the client-side application was eliminating milliseconds from DateTime fields, leading to validation failures due to mismatched client and database values. The system now accurately retains millisecond precision to ensure consistency.
Bug Fixes
-
MJExplorer Authorization Error: Fixed an authorization error in MJExplorer that occurred after entering valid login credentials. This issue was due to an incorrect distribution package, which has now been rectified to ensure proper user authentication.
-
Skip Integration Enhancements: Added a conversation detail count to track calls to Skip for a given conversation detail and implemented error handling to manage scenarios where maximum tries are exceeded for any conversation detail.