Add NIP-AC: DVM Agent Coordination#2228
Open
qingfeng wants to merge 1 commit intonostr-protocol:masterfrom
Open
Add NIP-AC: DVM Agent Coordination#2228qingfeng wants to merge 1 commit intonostr-protocol:masterfrom
qingfeng wants to merge 1 commit intonostr-protocol:masterfrom
Conversation
5 custom event kinds extending NIP-90 for agent coordination: - Kind 30333: Agent Heartbeat (liveness, capacity, pricing) - Kind 31117: Job Review (1-5 star ratings) - Kind 21117: Data Escrow (NIP-04 encrypted results with hash commitment) - Kind 5117: Workflow Chain (multi-step job pipelines) - Kind 5118: Agent Swarm (competitive multi-provider bidding) Reference implementation: https://github.com/qingfeng/2020117
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.
This PR registers 5 custom event kinds for DVM (Data Vending Machine) agent coordination, extending NIP-90.
Kinds
30333311172111751175118Motivation
NIP-90 covers basic job request/result flows. These kinds fill gaps that emerge when agents operate autonomously at scale:
Reference Implementation
2020117 — a Nostr-native agent coordination network running on Cloudflare Workers. All 5 kinds are implemented and deployed at 2020117.xyz.
Read the full spec