You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/extras/integrations/toolkits
Gordon Clark e66759cc9d
Github add "Create PR" tool + Docs update (#8235)
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
1 year ago
..
amadeus.ipynb mv module integrations docs (#8101) 1 year ago
azure_cognitive_services.ipynb mv module integrations docs (#8101) 1 year ago
csv.ipynb mv module integrations docs (#8101) 1 year ago
document_comparison_toolkit.ipynb mv module integrations docs (#8101) 1 year ago
github.ipynb Github add "Create PR" tool + Docs update (#8235) 1 year ago
gmail.ipynb mv module integrations docs (#8101) 1 year ago
index.mdx mv module integrations docs (#8101) 1 year ago
jira.ipynb mv module integrations docs (#8101) 1 year ago
json.ipynb mv module integrations docs (#8101) 1 year ago
multion.ipynb mv module integrations docs (#8101) 1 year ago
office365.ipynb mv module integrations docs (#8101) 1 year ago
openapi.ipynb mv module integrations docs (#8101) 1 year ago
openapi_nla.ipynb mv popular and additional chains to use cases (#8242) 1 year ago
pandas.ipynb mv module integrations docs (#8101) 1 year ago
playwright.ipynb mv module integrations docs (#8101) 1 year ago
powerbi.ipynb mv module integrations docs (#8101) 1 year ago
python.ipynb correction to reference to code (#8301) 1 year ago
spark.ipynb mv module integrations docs (#8101) 1 year ago
spark_sql.ipynb mv popular and additional chains to use cases (#8242) 1 year ago
sql_database.ipynb Update sql database agent example (#8354) 1 year ago
vectorstore.ipynb mv module integrations docs (#8101) 1 year ago
xorbits.ipynb mv module integrations docs (#8101) 1 year ago