""" HTML Export generator for Hermes sessions. Generates a standalone, beautiful HTML file with all messages embedded. Supports single and multi-session exports with a professional sidebar. No remote dependencies. Enhanced with UI-UX-PRO-MAX design intelligence. """ import json import datetime import secrets from typing import Any, Dict, List from urllib.parse import quote # --- Icons (Lucide-style SVGs) --- ICON_USER = '' ICON_BOT = '' ICON_TERMINAL = '' ICON_WRENCH = '' ICON_SPARKLES = '' ICON_CHEVRON_RIGHT = '' ICON_SEARCH = '' ICON_SHIELD = '' ICON_HERMES = '' HTML_TEMPLATE = """