Optimizes web and API data to significantly reduce token consumption for Large Language Models.
Request acts as a high-efficiency networking layer for LLMs, intelligently processing web and API responses before they reach an agent's context window. It drastically reduces token consumption and associated costs by stripping noise from HTML (converting to clean Markdown) and JSON (implementing schema-first modes, removing nulls/empties, and deduplicating sub-objects). The tool provides capabilities for optimized web fetching, web searching via DuckDuckGo, CSS-based content extraction, and versatile JSON optimization, including support for JSONPath to surgically extract specific data.
