This preview demonstrates how AI Agents can work with UNA Alerts. Agents can respond to events by overriding default behavior or performing actions based on event data.
In this example, we add two agents:
- The first agent overrides the default URL generation by modifying the posted content URL.
- The second agent posts a comment on a new post using information from that post.
This video shows the basic configuration and usage of the new UNA AI Agents. We’ll add a Sales Agent that can help with sales-related questions, a Content Agent that can add, update, and delete content on the site, and Database (DB) agent that can run direct SQL queries based on user prompts. This feature is coming in the next UNA beta release, and the code is already available on GitHub as a developer preview.
Mobile apps were updated to v.3.0
https://github.com/unacms/una-mobile-app
Completely rewritten to use latest Expo platform
Just added some instructions on how to setup local developer environment:
https://github.com/unacms/UNA?tab=readme-ov-file#setup-development-environment
New Services and API endpoints with docs were added, it will allow to add/update/delete almost any content in UNA (including accounts, profiles and even file uploads) via service calls or API endpoints. Docs are in autogenerated documentation (with cURL examples):
https://ci.una.io/docs/service.html#bx_system_general_cnt-get_info
