01Search restricted to official documentation domains (e.g., uv, LangChain, OpenAI, Llama-Index).
021 GitHub stars
03Tool: `get_docs(query, library)` returns concatenated cleaned sections with `SOURCE:` labels.
04Streaming-safe async design, chunking large HTML pages before LLM cleaning.
05Utilizes Serper.dev for Google-like search and Groq API for fast LLM-based content cleaning.
06Includes a client example demonstrating integration for LLM-powered answer generation.