NeMo Studio Agents¶
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.
| Action | Where | Result |
|---|---|---|
| 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. |
| Delete an agent | Row actions > Delete | Removes 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.