import { Bot } from "lucide-react"; interface AgentsPanelProps { onOpenChange: (open: boolean) => void; } export function AgentsPanel({}: AgentsPanelProps) { return (

Coming Soon

The Agents management feature is currently under development. Stay tuned for powerful autonomous capabilities.

); }