Tabbed AI chat panel with animated reasoning replies and a message composer for agent interfaces.
import ChatComposer from "@/components/ui/chat"; export default function Default() { return ( <div className="flex min-h-[360px] w-full items-center justify-center rounded-window bg-canvas p-6"> <ChatComposer /> </div> ); }