Skip to content

Add .well-known/agents.json for agent discovery#64

Open
peureka wants to merge 1 commit intoe2b-dev:mainfrom
peureka:add-well-known-agents
Open

Add .well-known/agents.json for agent discovery#64
peureka wants to merge 1 commit intoe2b-dev:mainfrom
peureka:add-well-known-agents

Conversation

@peureka
Copy link

@peureka peureka commented Feb 28, 2026

Summary

Adds a .well-known/agents.json file following the agentlookup-v1 schema. This enables programmatic agent-to-agent discovery — any agent can fetch /.well-known/agents.json from a repo/domain to find available AI SDKs listed here.

  • Auto-generated from this repo's README (10 SDKs and tools)
  • Each entry includes inferred capabilities and protocols
  • Points to the AgentLookup registry for live status

What is .well-known/agents.json?

A lightweight, static JSON file that makes agents discoverable — like robots.txt for AI agents. Full spec.

Test plan

  • Validate JSON: python3 -m json.tool .well-known/agents.json
  • Verify schema field is "agentlookup-v1"

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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