'use client'; import { motion } from 'framer-motion'; export function SetupCodeSlide(): React.ReactElement { return (
Add the TPMJS meta-tools to your project
npm
{' '}
install @tpmjs/search-registry @tpmjs/registry-execute
import
{' { searchTpmjsToolsTool } '}
from
{'\n'}
{" '@tpmjs/search-registry'"}
;
{'\n'}
import
{' { registryExecuteTool } '}
from
{'\n'}
{" '@tpmjs/registry-execute'"}
;
{'\n'}
import
{' { generateText } '}
from
{" 'ai'"}
;