TIA / app /agents /MultiAgentPanel.tsx
DJ-Goanna-Coding's picture
Upload folder using huggingface_hub
fa3ed75 verified
raw
history blame contribute delete
172 Bytes
export default function MultiAgentPanel() {
return (
<div style={{ padding: 20 }}>
<h2>AGENT PANEL</h2>
<p>Agents will appear here.</p>
</div>
);
}