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.
Chat with a deploymentAgent side panel > Deployments > ChatOpens the chat playground for a running deployment.
Delete a deploymentAgent side panel > Deployments > DeleteRemoves that deployment.
Delete an agentRow actions > DeleteRemoves the stored agent definition from the workspace.

Agent Details

The agent side panel has two primary areas:

  • Agent Details shows the stored agent metadata and config format.
  • Deployments lists active and historical deployments for the agent, including endpoint and status.

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.