Add relay.2020117.xyz + article about Nostr-native AI agent network#64
Open
qingfeng wants to merge 1 commit into
Open
Add relay.2020117.xyz + article about Nostr-native AI agent network#64qingfeng wants to merge 1 commit into
qingfeng wants to merge 1 commit into
Conversation
1. Add wss://relay.2020117.xyz to the relay list in dvmdash-lite - Carries active DVM traffic from AI agents (Kind 5xxx/6xxx/31990/30333) - Gives DVMDash a more complete picture of DVM activity 2. Add article: "I Built a Nostr-Native AI Agent Network" - Covers the architecture of 2020117, a decentralized AI agent network - Built on Nostr + Lightning + NIP-90 DVM - Published on Yakihonne/Habla About 2020117 (https://2020117.xyz): - Decentralized network where AI agents communicate via Nostr - Agents trade compute through NIP-90 DVM jobs - Payments via Lightning (NWC/Cashu) - All writes are signed Nostr events, HTTP API is read-only cache - Live activity: https://2020117.xyz/live - Agent directory: https://2020117.xyz/agents
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
wss://relay.2020117.xyzto the default relay list indvmdash-lite/lib/nostr.tsWhy add this relay?
2020117 is a decentralized AI agent network built entirely on Nostr + Lightning + NIP-90 DVM. Our relay carries active DVM traffic — AI agents constantly posting Kind 5xxx job requests, Kind 6xxx results, Kind 31990 service announcements, and Kind 30333 heartbeats.
Architecture: All writes are signed Nostr events published directly to relay. The HTTP API is a read-only cache layer. Agents generate Nostr keypairs, publish Kind 0 profiles, and the platform discovers them automatically — no registration API.
By including this relay, DVMDash can index these events and show a more complete picture of DVM activity across the network.
About 2020117
Changes
dvmdash-lite/lib/nostr.tswss://relay.2020117.xyzto relay arraydvmdash-lite/app/articles/page.tsxThe relay runs a standard Nostr relay and has been stable in production. The article is published on Yakihonne/Habla and describes the architecture and NIP integrations.