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
- Agent draft
- 2Human review
- 3External action
No action has been sentReview the proposed change before it reaches a customer.
Installation
npm install @amro-ui/reactUsage
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 />