Class AgentCompletionNotificationService

Constructors

Properties

agentService: AgentService
messageService: MessageService
osNotificationService: OSNotificationService
preferenceService: PreferenceService
settingsService: AISettingsService
shell: ApplicationShell
windowBlinkService: WindowBlinkService

Methods

  • Show a completion notification for the specified agent if enabled in preferences.

    Parameters

    • agentId: string

      The unique identifier of the agent

    • Optional taskDescription: string

      Optional description of the completed task

    Returns Promise<void>