'use client'; import { motion } from 'framer-motion'; export function Inspector() { return (
Built-in Debugger Inspect sessions, view event payloads, and troubleshoot without writing code.
Sandbox Agent Inspector
); }