NeMo Studio Agents

View as Markdown

Use Agents in the NeMo Studio workspace sidebar to review and operate agent workflows managed by NeMo Platform.

Agent List

The Agents table shows the agents in the selected workspace, including their deployment state and creation time. Select a row to open the agent side panel.

ActionWhereResult
Review detailsSelect an agent rowOpens the agent side panel with name, workspace, description, and config format.
Deploy an agentRow actions > DeployCreates a deployment for the selected agent.
Test modelsRow actions > Test modelsOpens the model playground for the agent’s configured model.
Clone an agentRow actions > CloneCreates a copy of the agent definition with a new name.
Chat with a deploymentAgent side panel > Chat Playground tabOpens the chat playground for a running deployment.
Delete a deploymentAgent side panel > Details > Deployments > DeleteRemoves that deployment.
Delete an agentRow actions > DeleteRemoves the stored agent definition from the workspace.

Agent Details

The agent side panel has three tabs:

  • 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.