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.jsonPulls 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
| Name | Type | Description |
|---|---|---|
| activity | string | null | What the agent is doing right now. |
| confirm | { text, calls } | null | An action waiting on the user. Outranks everything else. |
| onApprove | () => void | |
| onReject | () => void | |
| nudge | { title, detail?, ask } | null | An unprompted, screen-specific offer. |
| busy | boolean | Disables the approval buttons. |