Retrieves and cleans official documentation content for popular AI and Python ecosystem libraries, preparing it for LLM consumption.
This tool provides an asynchronous server that exposes a powerful `get_docs` function. It performs targeted web searches within specified official documentation domains (e.g., uv, LangChain, OpenAI), fetches the relevant web pages, and then intelligently cleans the raw HTML into concise, readable text chunks using a large language model. Designed to enhance Retrieval-Augmented Generation (RAG) systems, it meticulously labels each content block with its original source URL, ensuring full traceability for the information provided to an LLM.