Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/studio/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading