[PR #4264] docs: add AllocContext tools integration page #4252

Open
opened 2026-06-05 19:13:16 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4264
Author: @negillett
Created: 6/2/2026
Status: 🔄 Open

Base: mainHead: docs/alloc-context-tools


📝 Commits (2)

  • f05f496 docs: add AllocContext tools integration page
  • 1398d76 fix: Vale em-dash spacing in alloc_context integration page

📊 Changes

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

View changed files

src/oss/python/integrations/tools/alloc_context.mdx (+169 -0)
📝 src/oss/python/integrations/tools/index.mdx (+1 -0)

📄 Description

Overview

Adds a new Tools integration page for AllocContext — portfolio-aware crypto context for AI agents over MCP, wrapped as LangChain StructuredTools via the alloc-context PyPI package (build_hosted_langchain_tools()).

Changes:

  • New page: src/oss/python/integrations/tools/alloc_context.mdx
  • One Card on src/oss/python/integrations/tools/index.mdx (alphabetically after ADS4GPTs)

Integration code lives in the standalone package AllocContext/alloc-context per the publish integration guide; this PR is documentation only.

Type of change

Type: New documentation page

Related issues/PRs

  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly (examples mirror the upstream repo’s docs/langchain-integration.md and examples/langchain/run_example.py; hosted calls require an x402 payer wallet)
  • I have used root relative paths for internal links (index card: /oss/integrations/tools/alloc_context)
  • I have updated navigation in src/docs.json if needed (not required — individual tool pages are linked from the tools index via <Card> entries, same pattern as other integrations)

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

  • PyPI: alloc-context with optional [hosted] extra for x402 upstream client deps
  • Hosted MCP: https://mcp.alloc-context.com/mcp (x402 on Base)
  • Local dev path: Docker self-host + langchain-mcp-adapters (documented on the page; no x402)
  • Page includes privacy / not-financial-advice disclaimers consistent with upstream docs

🔄 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/4264 **Author:** [@negillett](https://github.com/negillett) **Created:** 6/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/alloc-context-tools` --- ### 📝 Commits (2) - [`f05f496`](https://github.com/langchain-ai/docs/commit/f05f496b04c6411bbc38311e30aa98e1ebb6f4d1) docs: add AllocContext tools integration page - [`1398d76`](https://github.com/langchain-ai/docs/commit/1398d76a899e7905b9f32a9e49ed2f1f759e293b) fix: Vale em-dash spacing in alloc_context integration page ### 📊 Changes **2 files changed** (+170 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/tools/alloc_context.mdx` (+169 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -0) </details> ### 📄 Description ## Overview Adds a new **Tools** integration page for [AllocContext](https://github.com/AllocContext/alloc-context) — portfolio-aware crypto context for AI agents over MCP, wrapped as LangChain `StructuredTool`s via the `alloc-context` PyPI package (`build_hosted_langchain_tools()`). Changes: - New page: `src/oss/python/integrations/tools/alloc_context.mdx` - One **Card** on `src/oss/python/integrations/tools/index.mdx` (alphabetically after ADS4GPTs) Integration code lives in the standalone package [AllocContext/alloc-context](https://github.com/AllocContext/alloc-context) per the [publish integration guide](https://docs.langchain.com/oss/python/contributing/publish-langchain); this PR is documentation only. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: n/a - Feature PR: https://github.com/AllocContext/alloc-context (LangChain wrapper merged in `alloccontext.integrations.langchain`; see `docs/langchain-integration.md` in that repo) <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly *(examples mirror the upstream repo’s `docs/langchain-integration.md` and `examples/langchain/run_example.py`; hosted calls require an x402 payer wallet)* - [x] I have used **root relative** paths for internal links *(index card: `/oss/integrations/tools/alloc_context`)* - [x] I have updated navigation in `src/docs.json` if needed *(not required — individual tool pages are linked from the tools index via `<Card>` entries, same pattern as other integrations)* (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes - **PyPI:** `alloc-context` with optional `[hosted]` extra for x402 upstream client deps - **Hosted MCP:** `https://mcp.alloc-context.com/mcp` (x402 on Base) - **Local dev path:** Docker self-host + `langchain-mcp-adapters` (documented on the page; no x402) - Page includes privacy / not-financial-advice disclaimers consistent with upstream docs --- <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 19:13:16 -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#4252