Agent Steps

Vertical agent plan with done, active, and pending states indicated by check, spinner, and dot icons.

Parse user intent
Search knowledge base
Draft response
Format citations

New here? Read the installation guide.

Import & use
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"
    }
  ]}
/>

More AI pieces

View all AI
Epoch7/10
loss0.0421
step 1,280/2,00064%

Training Progress

Training run card with current epoch, step counter, loss value, and a violet progress bar reflecting completion.

Feedback Row

Thumbs up and down buttons with tinted active state, alongside copy and share actions.

"where is my order?"

order_status
87%
shipping_eta
9%
refund_request
4%

Intent Classifier

Intent ranking panel with the raw user input quoted above and a list of candidate labels with confidence bars.

Thought for 8 seconds

User wants to rate limit 100 req/min per key.

Leaky bucket gives smoother traffic than fixed window.

Redis INCR with TTL is the simplest implementation.

Chain of Thought

Collapsible reasoning panel with a brain icon header and italic thought bullets on a left border rail.

Thinking

Thinking Dots

Three staggered violet-to-fuchsia dots inside a pill next to a Thinking label.

Suggestion Pills

Wrapping row of pill suggestions that seed the prompt input with common intents.