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:
Navigate to the Agentic Tools List page.
Select a project from the table.
Use the right-side details panel (or row actions) to perform the desired action.
View an Agentic Project
Open the Agentic project’s Workspace to access notebooks, datasets, models, and utilities.
On the Project List, select a project.
Click View in the right panel.
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.
On the Agentic Tools List, select an agentic project.
Click Edit in the right panel.
Modify fields such as:
Project Name/Description
Environment
Resource Allocation
Idle Shutdown
External Libraries
Git Project/Branch
Nodepool, GPU Type/Limit
Click Save.
A confirmation message appears.
Share an Agentic Project
Grant or revoke access for teammates.
On the Agentic Tools List, select a project.
Click Share in the right panel.
Choose the User or User Group tab.
Select entries from the available list and move them to the selected box.
Choose the access level (e.g., View, Edit, Execute). You can select multiple access permissions.
View: View project details
Edit: View and edit project details
Execute: Activate/Deactivate the project container
Click Save to apply.
(Optional) Use Exclude/Revoke to remove access for specific users/groups.
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.
On the Project List, select a project.
Click Push/Pull (or Push & Pull to VCS).
Enter a Commit Message.
Select Push Type:
Version Control – save in the same environment’s VCS.
GIT Export (Migration) – export to Git for migration.
Click Save.
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.
On the Project List, select a project.
Click Push/Pull.
Open the Pull tab, select a prior version.
Click Save to import.
Confirm the success message.
Warning: Pulling replaces the current state with the selected version.
Activate & Deactivate an Agentic Project
Control the runtime state of the agentic project container.
Activate
On the Project List, select a project.
Click Activate.
Confirm in the dialog.
Wait for the success message.
The selected agentic project will be activated.
The button switches to Deactivate.
Deactivate
On the Project List, select an active project.
Click Deactivate.
Confirm Yes in the dialog.
Wait for the success message.
The selected Agentic Project will be deactivated.
The button switches to Activate.
Delete an Agentic Project
Remove a project permanently or move it to Trash (depending on retention policy).
On the Agentic Tools List, select an Agentic project.
Click the Delete icon.
Confirm Yes in the dialog.
A success message confirms 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.