Manage Agentic Tools

This page outlines of the key steps for managing an agentic tool.

The Manage Agentic Tools feature in the Data Science Lab allows users to access, update, collaborate, version, control, or delete projects. From the Agentic Tools List, you can open an agentic tool project workspace, adjust its configuration, share it with teammates, push/pull changes to VCS, activate/deactivate runtime containers, or remove projects.

Accessing the Agentic Tools List

Navigation Path: Data Science Lab > Agentic Tools > Agentic Tools List

For all project management actions:

  1. Navigate to the Agentic Tools List page.

  2. Select a project from the table.

  3. Use the right-side details panel (or row actions) to perform the desired action.

Notes:

  • The Workspace opens by default when you view an agentic tool project.

  • To use full project features (e.g., run notebooks), first activate the agentic project.

  • Some actions require specific permissions (e.g., Share, Delete).

View an Agentic Project

Open the Agentic project’s Workspace to access notebooks, datasets, models, and utilities.

  1. On the Project List, select a project.

  2. Click View in the right panel.

  3. The Workspace opens.

Next Steps: From the workspace, you can open notebooks, attach datasets, or manage models.

Edit a Project

Update project metadata, configuration, or runtime resources.

  1. On the Agentic Tools List, select an agentic project.

  2. Click Edit in the right panel.

  3. Modify fields such as:

    • Project Name/Description

    • Environment

    • Resource Allocation

    • Idle Shutdown

    • External Libraries

    • Git Project/Branch

    • Nodepool, GPU Type/Limit

  4. Click Save.

  5. A confirmation message appears.

Tip: If you update External Libraries or the base environment, re-activate the project to apply changes.

Share an Agentic Project

Grant or revoke access for teammates.

  1. On the Agentic Tools List, select a project.

  2. Click Share in the right panel.

  3. Choose the User or User Group tab.

  4. Select entries from the available list and move them to the selected box.

  5. Choose the access level (e.g., View, Edit, Execute). You can select multiple access permissions.

    1. View: View project details

    2. Edit: View and edit project details

    3. Execute: Activate/Deactivate the project container

  6. Click Save to apply.

  7. (Optional) Use Exclude/Revoke to remove access for specific users/groups.

Permissions:

  • Admins can share/unshare any project.

  • Non-admins need explicit manage/share rights.

Version Control

Version your agentic project and track the changes made to the original project by using this functionality.

Push to VCS

Create various versions of the selected agentic project and store them in the VCS.

  1. On the Project List, select a project.

  2. Click Push/Pull (or Push & Pull to VCS).

  3. Enter a Commit Message.

  4. Select Push Type:

    • Version Control – save in the same environment’s VCS.

    • GIT Export (Migration) – export to Git for migration.

  5. Click Save.

  6. Confirm the success message.

Pull from VCS

Get all the available versions of the selected agentic project and select the desired one for your process.

  1. On the Project List, select a project.

  2. Click Push/Pull.

  3. Open the Pull tab, select a prior version.

  4. Click Save to import.

  5. Confirm the success message.

Note: See Git Migration documentation for full details on export/import.

Activate & Deactivate an Agentic Project

Control the runtime state of the agentic project container.

Activate

  1. On the Project List, select a project.

  2. Click Activate.

  3. Confirm in the dialog.

  4. Wait for the success message.

  5. The selected agentic project will be activated.

  6. The button switches to Deactivate.

Deactivate

  1. On the Project List, select an active project.

  2. Click Deactivate.

  3. Confirm Yes in the dialog.

  4. Wait for the success message.

  5. The selected Agentic Project will be deactivated.

  6. The button switches to Activate.

Note: Idle sessions auto-terminate after the configured Idle Shutdown period. Re-activate to continue.

Delete an Agentic Project

Remove a project permanently or move it to Trash (depending on retention policy).

  1. On the Agentic Tools List, select an Agentic project.

  2. Click the Delete icon.

  3. Confirm Yes in the dialog.

  4. A success message confirms deletion.

Notes:

  • Deleted projects typically move to Trash; Admins can purge them permanently.

  • Ensure critical assets (e.g., models, notebooks) are backed up before deletion.

Troubleshooting & Tips

  • Cannot Edit or Run: Ensure the project is activated and permissions are valid.

  • Push/Pull Fails: Check Git credentials, branch, or network access; verify Repo Sync is enabled.

  • Library Changes Not Applied: Deactivate and re-activate the project to refresh the runtime.

  • Accidentally Replaced Version: Use Pull to restore the correct version.