Assistant Card

Catalog card for a configured assistant with a tone-filled bot tile, name, short description, and the tool count.

Research Copilot4 tools

Searches papers and drafts literature reviews on request.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Ai36 } from "@/components/beste/piece/ai36";

<Ai36
  name="Research Copilot"
  description="Searches papers and drafts literature reviews on request."
  tools={4}
  tone="sky"
/>