Skip to content

Commit 7972c02

Browse files
committed
update date
1 parent bb25884 commit 7972c02

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

website/blog/posts/2026-03-31-data-primitive-for-the-agent-loop.md renamed to website/blog/posts/2026-04-07-data-primitive-for-the-agent-loop.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
title: "Durable\u00A0Streams \u2014 the data primitive for the agent loop"
33
description: >-
4-
Agents accumulate state in the agent loop — messages, tool calls, results,
5-
observations. This is a new kind of data with demands that existing
6-
infrastructure wasn't designed for. Durable Streams is the purpose-built
7-
primitive that meets them.
4+
Agents are stateful. The agent loop accumulates a new kind of data that
5+
needs a new kind of primitive. Durable Streams is that primitive.
86
excerpt: >-
97
Agents are stateful. The agent loop accumulates a new kind of data that
108
needs a new kind of primitive. Durable Streams is that primitive.

0 commit comments

Comments
 (0)