[PR #3345] docs: add graceful-fail tool integration #3402

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3345
Author: @carsonroell-debug
Created: 3/27/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 32cd4d7 docs: add graceful-fail tool integration

📊 Changes

1 file changed (+109 additions, -0 deletions)

View changed files

src/oss/python/integrations/tools/graceful_fail.mdx (+109 -0)

📄 Description

Overview

Adding integration documentation for graceful-fail, a self-healing API proxy tool for LangChain agents. When an external API returns an error (4xx/5xx), graceful-fail intercepts the response and returns structured fix instructions — what went wrong, whether to retry, and what to change in the request.

Type of change

New documentation page

Related issues/PRs

N/A

Checklist

  • I've added a new integration page at src/oss/python/integrations/tools/graceful_fail.mdx
  • Content includes installation, setup, and usage examples

🔄 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/3345 **Author:** [@carsonroell-debug](https://github.com/carsonroell-debug) **Created:** 3/27/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`32cd4d7`](https://github.com/langchain-ai/docs/commit/32cd4d78bc3fe04e45f3dece8c14c5415d5b83b2) docs: add graceful-fail tool integration ### 📊 Changes **1 file changed** (+109 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/tools/graceful_fail.mdx` (+109 -0) </details> ### 📄 Description ## Overview Adding integration documentation for [graceful-fail](https://selfheal.dev), a self-healing API proxy tool for LangChain agents. When an external API returns an error (4xx/5xx), graceful-fail intercepts the response and returns structured fix instructions — what went wrong, whether to retry, and what to change in the request. ## Type of change New documentation page ## Related issues/PRs N/A ## Checklist - [x] I've added a new integration page at `src/oss/python/integrations/tools/graceful_fail.mdx` - [x] Content includes installation, setup, and usage examples --- <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:22:58 -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#3402