Skip to content

feat: Add DNS-AID plugin for agent discovery via DNS#13669

Open
IngmarVG-IB wants to merge 1 commit intomicrosoft:mainfrom
IngmarVG-IB:feat/dns-aid-integration
Open

feat: Add DNS-AID plugin for agent discovery via DNS#13669
IngmarVG-IB wants to merge 1 commit intomicrosoft:mainfrom
IngmarVG-IB:feat/dns-aid-integration

Conversation

@IngmarVG-IB
Copy link

Summary

  • Adds DnsAidPlugin with @kernel_function decorated async methods for discover, publish, and unpublish
  • Integrates with SK's plugin system for AI agent discovery via DNS

Why

DNS-AID provides decentralized agent discovery via DNS SVCB records (IETF draft-mozleywilliams-dnsop-dnsaid-01). The SK plugin enables kernels to discover and interact with external agents using existing DNS infrastructure.

Dependencies

  • dns-aid>=0.12.0

Test plan

  • Unit tests with mocked DNS operations
  • Verify kernel_function registration
  • Integration test with dns-aid mock backend

🤖 Generated with Claude Code

Add native DNS-AID tools that enable AI agents to discover, publish,
and unpublish other agents using DNS SVCB records (IETF draft-mozleywilliams-dnsop-dnsaid-01).

DNS-AID provides decentralized agent discovery without centralized
registries, using existing DNS infrastructure.

Requires: dns-aid>=0.12.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@IngmarVG-IB IngmarVG-IB requested a review from a team as a code owner March 17, 2026 09:58
@IngmarVG-IB
Copy link
Author

@microsoft-github-policy-service agree

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