Github
toolkit contains tools that enable an LLM agent to interact with a github repository.
The tool is a wrapper for the PyGitHub library.
For detailed documentation of all GithubToolkit features and configurations head to the API reference.
toolkit.get_tools()
langchain-community
. We will also need the pygithub
dependency:
repo.default_branch
.repo.default_branch
.include_release_tools=True
when initializing the toolkit:
include_release_tools=True
will include the following tools:
v1.0.0
.
GithubToolkit
features and configurations head to the API reference.