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

# 05.2026

> May 2026 release notes.

The **May 2026** PolyAI Agent Studio release ships a redesigned **Conversations** workspace built for high-volume review, introduces the **Agent Development Kit (ADK)** for local agent development, and adds a one-click **Tripleseat** integration for restaurant agents.

Expand the items below for details:

<AccordionGroup>
  <Accordion title="Conversations workspace revamp" icon="comments" id="conversations-revamp">
    <img src="https://mintcdn.com/polyai/rSFEoR-hN0C8DJ2I/images/analytics/conv-review-side-panel.png?fit=max&auto=format&n=rSFEoR-hN0C8DJ2I&q=85&s=06bf93e0259b62e80ef89fdf9169190d" alt="conv-review-side-panel" width="2490" height="1026" data-path="images/analytics/conv-review-side-panel.png" />

    The Conversations page is now organized around channel scopes, saved views, layered diagnosis, and an integrated review side panel — purpose-built for analyzing conversations at scale.

    * **Voice and Webchat as separate scopes** — each with their own saved views, column layouts, and an integrated review side panel that opens without leaving the table.
    * **Saved views** — built-in **Production** and **Test** System Views, plus your own **Custom Views** as pinned tabs. Duplicate, set as default, and share filters as a link.
    * **Diagnosis toggle group** — debugging layers (tool calls, flows, variables, latency, logs, sources) are now independent toggles that persist as you move between conversations.

    See [Conversation review](/analytics/conversations/review), [Views](/analytics/conversations/views), and [Diagnosis](/analytics/conversations/diagnosis) for the full walkthrough.
  </Accordion>

  <Accordion title="SMS closing notification on idle timeout" icon="message-sms" id="sms-idle-timeout-notification">
    When an SMS conversation goes idle and the session times out due to inactivity, the agent now sends a brief closing SMS — *"I am going to end conversation now"* — before tearing the session down. Users get an explicit signal that the conversation is over instead of silently being dropped.

    This applies only to abandoned (timed-out) sessions. Conversations that end naturally or because the user explicitly leaves are unchanged.

    See [SMS overview → Session timeouts](/sms/introduction#session-timeouts) for details.
  </Accordion>

  <Accordion title="Agent Development Kit (ADK)" icon="terminal" id="adk">
    <img src="https://mintcdn.com/polyai/VaO-Z__noY88iopO/images/release-notes/2605/adk-docs-home.png?fit=max&auto=format&n=VaO-Z__noY88iopO&q=85&s=203e3571341cf02cb158f5a43c851ea5" alt="adk-docs-home" width="3020" height="1556" data-path="images/release-notes/2605/adk-docs-home.png" />

    Build PolyAI agents locally with the new **Agent Development Kit (ADK)** — a Python CLI (`polyai-adk` on PyPI) that brings a pull-edit-push workflow to Agent Studio projects.

    * **Pull your project as code** — `poly pull` downloads your agent as human-readable YAML files organized by resource type (topics, flows, entities, agent settings) plus Python for functions.
    * **Edit anywhere** — work in your IDE, with scripts, or with AI coding assistants like Claude, and version everything in Git.
    * **Push back to Agent Studio** — `poly push` diffs local changes against the remote state and applies updates to the target environment immediately.
    * **Self-serve API keys** — generate keys from your account at [studio.poly.ai](https://studio.poly.ai). Fully compatible with Agent Studio and the Agents API — switch between surfaces at any time.

    See [Agent Development Kit (ADK)](/extend/adk) for installation, authentication, and usage instructions.
  </Accordion>

  <Accordion title="Tripleseat integration" icon="champagne-glasses" id="tripleseat-integration">
    Connect PolyAI to **Tripleseat** to capture event and large-party leads from voice, webchat, and SMS conversations — without writing custom code. Projects on the PLG restaurant template can connect Tripleseat through one-click OAuth from the Integrations page; other projects continue to be supported through Managed Services.

    See [Tripleseat](/integrations/tripleseat) for the setup guide.
  </Accordion>
</AccordionGroup>
