# XWUIAgentApprovalQueue

Inbox of pending agent actions with context, args, risk, approve/deny/edit, escalation and timeout. Default autonomy is `suggest`.

## Basic Usage

One pending write with a visible diff summary.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: One pending high-risk write waiting for review.
```

## Empty Queue

Empty inbox still shows autonomy and an empty state.

```example
file: examples/EmptyQueue.ts
html: examples/EmptyQueue.html
title: Empty Queue
description: Empty inbox with autonomy badge.
```

## Escalated

Pending item already routed to an owner.

```example
file: examples/Escalated.ts
html: examples/Escalated.html
title: Escalated
description: Escalation target shown on the selected item.
```

## Resolved Mix

Accepted and pending items in one queue.

```example
file: examples/ResolvedMix.ts
html: examples/ResolvedMix.html
title: Resolved Mix
description: Mix of accepted and pending approvals.
```

```api
```
