> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag-ui.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Draft changes being considered for the AG-UI protocol

# Overview

This section contains draft changes being considered for the AG-UI protocol. These proposals are under internal review and may be modified or withdrawn before implementation.

## Current Drafts

<CardGroup cols={2}>
  <Card title="Reasoning" href="/drafts/reasoning" icon="file-lines" color="#3B82F6" iconType="light">
    Support for LLM reasoning visibility and continuity with encrypted content
  </Card>

  <Card title="Interrupt-Aware Run Lifecycle" href="/concepts/interrupts" icon="file-lines" color="#3B82F6" iconType="light">
    Native support for agent pauses requiring human approval or input
  </Card>

  <Card title="Generative User Interfaces" href="/drafts/generative-ui" icon="file-lines" color="#3B82F6" iconType="light">
    AI-generated interfaces without requiring custom tool renderers
  </Card>

  <Card title="Meta Events" href="/drafts/meta-events" icon="file-lines" color="#3B82F6" iconType="light">
    Annotations and signals independent of agent runs
  </Card>
</CardGroup>

## Status Definitions

* **Draft** - Initial proposal under consideration
* **Under Review** - Active development and testing
* **Accepted** - Approved for implementation
* **Implemented** - Merged into the main protocol specification
* **Withdrawn** - Proposal has been withdrawn or superseded
