Service to handle OS-level notifications across different platforms Provides fallback mechanisms for environments where notifications are unavailable

Constructors

Properties

isElectron: boolean

Methods

  • Show a notification specifically for agent completion This is a convenience method with pre-configured options for agent notifications

    Parameters

    • agentName: string

      The name of the agent that completed

    • Optional taskDescription: string

      Optional description of the completed task

    Returns Promise<OSNotificationResult>

    Promise resolving to the notification result