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 an agent to open its details page.

ActionWhereResult
Review detailsSelect an agentOpens the agent details page with deployment, log, chat, evaluation, and configuration views.
Deploy an agentRow actions > DeployCreates a deployment for the selected agent.
Clone an agentRow actions > CloneCreates a copy of the agent definition with a new name.
Chat with a deploymentAgent details page > Chat tabOpens chat for a running deployment.
Delete a deploymentAgent details page > Deployments > DeleteRemoves that deployment.
Delete an agentRow actions > DeleteRemoves the stored agent definition from the workspace.

Agent Details

The agent details page has five tabs:

  • Deployments lists active and historical deployments for the agent. Use this tab to deploy the agent, open chat for a running deployment, view logs, or delete a deployment.
  • Logs shows deployment logs.
  • Chat opens an interactive chat with a running deployment.
  • Evaluations shows recent evaluation jobs for the agent and lets you start a new evaluation.
  • Details shows stored agent metadata and configuration, including workflow, model, tool, and additional config fields.

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.