Add Desvela ARD Registry to reference implementations - #18
Open
mrenzo20 wants to merge 1 commit into
Open
Conversation
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.
Adds the Desvela ARD Registry to the reference implementations, alongside Hugging Face, GitHub, Cisco, Ora, and ANS.
What's distinct: it indexes the open web rather than a single platform's own resources. The crawl covers the Tranco top-100K for
ai-catalog.json,llms.txt,agents.md, and AI-botrobots.txtdirectives, refreshed weekly. Findings are published monthly at desvela.ai/census with the methodology in the open (canary requests against non-existent paths to exclude catch-all servers, apex-domain scope, subdomains out of scope).Implements the full protocol surface:
POST /search—query.text,filter.type,pageTokenPOST /explore(spec §7.3) — facet aggregationPOST /mcp(Streamable HTTP), with a freepreflight(domain)tool and awatch(domain, webhook_url)tool that delivers a signed webhook when a domain's agent-facing surfaces changeVerified against the spec's own conformance suite:
conformance-test registry https://registry.desvela.dev→ PASS, 0 critical errors, 0 warnings.Disclosure: I run this registry.