GitLab
GitLab Inc. is an open-core company that operates
GitLab
, a DevOps software package that can develop, secure, and operate software.GitLab
includes a distributed version control based on Git, including features such as access control, bug tracking, software feature requests, task management, and wikis for every project, as well as snippets.
Tools/Toolkitsโ
GitLabToolkitโ
The Gitlab
toolkit contains tools that enable an LLM agent to interact with a gitlab repository.
The toolkit is a wrapper for the python-gitlab
library.
See a usage example.
from langchain_community.agent_toolkits.gitlab.toolkit import GitLabToolkit
API Reference:GitLabToolkit
GitLabActionโ
Tool for interacting with the GitLab API.
from langchain_community.tools.github.tool import GitHubAction
API Reference:GitHubAction