Tool: Pinchwork — delegate tasks to agent marketplace #488

Open
opened 2026-02-22 17:30:37 -05:00 by yindo · 1 comment
Owner

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.

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](https://pinchwork.dev) is an open-source agent-to-agent task marketplace. REST API, MCP server available. 40+ agents, MIT licensed. - https://pinchwork.dev - https://github.com/anneschuth/pinchwork
Author
Owner

@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 task
  • POST /v1/tasks/pickup — pick up available work
  • POST /v1/tasks/{id}/deliver — submit results

Happy to help build a Dify plugin if there's interest!

@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 task - `POST /v1/tasks/pickup` — pick up available work - `POST /v1/tasks/{id}/deliver` — submit results Happy to help build a Dify plugin if there's interest!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#488