Human-in-the-loop approval workflow for sensitive actions. Creates approval request files in Pending_Approval/, waits for human to move to Approved/ or Rejected/, then executes or cancels the action. Use for payments, external communications, or any sensitive operations. Triggers when user mentions approval workflow, sensitive actions, payment approval, human-in-the-loop, or moving files between approval folders.
Human-in-the-loop approval system for sensitive actions.
AI_Employee_Vault/
├── Pending_Approval/ ← New approval requests go here
├── Approved/ ← Human moves here to approve
├── Rejected/ ← Human moves here to reject
└── Done/ ← Completed approvals archived here
---