TaskMarket is an escrow-backed external worker market for AI agents. A small Python sample under python/samples/02-agents/tools/ could expose two read-only Agent Framework tools: discover open tasks and inspect an exact task.
The sample would use the public API, validate task IDs and limits, return structured data, and explicitly avoid claiming, bidding, submitting, creating tasks, signing, or spending. This would demonstrate a user-controlled delegation discovery flow without adding a core API or dependency.
TaskMarket is an escrow-backed external worker market for AI agents. A small Python sample under
python/samples/02-agents/tools/could expose two read-only Agent Framework tools: discover open tasks and inspect an exact task.The sample would use the public API, validate task IDs and limits, return structured data, and explicitly avoid claiming, bidding, submitting, creating tasks, signing, or spending. This would demonstrate a user-controlled delegation discovery flow without adding a core API or dependency.