/** * Composio display-name map: toolkit slug → human-readable name. * Single source of truth — used by both core and renderer. */ export const COMPOSIO_DISPLAY_NAMES: Record = { gmail: 'Gmail', slack: 'Slack', microsoft_outlook: 'Microsoft Outlook', microsoft_teams: 'Microsoft Teams', googlecalendar: 'Google Calendar', googledocs: 'Google Docs', googlesheets: 'Google Sheets', notion: 'Notion', airtable: 'Airtable', calendly: 'Calendly', cal: 'Cal.com', googledrive: 'Google Drive', dropbox: 'Dropbox', onedrive: 'OneDrive', github: 'GitHub', linear: 'Linear', jira: 'Jira', asana: 'Asana', trello: 'Trello', hubspot: 'HubSpot', salesforce: 'Salesforce', linkedin: 'LinkedIn', twitter: 'X', reddit: 'Reddit', intercom: 'Intercom', zendesk: 'Zendesk', };