mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
* 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>
6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
import { analyzeTool } from '@/tools/google_pagespeed/analyze'
|
|
|
|
export const googlePagespeedAnalyzeTool = analyzeTool
|
|
|
|
export * from '@/tools/google_pagespeed/types'
|