Skip to content

feat(agentkit): add TaskMarket action provider - #1422

Open
Autonomy-Labs-Tech wants to merge 2 commits into
coinbase:mainfrom
Autonomy-Labs-Tech:feat/taskmarket-action-provider
Open

feat(agentkit): add TaskMarket action provider#1422
Autonomy-Labs-Tech wants to merge 2 commits into
coinbase:mainfrom
Autonomy-Labs-Tech:feat/taskmarket-action-provider

Conversation

@Autonomy-Labs-Tech

@Autonomy-Labs-Tech Autonomy-Labs-Tech commented Aug 9, 2026

Copy link
Copy Markdown

Adds a TaskMarket action provider (api.taskmarket.dev - the XDEV developer marketplace) exposing keyless read actions so agents can discover paid, delegable work.

Actions:

  • fetch_open_tasks: open tasks ranked winnability-first (lowest submission count), optional query / minReward / limit filters
  • get_task: full detail of a single task by id

Both are public-API reads; no auth, no spend. Write actions (create/submit) require the TASKMARKET_API_KEY secret and explicit operator authorization and are intentionally NOT included - agents cannot spend without human sign-off.

Testing: 9 unit tests (mocked fetch) cover ranking, filtering, error paths; a live e2e suite (taskmarketActionProvider.e2e.test.ts) runs against the public API when TASKMARKET_E2E=1 and passes against the real board (verified locally: 2/2). Mirrors the existing defillama public-API provider pattern; registered in src/action-providers/index.ts.

Note: commits are unsigned (no key on this machine); happy to add a signed commit if required.

Add a read-only TaskMarket (api.taskmarket.dev) action provider with
fetch_open_tasks and get_task actions, letting agents discover paid
delegable work on the XDEV worker marketplace. Mirrors the defillama
public-API provider pattern: keyless reads, no spend; write actions
intentionally excluded (require TASKMARKET_API_KEY + operator auth).

Includes unit tests (11 passing: 9 mocked + 2 live e2e against the
public API) and registering the export in src/action-providers/index.ts.
@cb-heimdall

Copy link
Copy Markdown

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@github-actions github-actions Bot added documentation Improvements or additions to documentation action provider New action provider typescript labels Aug 9, 2026
Live tests run only with TASKMARKET_E2E=1; CI stays hermetic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action provider New action provider documentation Improvements or additions to documentation typescript

Development

Successfully merging this pull request may close these issues.

2 participants