OpenHands / OpenHands/extensions
Proposal: optional Taskmarket delegation extension
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 148
- Forks
- 90
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 36
Description
Summary
I would like to propose adding an optional Taskmarket delegation extension to the OpenHands extensions registry. I opened PR #471 as a proof of concept and would appreciate guidance on whether this integration fits the repository.
Use case
An OpenHands agent may identify work that is better handled by an external worker market. A small, documented extension could let an agent browse public tasks and present a prepared delegation for human review without taking control of payment or acceptance decisions.
Proposed scope
- Read-only task listing and pagination.
- A bounded preparation step that summarizes the exact task, reward, deadline, deliverables, network, and spend ceiling.
- Paid task creation delegated to Taskmarket's first-party CLI only after explicit human confirmation.
- Read-only task status and submission retrieval for human review.
- No silent accept/reject operation and no automatic resolution of submissions.
Safety and maintenance
The proof of concept does not request, store, log, or commit private keys, seed phrases, tokens, cookies, or wallet secrets. It keeps signing and payment in the first-party CLI, requires a one-time preparation token plus exact confirmation, and applies a configurable maximum reward ceiling. Tests cover Python syntax, the MCP protocol handshake, and a live read-only task listing; no paid write was performed.
Would the maintainers be open to this optional integration, and what changes would be required for it to be maintainable in the extensions registry?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing PR #471 and the proposed extension scope in this issue, then inspect the extensions registry conventions. Compare the proof of concept with the stated safety boundaries and listed tests. Done would require a maintainer decision on fit and a documented set of changes needed for maintainability.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100