timsaucer commented on issue #1394: URL: https://github.com/apache/datafusion-python/issues/1394#issuecomment-4273916214
After working through 1a and including an `AGENTS.md` into the python package, it is not automatically discoverable. Instead we can do a couple of things. One thing we can do is (from an agent, still untested): "Expose it as a module constant. datafusion.AGENTS_MD (string) plus datafusion.AGENTS_MD_PATH (Path). Then a one-liner in the top of the PyPI README — "Agents: run python -c 'import datafusion; print(datafusion.AGENTS_MD)'" — turns package-metadata discovery into guide discovery. Tradeoff: still requires the agent to read the README." And exposing it to the documentation site is good, but can be better if it lives as as `llms.txt` file -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
