import type { AgentOutput } from '@/lib/types'; interface AgentOutputPanelProps { output: AgentOutput; } export default function AgentOutputPanel({ output }: AgentOutputPanelProps) { return (