Free components for building your own support agent — bring any backend.Want the agent too? Inflection resolves support requests inside your app.

Block

Agent actions

Approval, progress and suggestions in priority order — one at a time. Drops into the messenger's slot.

Install

npx shadcn@latest add https://ui.inflection.network/r/agent-actions.json

Pulls in utils, confirm-card, activity-chip, nudge-card automatically.

Usage

I can cancel this order and refund it to your card.

  • Cancel order
    order
    1032
    refund
    £48.00

Props

NameTypeDescription
activitystring | nullWhat the agent is doing right now.
confirm{ text, calls } | nullAn action waiting on the user. Outranks everything else.
onApprove() => void
onReject() => void
nudge{ title, detail?, ask } | nullAn unprompted, screen-specific offer.
busybooleanDisables the approval buttons.