Simplify your Agent 'vibe building' flow with ADK and Gemini CLI
https://developers.googleblog.com/en/simplify-agent-building-adk-gemini-cli/
so the key is https://github.com/google/adk-python/blob/main/llms-full.txt
it’s generated with a python code: https://github.com/google/adk-python/commit/a903c54bacfcb150dc315bec9c67bf7ce9551c07
basically it compiles all readme, docs, and python api reference into a single txt file, which can be used as llm context.
what if just use repomix?