AmroUI
GitHub

Human Approval Pipeline

A reusable autonomous-workflow boundary that stops consequential actions until a person reviews and approves them.

Control boundaryHuman approval pipeline
Awaiting approval
  1. Agent draft
  2. 2Human review
  3. 3External action
No action has been sentReview the proposed change before it reaches a customer.

Installation

npm install @amro-ui/react

Usage

A reusable autonomous-workflow boundary that stops consequential actions until a person reviews and approves them.

Package

import { HumanApprovalPipeline } from "@amro-ui/react";

<HumanApprovalPipeline />

shadcn copy

import { HumanApprovalPipeline } from "@/components/ui/human-approval-pipeline";

<HumanApprovalPipeline />