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