Entity-First Unified Semantic Layer
Introducingsemantics.yml - a comprehensive approach to data modeling that unifies all entity definitions across your entire Oxy deployment:
- Automatic Semantic Collection - Run
oxy syncto bootstrap unified semantic definitions from all your models, then customize as needed - Agent Integration - Reference semantic types directly within agents or workflows using Jinja syntax with dimensions object, e.g.,
{{ dimensions.month }} - Workflow Variables with JSON Schema - Implement semantic type referencing as JSON Schema within workflow variables for structured validation
- Centralized Entity Management - Entire semantic layer consolidated in
semantics.ymlfor consistency across your deployment Note: This is an early release feature and may encounter some edge cases during initial use.



User Management & Admin Controls
Complete user administration system with role-based access control:- Admin Configuration - Define administrators directly in
config.ymlwith simple email list - User Management Interface - Access full user management at
/usersendpoint - User Lifecycle Management - Admins can delete and restore user accounts
- Role-Based Authorization - Clear separation between admin and standard user capabilities
your-deployment-url/users

Revamped Management Interface
Database management and API Keys management UIs are slightly reworked to follow a unified design language with consistent styling and interaction patterns

Enhanced Chat Streaming Experience
Conversations with agents now persist seamlessly across page navigation and reloads, with improved first message flow for smoother user experience
Document update
Added more endpoints to the API reference. Visityour-deployment-url/apidoc for a closer look at our latest Openapi documentation
