From d3302e3f16701179169278e8a5c414297270859d Mon Sep 17 00:00:00 2001 From: Matt Kornfield Date: Tue, 23 Jun 2026 14:17:14 +0000 Subject: [PATCH] chore: update agent docs table for studio Signed-off-by: Matt Kornfield --- docs/studio/agents.mdx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/studio/agents.mdx b/docs/studio/agents.mdx index 74c9d0d9da..2dd46df759 100644 --- a/docs/studio/agents.mdx +++ b/docs/studio/agents.mdx @@ -12,16 +12,19 @@ The Agents table shows the agents in the selected workspace, including their dep |--------|-------|--------| | Review details | Select an agent row | Opens the agent side panel with name, workspace, description, and config format. | | Deploy an agent | Row actions > **Deploy** | Creates a deployment for the selected agent. | -| Chat with a deployment | Agent side panel > **Deployments** > **Chat** | Opens the chat playground for a running deployment. | -| Delete a deployment | Agent side panel > **Deployments** > **Delete** | Removes that deployment. | +| Test models | Row actions > **Test models** | Opens the model playground for the agent's configured model. | +| Clone an agent | Row actions > **Clone** | Creates a copy of the agent definition with a new name. | +| Chat with a deployment | Agent side panel > **Chat Playground** tab | Opens the chat playground for a running deployment. | +| Delete a deployment | Agent side panel > **Details** > **Deployments** > **Delete** | Removes that deployment. | | Delete an agent | Row actions > **Delete** | Removes the stored agent definition from the workspace. | ## Agent Details -The agent side panel has two primary areas: +The agent side panel has three tabs: -- **Agent Details** shows the stored agent metadata and config format. -- **Deployments** lists active and historical deployments for the agent, including endpoint and status. +- **Details** shows the stored agent metadata and config format. It includes a **Deployments** section listing active and historical deployments for the agent (endpoint and status), plus recent evaluations. +- **Chat Playground** opens an interactive chat with a running deployment. +- **Logs** shows deployment logs. Agents are created and updated through the `nemo agents` CLI or Agents API. NeMo Studio reflects the current workspace state after the platform services refresh.