[PR #3223] feat(langchain): headless tools #3287

Open
opened 2026-06-05 18:21:41 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3223
Author: @christian-bromann
Created: 3/19/2026
Status: 🔄 Open

Base: mainHead: cb/headless-tools


📝 Commits (10+)

📊 Changes

6 files changed (+515 additions, -670 deletions)

View changed files

📝 package-lock.json (+4 -664)
📝 package.json (+1 -5)
📝 src/docs.json (+2 -0)
src/oss/langchain/frontend/headless-tools.mdx (+450 -0)
📝 src/oss/langchain/frontend/overview.mdx (+3 -0)
📝 src/oss/langchain/tools.mdx (+55 -1)

📄 Description

This patch documents headless tools.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3223 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `cb/headless-tools` --- ### 📝 Commits (10+) - [`67ba073`](https://github.com/langchain-ai/docs/commit/67ba073189ad7e1da7d4286c5c19190f55b0e9fa) feat(langchain): headless tools - [`6756aed`](https://github.com/langchain-ai/docs/commit/6756aed54f381436594850488107980f85b722e0) cr - [`4624770`](https://github.com/langchain-ai/docs/commit/46247702fc9309c58a2166736581c6a2ecded0ce) simpler agent - [`06da0bd`](https://github.com/langchain-ai/docs/commit/06da0bd40a4bd0e70e052a933d0af076ee45c762) cr - [`9d39331`](https://github.com/langchain-ai/docs/commit/9d3933119d56c18cc3b4e30a995f28fe6b13974f) improved docs - [`2a9d1f4`](https://github.com/langchain-ai/docs/commit/2a9d1f48af7c53a965401866d3a1540145d2057e) use card - [`f56c04f`](https://github.com/langchain-ai/docs/commit/f56c04f8ae623c373d15afcae0cbbe5cc9907951) bump iframe - [`5d55211`](https://github.com/langchain-ai/docs/commit/5d55211d15ddd87409bc0cbfea275950cca56e0f) Update src/oss/langchain/frontend/headless-tools.mdx - [`1c7f0a5`](https://github.com/langchain-ai/docs/commit/1c7f0a53620acbcf334432a7edcfa1e2b558f71a) docs improvements - [`385c615`](https://github.com/langchain-ai/docs/commit/385c6152c92ede757c18093ecbd2b0d2772a6bc4) pr feedback ### 📊 Changes **6 files changed** (+515 additions, -670 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -664) 📝 `package.json` (+1 -5) 📝 `src/docs.json` (+2 -0) ➕ `src/oss/langchain/frontend/headless-tools.mdx` (+450 -0) 📝 `src/oss/langchain/frontend/overview.mdx` (+3 -0) 📝 `src/oss/langchain/tools.mdx` (+55 -1) </details> ### 📄 Description This patch documents headless tools. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:41 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3287