feat: add AI2Human action provider for human-execution task dispatch#1385
Open
richard7463 wants to merge 1 commit into
Open
feat: add AI2Human action provider for human-execution task dispatch#1385richard7463 wants to merge 1 commit into
richard7463 wants to merge 1 commit into
Conversation
Dispatch reality-bound tasks to human operators with proof verification. Supports local verification, physical checks, identity actions, document review, compliance checks, and errands. Network-agnostic (HTTP API calls). 4 actions: create_task, check_task, get_proof, list_categories Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🟡 Heimdall Review Status
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the AI2Human action provider — lets CDP agents dispatch reality-bound tasks to human operators with proof verification and USDC settlement. When your agent hits a step it can't complete alone (local verification, physical checks, identity actions, compliance reviews, errands), AI2Human dispatches it to a human.
Actions
ai2human_create_taskai2human_check_taskai2human_get_proofai2human_list_categoriesDetails
supports_networkreturnsTrue)requests(already in AgentKit deps), no new dependenciesAI2HUMAN_API_KEYfrom environment (withAI2HUMAN_AGENT_KEYfallback,AI2HUMAN_BASE_URLoptional)Usage
Related
🤖 Generated with Claude Code