mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
e66759cc9d
Added a new tool to the Github toolkit called **Create Pull Request.**
Now we can make our own langchain contributor in langchain 😁
In order to have somewhere to pull from, I also added a new env var,
"GITHUB_BASE_BRANCH." This will allow the existing env var,
"GITHUB_BRANCH," to be a working branch for the bot (so that it doesn't
have to always commit on the main/master). For example, if you want the
bot to work in a branch called `bot_dev` and your repo base is `main`,
you would set up the vars like:
```
GITHUB_BASE_BRANCH = "main"
GITHUB_BRANCH = "bot_dev"
```
Maintainer responsibilities:
- Agents / Tools / Toolkits: @hinthornw
|
||
---|---|---|
.. | ||
amadeus.ipynb | ||
azure_cognitive_services.ipynb | ||
csv.ipynb | ||
document_comparison_toolkit.ipynb | ||
github.ipynb | ||
gmail.ipynb | ||
index.mdx | ||
jira.ipynb | ||
json.ipynb | ||
multion.ipynb | ||
office365.ipynb | ||
openapi_nla.ipynb | ||
openapi.ipynb | ||
pandas.ipynb | ||
playwright.ipynb | ||
powerbi.ipynb | ||
python.ipynb | ||
spark_sql.ipynb | ||
spark.ipynb | ||
sql_database.ipynb | ||
vectorstore.ipynb | ||
xorbits.ipynb |