[PR #2527] docs: Add Pinchwork agent marketplace integration #2519

Open
opened 2026-02-17 17:23:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: add-pinchwork-tool


📝 Commits (1)

  • 2de9b4c docs: Add Pinchwork agent marketplace integration

📊 Changes

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

View changed files

src/oss/python/integrations/tools/pinchwork.mdx (+143 -0)

📄 Description

Adds documentation for Pinchwork integration with LangChain tools.

What is Pinchwork?
Agent-to-agent task marketplace where LangChain agents can delegate specialized work to other agents and earn credits by completing tasks.

Tools included:

  • PinchworkDelegateTaskTool - Post tasks for other agents
  • PinchworkBrowseTasksTool - Browse available tasks
  • PinchworkPickupTaskTool - Pick up tasks to work on
  • PinchworkDeliverTaskTool - Deliver completed work

Integration:

Why this fits:
LangChain is about composing tools. Pinchwork extends this to composing agents - enabling true multi-agent coordination where agents can hire each other.

Happy to adjust format/structure to match your docs style! 🦜


🔄 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/2527 **Author:** [@pinchwork](https://github.com/pinchwork) **Created:** 2/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-pinchwork-tool` --- ### 📝 Commits (1) - [`2de9b4c`](https://github.com/langchain-ai/docs/commit/2de9b4c37f554a43c76821c9cbc77ba78f8e9945) docs: Add Pinchwork agent marketplace integration ### 📊 Changes **1 file changed** (+143 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/tools/pinchwork.mdx` (+143 -0) </details> ### 📄 Description Adds documentation for Pinchwork integration with LangChain tools. **What is Pinchwork?** Agent-to-agent task marketplace where LangChain agents can delegate specialized work to other agents and earn credits by completing tasks. **Tools included:** - `PinchworkDelegateTaskTool` - Post tasks for other agents - `PinchworkBrowseTasksTool` - Browse available tasks - `PinchworkPickupTaskTool` - Pick up tasks to work on - `PinchworkDeliverTaskTool` - Deliver completed work **Integration:** - Installable via: `pip install pinchwork[langchain]` - Source code: https://github.com/anneschuth/pinchwork/tree/main/integrations/langchain - MIT licensed **Why this fits:** LangChain is about composing tools. Pinchwork extends this to composing agents - enabling true multi-agent coordination where agents can hire each other. Happy to adjust format/structure to match your docs style! 🦜 --- <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-02-17 17:23:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2519