'use client'; import { motion } from 'framer-motion'; export function AgentExampleNextStepsSlide(): React.ReactElement { return (

Try It Yourself

Complete working example

Clone & Run
            
              git clone
               github.com/tpmjs/agent-example
              {'\n'}
              cd
               agent-example
              {'\n'}
              npm
               install
              {'\n'}
              npm
               run dev
            
          
🔍
Browse Registry
See all available tools
📚
Agent Docs
Deep dive into meta-tools
Your agent can now use 200+ tools without installing any of them
); }