Skip to main content
Open on GitHub

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

Gitlab 工具包包含可使 LLM 代理与 GitLab 仓库交互的工具。

工具包是 python-gitlab 库的包装。

查看一个 使用示例

from langchain_community.agent_toolkits.gitlab.toolkit import GitLabToolkit
API 参考:GitLabToolkit

GitLabAction

用于与GitLab API交互的工具。

from langchain_community.tools.gitlab.tool import GitLabAction
API 参考:GitLabAction