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.
- 23