Add direct catalog entry lookup by identifier - #74
Open
hstaudacher wants to merge 2 commits into
Open
Conversation
…mentation
- Introduced ADR-0010 for direct catalog entry lookup by identifier.
- Enhanced conformance testing to validate exact lookup functionality.
- Updated README and demo scripts to include new lookup identifier option.
- Modified registry server to handle GET /agents/{identifier} requests.
- Revised ARD specification and OpenAPI definitions to reflect new endpoint.
hstaudacher
requested review from
evalstate,
mindpower and
rvguha
as code owners
August 7, 2026 10:39
thomas-sickert
left a comment
Collaborator
There was a problem hiding this comment.
Love the addition! Just had one philosophical question on federation.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
ARD identifiers are stable logical identities, but registries currently require clients to repeat semantic discovery or use the optional listing API to resolve a known identifier. This adds a deterministic retrieval operation for clients that already hold an ARD URN.
Summary
GET /agents/{identifier}lookup with exact, case-sensitive, registry-local semantics.CatalogEntryresponses, authentication, caching, and standard400/404errors.The lookup intentionally does not federate or return search-only fields such as
scoreandsource; clients resolve federated results against the originating registry reported by Search.Validation
./conformance/bin/run-conformance-demoETag, and304 Not Modified