Shared Dictionaries: compression that keeps up with the agentic web
… We inject the Use-As-Dictionary headers, store the dictionary bytes, delta-compress new versions against old ones, and serve the right variant to each client. …
… We inject the Use-As-Dictionary headers, store the dictionary bytes, delta-compress new versions against old ones, and serve the right variant to each client. …
… This also means that if a client writes to a key and that same client reads that same key, the values may be inconsistent for a short amount of time. …
… The inbox becomes the agent's memory, without needing a separate database or vector store. …
… The binding already carries your account context, so there's nothing to configure — authentication is implicit. import { OpenFeature } from '@openfeature/server-sdk'; import { FlagshipProvider } from '@cloudflare/flagship/server'; let initialized = false; export default { async fetch request: Reque… …
… We could have had clients connect directly to AI Gateway, which would have been simpler to set up initially. But centralizing through a Worker meant we could add per-user attribution, model catalog management, and permission enforcement later without touching any client configs. …
… Some more familiar, like a key-value store Workers KV , and some that we thought would play a role in enabling net new use cases like Durable Objects . …
… A public resolver user’s IP address referred to as the client or source IP address will not be stored in non-volatile storage. …
… Since announcing Cloudflare One last year, we’ve also brought non-HTTP use cases to the browser with SSH and VNC clients rendered without any additional client software. …
… Agents need somewhere to run, and somewhere to store and run the code they write. …
… Effectively, for these /index.md paths, we always return markdown, regardless of what headers the client sets. …