docs: point AI coding agents at the hosted llms.txt - #1402
Open
wolo-lab wants to merge 2 commits into
Open
Conversation
The Go documentation is already published in machine-readable form at adk.dev/llms.txt and adk.dev/llms-full.txt, generated from adk-docs, but nothing in this repository says so.
Closed
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.
Problem
The Go documentation is already published in machine-readable form at adk.dev/llms.txt and adk.dev/llms-full.txt, generated from adk-docs, and 319 of the 324
google.golang.org/adkimport paths in the full version are already v2. Nothing in this repository points at either file, so anyone wanting to feed ADK Go docs to a coding agent has to find them elsewhere.Summary
Adds a short README section linking both files, with an example prompt. Also points contributors at
AGENTS.md, which serves the other audience — agents working on this repository rather than building with it.Supersedes the README half of #261, which added an 846-line hand-maintained
llms.txtto the repo. adk-python retired exactly that file for upkeep reasons and now ships a stub pointing at the same hosted URLs.