@calcsam: We’re excited to ship Durable Agents in Mastra. Durable Agents don't just write to storage when an agent turn finishes;…
Summary
Mastra has launched Durable Agents, which persist streams in real-time using server cache to survive client disconnects, browser refreshes, and network blips.
View Cached Full Text
Cached at: 06/29/26, 02:26 AM
We’re excited to ship Durable Agents in Mastra.
Durable Agents don’t just write to storage when an agent turn finishes; they persist the stream in real-time using a server cache.
That lets them survive client disconnects, browser refreshes, or network blips: https://t.co/6pLlSh86C7
Similar Articles
We rewrote our agent to run entirely in a Durable Object with Pi, Agents SDK, and Code Mode (10 minute read)
camelAI rewrote their coding agent to run entirely in a Cloudflare Durable Object, using SQLite and R2 for filesystem and replacing bash with JavaScript. The migration from VMs reduced costs and latency, and the codebase is now open source.
@XuXander24218: StreamMA: Making Multi-Agent Systems Faster and More Accurate! Hey everyone! Our team just released StreamMA. It is a n…
StreamMA is a multi-agent reasoning system that streams intermediate results step-by-step to improve latency and accuracy, achieving up to 26.9× speedup and +7.3% performance improvement on benchmarks.
Create file-based agents (no glue code)
Mastra released file-based agents allowing developers to define agents on the filesystem and immediately use them in the Agent Studio GUI, eliminating glue code and simplifying sharing.
@googledevs: Most agent demos are stateless. Ask → answer → context gone. Production agents need to run for days — pausing, resuming…
Google Devs introduces Agent Factory series with ADK 2.0 and Gemini 3.5 Flash, demonstrating how to build production-grade stateful agents that can run for days, featuring insights on skills, MCP, and code review strategies from engineers like Rohde Davis.
A durable filesystem layer for AI agents
A durable filesystem layer designed to provide reliable persistence for AI agents, enabling robust state management.