@_prisis_ So it would be as if the DO is running tanstack DB.
I have a use case where:
There's a multitenant DB (hyperdrive), but i have multiple agents on DOs who should only have access to their own sqlite table. Is it possible to sync shapes into those?
@_prisis_@_prisis_ is this a viable thing that can be built:
Hyperdrive DB (multi-tenant)
Durable object (single-tenant / only required shapes)
Tanstack db for client
@mattzcarey might be too out there for core Agents SDK but I think it holds a lot of promise, especially for mutable software.
Hope to have a demo soon!
@mattzcarey stateful code mode sounds like it'd allow a python REPL? and thus also more faithful DSPy-style RLM? I tried this a while back but ran into some issues with the statefulness. How are you doing it rn?
https://t.co/vB02XVEPdh
Got Recursive Language Models working on Cloudflare Agents using Shell and R2.
Even implemented GEPA optimization so that the system can self-evolve over time.
before improving it further imma wait to see what @threepointone, @mattzcarey et al. have cooked up for agents week..
VoidZero is joining Cloudflare.
Our mission stays the same: to make JavaScript developers more productive than ever before. Vite, Vitest, Rolldown, Oxc, and Vite+ remain MIT-licensed. Evan and the VoidZero team will continue leading them.
Cloudflare shares our commitment to open source. Together, we can keep investing in the tooling developers rely on every day, while bringing the Vite ecosystem and Cloudflare’s platform even closer together.
@OfficialLoganK I have always been a huge fan of the flash models but unfortunately 3.5 seems unusable (in Dutch?). for long context retrieval it just wrongly cites and even makes up words. Kind of unfortunate
@KentonVarda Okay great to know, thanks!
I can probably engineer around it for now (with a 'capability manager worker' of sorts). I'll be sure to keep an eye on the changelogs :)
@KentonVarda quick q: passing Dynamic Worker entrypoints across Workers requires the experimental flag. Is cross-Worker transfer of these entrypoints expected to land soon?
Prototyping something with dynamic workers and facets as attenuated objects (Sandstorm inspired 😁)