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