// Mini live-output previews for each AIDD agent. // Each preview is a stylised, abstract artifact — not a screenshot. const AgentPreview = ({ kind, color }) => { const View = previews[kind]; if (!View) return null; return (