Skip to content

feat: implement directory v1.5.0 gRPC services#54

Open
arpad-csepi wants to merge 1 commit into
mainfrom
feat/v1.5
Open

feat: implement directory v1.5.0 gRPC services#54
arpad-csepi wants to merge 1 commit into
mainfrom
feat/v1.5

Conversation

@arpad-csepi

@arpad-csepi arpad-csepi commented Jun 18, 2026

Copy link
Copy Markdown
Member

This PR bump Directory SDK to v1.5.0, tracking agntcy/dir v1.5.0 and exposing the new AI Finder / AI Catalog API surface.

New client APIs implemented: ListAgents, GetAgent, ExportAgent, GetWellKnownCatalog

Dependency updates:

  • Regenerated Buf SDK dependencies to match dir v1.5.0
  • Test environment bump to deploy dir v1.5.0

AI Catalog API implementation in Directory server:
The SDKs speak gRPC to the Directory server. The REST/JSON AI Catalog API is provided by an optional in-process grpc-gateway sidecar. SDK users do not need grpc-gateway to use the new methods as they call the same protobuf-defined RPCs over gRPC. REST consumers (browsers, curl, generic HTTP clients) hit the gateway when it is enabled on the Directory deployment.

Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
@arpad-csepi arpad-csepi marked this pull request as ready for review June 19, 2026 12:00
@arpad-csepi arpad-csepi requested a review from a team as a code owner June 19, 2026 12:00
@arpad-csepi arpad-csepi self-assigned this Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant