Optimizes web fetching by using Cloudflare's Markdown for Agents, reducing token consumption by ~80%
Initial release of markdown-fetch: - Introduces optimized web fetching using Cloudflare’s Markdown for Agents, reducing token usage by ~80%. - Provides the `optimizedFetch` function to automatically request and handle Markdown responses, with fallback to HTML. - Automatically logs tokens saved when the server provides the relevant header. - Simple integration by replacing standard fetch calls and adding appropriate Accept headers. - Includes usage instructions and sample code for quick setup.