Check if notification permission is granted
The current notification permission state
Check if OS notifications are supported in the current environment
true if notifications are supported, false otherwise
Request notification permission from the user
Promise resolving to the permission state
Show a notification specifically for agent completion This is a convenience method with pre-configured options for agent notifications
The name of the agent that completed
Optional
taskDescription: stringOptional description of the completed task
Promise resolving to the notification result
Show an OS-level notification with the given title and options
The notification title
Optional notification configuration
Promise resolving to the notification result
Service to handle OS-level notifications across different platforms Provides fallback mechanisms for environments where notifications are unavailable