Commit Graph

14050 Commits

Author SHA1 Message Date
Mason Daugherty
aa577c7650 Merge branch 'master' into open-swe/bf7eedad-b574-486c-b411-d38f3f59b2a8 2025-08-12 11:55:52 -04:00
Brody
98797f367a docs: fix broken links (#32513)
**Description:**

Two broken links were reported by another LangChain employee. This PR
fixes those links.

Fixed and tested locally.
  
**Dependencies:**

None
2025-08-12 15:55:37 +00:00
Christophe Bornet
1563099f3f chore(langchain): select ALL rules with exclusions (#31930)
Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-08-12 11:51:31 -04:00
rishiraj
7f259863e1 feat(docs): add truefoundry ai gateway (#32362)
This PR adds documentation for integrating [TrueFoundry’s AI
Gateway](https://www.truefoundry.com/ai-gateway) with Langfuse using the
Langraph OpenAI SDK.
The integration sends requests through TrueFoundry’s AI Gateway for
unified governance, observability, and routing, while Langraph runs on
the client side to capture execution traces and telemetry.
- Issue: N/A
- Dependencies: None
- Twitter - https://x.com/truefoundry


tests - Not applicable

---------

Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-12 02:26:45 +00:00
Mason Daugherty
c8df6c7ec9 chore: update CONTRIBUTING.md to more clearly mention forum (#32509) 2025-08-11 23:02:21 +00:00
Christophe Bornet
cf2b4bbe09 chore(cli): select ALL rules with exclusions (#31936)
Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-08-11 22:43:11 +00:00
Christophe Bornet
09a616fe85 chore(standard-tests): add ruff rules D (#32347)
See https://docs.astral.sh/ruff/rules/#pydocstyle-d

Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-08-11 22:26:11 +00:00
Christophe Bornet
46bbd52e81 chore(cli): add ruff rules D1 (#32350)
Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-08-11 22:25:30 +00:00
Christophe Bornet
8b663ed6c6 chore(text-splitters): bump mypy version to 1.17 (#32387)
Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-08-11 22:24:49 +00:00
Anderson
166c027434 docs: add scrapeless integration documentation (#32081)
Thank you for contributing to LangChain! 
- [x] **PR title**: "package: description"
- Where "package" is whichever of langchain, core, etc. is being
modified. Use "docs: ..." for purely docs changes, "infra: ..." for CI
changes.
  - Example: "core: add foobar LLM"

- **Description:** Integrated the Scrapeless package to enable Langchain
users to seamlessly incorporate Scrapeless into their agents.
- **Dependencies:** None
- **Twitter handle:** [Scrapelessteam](https://x.com/Scrapelessteam)

- [x] **Add tests and docs**: If you're adding a new integration, you
must include:
1. A test for the integration, preferably unit tests that do not rely on
network access,
2. An example notebook showing its use. It lives in
`docs/docs/integrations` directory.

- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See [contribution
guidelines](https://python.langchain.com/docs/contributing/) for more.

Additional guidelines:

- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to `pyproject.toml` files (even
optional ones) unless they are **required** for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.

---------

Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-08-11 22:16:15 +00:00
GDanksAnchor
4a2a3fcd43 docs: add anchorbrowser (#32494)
# Description

This PR updates the docs for the
[langchain-anchorbrowser](https://pypi.org/project/langchain-anchorbrowser/)
package. It adds a few tools

[Anchor Browser](https://anchorbrowser.io/?utm=langchain) is the
platform for AI Agentic browser automation, which solves the challenge
of automating workflows for web applications that lack APIs or have
limited API coverage. It simplifies the creation, deployment, and
management of browser-based automations, transforming complex web
interactions into simple API endpoints.

---------

Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-08-11 21:48:10 +00:00
Anubhav Dhawan
d46dcf4a60 docs: add Google partner guide for MCP Toolbox (#32356)
This PR introduces a new Google partner guide for MCP Toolbox. The
primary goal of this new documentation is to enhance the discoverability
of MCP Toolbox for developers working within the Google ecosystem,
providing them with a clear and direct path to using our tools.

> [!IMPORTANT]
> This PR contains link to a page which is added in #32344. This will
cause deployment failure until that PR is merged.

---------

Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-08-11 21:34:12 +00:00
William Espegren
d2ac3b375c fix(docs): add Spider as a webpage loader (#32453)
[Spider](https://spider.cloud/) is a webpage loader and should be listed
under the
["Webpages"](https://python.langchain.com/docs/integrations/document_loaders/#webpages)
table on the Document loaders page.

Twitter: https://x.com/WilliamEspegren

---------

Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-08-11 21:23:03 +00:00
Anubhav Dhawan
1e38fd2ce3 docs: add integration guide for MCP Toolbox (#32344)
This PR introduces a new integration guide for MCP Toolbox. The primary
goal of this new documentation is to enhance the discoverability of MCP
Toolbox for developers working within the LangChain ecosystem, providing
them with a clear and direct path to using our tools.

This approach was chosen to provide users with a practical, hands-on
example that they can easily follow.

> [!NOTE]
> The page added in this PR is linked to from a section in Google
partners page added in #32356.

---------

Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-08-11 21:03:38 +00:00
open-swe[bot]
cc9eb25ab5 Apply patch [skip ci] 2025-08-11 20:55:59 +00:00
open-swe[bot]
01ba5e9bc7 Apply patch [skip ci] 2025-08-11 20:55:43 +00:00
open-swe[bot]
b85e49ad19 Apply patch [skip ci] 2025-08-11 20:54:39 +00:00
open-swe[bot]
dd85d83cc0 Apply patch [skip ci] 2025-08-11 20:53:09 +00:00
open-swe[bot]
530fd9e915 Apply patch [skip ci] 2025-08-11 20:52:45 +00:00
open-swe[bot]
d6171c1ef5 Apply patch [skip ci] 2025-08-11 20:52:31 +00:00
open-swe[bot]
d7b3288e9f Apply patch [skip ci] 2025-08-11 20:52:15 +00:00
open-swe[bot]
1422d3967a Apply patch [skip ci] 2025-08-11 20:51:44 +00:00
open-swe[bot]
8b52e51463 Apply patch [skip ci] 2025-08-11 20:51:29 +00:00
open-swe[bot]
691e9a6122 Apply patch [skip ci] 2025-08-11 20:51:12 +00:00
open-swe[bot]
768672978a Apply patch [skip ci] 2025-08-11 20:50:00 +00:00
open-swe[bot]
d9724b095a Apply patch [skip ci] 2025-08-11 20:49:44 +00:00
open-swe[bot]
fd67824070 Apply patch [skip ci] 2025-08-11 20:49:30 +00:00
open-swe[bot]
43bfe80a9d Apply patch [skip ci] 2025-08-11 20:48:55 +00:00
open-swe[bot]
66681db859 Apply patch [skip ci] 2025-08-11 20:48:20 +00:00
open-swe[bot]
d27d3b793e Apply patch [skip ci] 2025-08-11 20:47:48 +00:00
open-swe[bot]
7611b72699 Apply patch [skip ci] 2025-08-11 20:47:33 +00:00
open-swe[bot]
e0be73a6d0 Apply patch [skip ci] 2025-08-11 20:47:16 +00:00
open-swe[bot]
f7ab2a2457 Apply patch [skip ci] 2025-08-11 20:46:45 +00:00
open-swe[bot]
551c8f8d27 Apply patch [skip ci] 2025-08-11 20:46:29 +00:00
open-swe[bot]
0199fb2af7 Apply patch [skip ci] 2025-08-11 20:46:13 +00:00
open-swe[bot]
dede4c3e79 Apply patch [skip ci] 2025-08-11 20:44:13 +00:00
open-swe[bot]
2faefcdc03 Apply patch [skip ci] 2025-08-11 20:43:59 +00:00
open-swe[bot]
a91ee1ca0f Apply patch [skip ci] 2025-08-11 20:43:45 +00:00
open-swe[bot]
474b43a4f5 Apply patch [skip ci] 2025-08-11 20:43:03 +00:00
open-swe[bot]
bca5f8233c Apply patch [skip ci] 2025-08-11 20:42:45 +00:00
open-swe[bot]
93bcd94608 Apply patch [skip ci] 2025-08-11 20:42:31 +00:00
open-swe[bot]
ade69b59aa Apply patch [skip ci] 2025-08-11 20:42:16 +00:00
open-swe[bot]
233e0e5186 Apply patch [skip ci] 2025-08-11 20:40:41 +00:00
open-swe[bot]
87ceb343ee Apply patch [skip ci] 2025-08-11 20:40:25 +00:00
open-swe[bot]
7328ec38ac Apply patch [skip ci] 2025-08-11 20:40:10 +00:00
open-swe[bot]
357fe8f71a Apply patch [skip ci] 2025-08-11 20:39:55 +00:00
open-swe[bot]
0d53d49d25 Apply patch [skip ci] 2025-08-11 20:38:19 +00:00
open-swe[bot]
7db51bcf28 Apply patch [skip ci] 2025-08-11 20:38:01 +00:00
open-swe[bot]
00f8b459a2 Apply patch [skip ci] 2025-08-11 20:37:28 +00:00
open-swe[bot]
9bc4c99c1c Apply patch [skip ci] 2025-08-11 20:37:14 +00:00