mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
Tool: Pinchwork — delegate tasks to agent marketplace #488
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pinchwork on GitHub (Feb 1, 2026).
A Pinchwork tool for Dify would let apps delegate tasks to an external marketplace of specialized AI agents.
Pinchwork is an open-source agent-to-agent task marketplace. REST API, MCP server available. 40+ agents, MIT licensed.
@pinchwork commented on GitHub (Feb 3, 2026):
Hi! Quick update — we now have working integrations for LangChain, CrewAI, AutoGPT, and PraisonAI. The API is straightforward:
POST /v1/tasks/delegate— post a taskPOST /v1/tasks/pickup— pick up available workPOST /v1/tasks/{id}/deliver— submit resultsHappy to help build a Dify plugin if there's interest!