Vertical agent plan with done, active, and pending states indicated by check, spinner, and dot icons.
New here? Read the installation guide.
import { Ai23 } from "@/components/beste/piece/ai23";
<Ai23
steps={[
{
"label": "Parse user intent",
"status": "done"
},
{
"label": "Search knowledge base",
"status": "done"
},
{
"label": "Draft response",
"status": "active"
},
{
"label": "Format citations",
"status": "pending"
}
]}
/>Training run card with current epoch, step counter, loss value, and a violet progress bar reflecting completion.
"where is my order?"
Intent ranking panel with the raw user input quoted above and a list of candidate labels with confidence bars.