Files
sim/apps/sim/tools/google_pagespeed/index.ts
Waleed ee20e119de feat(integrations): add amplitude, google pagespeed insights, and pagerduty integrations (#3385)
* feat(integrations): add amplitude and google pagespeed insights integrations

* verified and regen docs

* fix icons

* fix(integrations): add pagerduty to tool and block registries

Re-add registry entries that were reverted after initial commit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* more updates

* ack comemnts

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 18:56:34 -08:00

6 lines
166 B
TypeScript

import { analyzeTool } from '@/tools/google_pagespeed/analyze'
export const googlePagespeedAnalyzeTool = analyzeTool
export * from '@/tools/google_pagespeed/types'