[PR #2789] [CLOSED] docs: add secure tool execution how-to for delegated tool calls #2887

Closed
opened 2026-06-05 18:20:18 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2789
Author: @PetrefiedThunder
Created: 2/24/2026
Status: Closed

Base: mainHead: codex/aecp-secure-tool-execution


📝 Commits (6)

  • 5a0e233 docs: add secure tool execution page to LangChain Python navigation
  • 499f0a9 docs: add secure tool execution how-to
  • 6963fdd docs: add secure tool execution page to LangChain Python navigation
  • cc8ea20 docs: use langchain tool import in secure execution example
  • 6dd4bb6 docs: switch secure execution example to langchain.tools import
  • d823884 docs: switch secure execution example to langchain.tools import

📊 Changes

2 files changed (+107 additions, -0 deletions)

View changed files

📝 src/docs.json (+1 -0)
src/oss/langchain/secure-tool-execution.mdx (+106 -0)

📄 Description

Summary

Add a new LangChain Python docs page for secure tool execution patterns when tools can trigger side effects.

This PR adds:

  • src/oss/langchain/secure-tool-execution.mdx
  • src/docs.json navigation entry under Open source -> Python -> LangChain -> Core components

Why

Teams deploying tools in production often need explicit patterns for:

  • authorize-before-execute
  • budget-aware deny behavior
  • fail-closed execution
  • receipt-based auditability

Scope

  • Docs-only change
  • No runtime/package changes
  • No generated reference docs touched

Related

Closes #2787
Migrated from: https://github.com/langchain-ai/langchain/pull/35413

AI assistance disclosure

This PR text and draft content were prepared with AI assistance and reviewed by the author.


🔄 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/2789 **Author:** [@PetrefiedThunder](https://github.com/PetrefiedThunder) **Created:** 2/24/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/aecp-secure-tool-execution` --- ### 📝 Commits (6) - [`5a0e233`](https://github.com/langchain-ai/docs/commit/5a0e23374c1c3cefaafd5bfa6596a977db734e65) docs: add secure tool execution page to LangChain Python navigation - [`499f0a9`](https://github.com/langchain-ai/docs/commit/499f0a968cf0683ce6a86763d545d18bd3a96d80) docs: add secure tool execution how-to - [`6963fdd`](https://github.com/langchain-ai/docs/commit/6963fdd93d44553fe4b276bd2d1974129209f922) docs: add secure tool execution page to LangChain Python navigation - [`cc8ea20`](https://github.com/langchain-ai/docs/commit/cc8ea204c52554650aaa02daa371a36bdcb3b304) docs: use langchain tool import in secure execution example - [`6dd4bb6`](https://github.com/langchain-ai/docs/commit/6dd4bb6c39dacbcb1b8ed660dd03d8fc0aa0d01a) docs: switch secure execution example to langchain.tools import - [`d823884`](https://github.com/langchain-ai/docs/commit/d823884c5a67f81e633bb279e07f2220d6a59c55) docs: switch secure execution example to langchain.tools import ### 📊 Changes **2 files changed** (+107 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) ➕ `src/oss/langchain/secure-tool-execution.mdx` (+106 -0) </details> ### 📄 Description ## Summary Add a new LangChain Python docs page for secure tool execution patterns when tools can trigger side effects. This PR adds: - `src/oss/langchain/secure-tool-execution.mdx` - `src/docs.json` navigation entry under **Open source -> Python -> LangChain -> Core components** ## Why Teams deploying tools in production often need explicit patterns for: - authorize-before-execute - budget-aware deny behavior - fail-closed execution - receipt-based auditability ## Scope - Docs-only change - No runtime/package changes - No generated reference docs touched ## Related Closes #2787 Migrated from: https://github.com/langchain-ai/langchain/pull/35413 ## AI assistance disclosure This PR text and draft content were prepared with AI assistance and reviewed by the author. --- <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:20:18 -04:00
yindo closed this issue 2026-06-05 18:20:18 -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#2887