feat(core): add google credentials provider for remote agents (#21024)

This commit is contained in:
Adam Weidman
2026-03-12 11:39:59 -04:00
committed by GitHub
parent 867dc0fdda
commit 4b76fe0061
8 changed files with 401 additions and 39 deletions
+1
View File
@@ -420,6 +420,7 @@ export class AgentRegistry {
const provider = await A2AAuthProviderFactory.create({
authConfig: definition.auth,
agentName: definition.name,
targetUrl: definition.agentCardUrl,
agentCardUrl: remoteDef.agentCardUrl,
});
if (!provider) {