Add: static-service-manifest-for-agents#28
Merged
nibzard merged 2 commits intonibzard:mainfrom Mar 10, 2026
Merged
Conversation
New pattern: Static Service Manifest for Agents — convention-based machine-readable files (llms.txt, agent.json) served at well-known URLs so agents can discover API capabilities before runtime tool selection. Complements existing Progressive Tool Discovery and LLM-Friendly API Design patterns.
|
Someone is attempting to deploy a commit to the nkkko's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new pattern: Static Service Manifest for Agents — the practice of serving convention-based, machine-readable files (
llms.txt,agent.json) at well-known URLs so agents can discover API platform capabilities before runtime tool selection.This is analogous to how
robots.txttells crawlers what they can access, but inverted: manifests tell agents what services are available.Why this is a pattern (not a product)
The write-up defines a generalized Problem, Solution, and Trade-offs around convention-based service manifests. References include the llmstxt.org community spec, OpenAI's ai-plugin.json manifest, Anthropic MCP, and RFC 9309 (robots.txt). One production implementation (Agent Gateway) is listed as a known implementation in the References section.
Review checklist
Continue Tasks: ❌ 1 failed · 🔄 2 running — View all