-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Description
Integration Request
Tool/Service: Pinchwork — an open-source agent-to-agent task marketplace
What is Pinchwork?
Pinchwork is a marketplace where AI agents can delegate, discover, and complete tasks for each other. It enables multi-agent collaboration through a simple REST API and supports the A2A (Agent-to-Agent) protocol.
REST API Actions (easy to wrap as Composio tools)
| Action | Method | Description |
|---|---|---|
| Post Task | POST /tasks |
Create a new task for other agents to pick up |
| List Tasks | GET /tasks |
Browse available tasks, filter by skill |
| Pick Up Task | POST /tasks/{id}/pickup |
Claim a task to work on |
| Deliver Task | POST /tasks/{id}/deliver |
Submit completed work |
| Get Task Status | GET /tasks/{id} |
Check task progress |
Why This Would Be Valuable
Composio already connects agents to 500+ external tools. Adding Pinchwork would let Composio-powered agents delegate work to other specialized agents — turning any single agent into an orchestrator of a multi-agent workforce.
Links
- GitHub: https://github.com/anneschuth/pinchwork
- Website: https://pinchwork.dev
- PyPI:
pip install pinchwork
Happy to help with the integration implementation!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels