[PR #4138] docs: add muapi-langchain tools integration #4137

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4138
Author: @Anil-matcha
Created: 5/21/2026
Status: 🔄 Open

Base: mainHead: integrations/muapi-tools


📝 Commits (3)

  • 7d8a43b docs: add muapi-langchain tools integration
  • add2535 fix: remove spaces around em dashes (LangChain.DashesSpaces)
  • 616c6af Merge branch 'main' into integrations/muapi-tools

📊 Changes

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

View changed files

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

📄 Description

Summary

Adds src/oss/python/integrations/tools/muapi.mdx — documentation for the muapi-langchain package (MIT, on PyPI).

muapi-langchain exposes 390+ generative media models (images, video, audio, 3D) as four LangChain @tool-decorated functions. It follows the contribution guidelines: published as an independent PyPI package, not a PR to a langchain-ai repo.

What's documented

  • 4 tools: muapi_select (free discovery), muapi_generate (single-shot), muapi_run_skill (named recipes), muapi_creative_agent (HITL-gated planner)
  • MuapiCostCallback: real-time credit tracking + hard budget cap
  • MuapiAssetLoader: LangChain document loader for prior generations
  • Planner/specialist split: Deep Agents pattern with interrupt_on
  • Card entry added to tools/index.mdx

Checklist

  • New .mdx file in src/oss/python/integrations/tools/
  • Follows the TEMPLATE.mdx structure (Overview table, Setup, Invocation, Agent usage)
  • Package is on PyPI: https://pypi.org/project/muapi-langchain/
  • Card added to index.mdx

🔄 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/4138 **Author:** [@Anil-matcha](https://github.com/Anil-matcha) **Created:** 5/21/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `integrations/muapi-tools` --- ### 📝 Commits (3) - [`7d8a43b`](https://github.com/langchain-ai/docs/commit/7d8a43b0d22eb637e2932bce126506d66069f2cf) docs: add muapi-langchain tools integration - [`add2535`](https://github.com/langchain-ai/docs/commit/add25355f4ae28fcc67de4511f4d473f57f2eb55) fix: remove spaces around em dashes (LangChain.DashesSpaces) - [`616c6af`](https://github.com/langchain-ai/docs/commit/616c6afdb3c3a855e31ae681a7f82dbed3165120) Merge branch 'main' into integrations/muapi-tools ### 📊 Changes **2 files changed** (+223 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/tools/muapi.mdx` (+222 -0) </details> ### 📄 Description ## Summary Adds `src/oss/python/integrations/tools/muapi.mdx` — documentation for the [`muapi-langchain`](https://pypi.org/project/muapi-langchain/) package (MIT, on PyPI). `muapi-langchain` exposes 390+ generative media models (images, video, audio, 3D) as four LangChain `@tool`-decorated functions. It follows the contribution guidelines: published as an independent PyPI package, not a PR to a langchain-ai repo. ## What's documented - **4 tools**: `muapi_select` (free discovery), `muapi_generate` (single-shot), `muapi_run_skill` (named recipes), `muapi_creative_agent` (HITL-gated planner) - **`MuapiCostCallback`**: real-time credit tracking + hard budget cap - **`MuapiAssetLoader`**: LangChain document loader for prior generations - **Planner/specialist split**: Deep Agents pattern with `interrupt_on` - Card entry added to `tools/index.mdx` ## Checklist - [x] New `.mdx` file in `src/oss/python/integrations/tools/` - [x] Follows the TEMPLATE.mdx structure (Overview table, Setup, Invocation, Agent usage) - [x] Package is on PyPI: https://pypi.org/project/muapi-langchain/ - [x] Card added to index.mdx --- <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:12:53 -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#4137