agenticv0.1

Components

Approval

A human-in-the-loop gate: the agent pauses and asks a person to approve, edit or reject an action before proceeding — non-negotiable in regulated flows. Resolves to an approved or rejected state.

llms.txt ↗

Gate

Click Approve or Reject to resolve — the card records the decision.

Approval required

Auto-approve KYC case #4821 (low risk).

{
  "risk": "low",
  "confidence": 0.98,
  "sanctions": false,
  "pep": false
}

API

PropTypeDefaultDescription
actionstringrequiredThe action being gated, shown to the reviewer.
titlestring'Approval required'Card heading.
detailunknownOptional payload rendered as a JSON block.
editablebooleanfalseShow an Edit action alongside Approve / Reject.
state'pending' | 'approved' | 'rejected''pending'Current decision (two-way, [(state)]).
EventTypeDefaultDescription
approvevoidEmitted when the reviewer approves.
rejectvoidEmitted when the reviewer rejects.
editvoidEmitted when the Edit action is pressed (if editable).