Skip to content

It should be possible to host an A2A agent without the .well-known/agent-card.json URL #105

@darrelmiller

Description

@darrelmiller

routeGroup.MapGet(".well-known/agent.json", async (HttpRequest request, CancellationToken cancellationToken) =>

Using .well-known/agent-card.json is optional, so we should either split this into a different Map call or provide a parameter to opt-in or opt-out.

My vote would be for a MapWellKnownAgentCard() method.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions