Show an agent completion notification.
Future<void> notifyAgentComplete(String agentId, String description) => notify(title: 'Agent Complete', body: description, category: 'agent');