Notification System
Notification System Overview
This application includes a notification system to inform users when a task is executed or completed. Tasks can vary, for example, an inquiry to an LLM, interaction with an agent, or deep research activities. Notifications provide users with updates on completed tasks and suggest the next actionable steps. There are 2 type of notification that currently supported
In App Notification
Email Notification
How to Access Notifications
Click the 🔔 (bell) icon located in the top left sidebar and it will show several notifications (if any).

A red dot will appear on the icon if there is a new notification.
To view more notifications, click "See More" to be redirected to the "View All Notifications" page.

Clicking a notification related to task scheduler will redirect user to a specific conversation
Current Implementation
Notifications are currently implemented for the Task Scheduler.
Future updates will integrate notifications directly with other components, gradually bypassing the Task Scheduler.
Notifications will remain visible for 7 days.
Email Notification
Notifications are available both via in-app alerts and through email.

Last updated