import React from 'react'; import { Skeleton } from '~/components/ui'; export default function AgentPanelSkeleton() { return (
{/* Avatar */}
{/* Name */}
{/* Description */}
{/* Instructions */}
{/* Model and Provider */}
{/* Capabilities */}
{/* Tools & Actions */}
{/* Admin Settings */}
{/* Bottom Buttons */}
); }