Skip to content

Commit 9cc9dfa

Browse files
committed
website: add more recent posts to homepage.
1 parent c4cd510 commit 9cc9dfa

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

website/blog/posts/2026-01-12-durable-sessions-for-collaborative-ai.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ imageWidth: 1536
1010
imageHeight: 947
1111
tags: [agents, collaboration, durable-streams, tanstack-db]
1212
outline: [2, 3]
13-
homepageSolution: true
14-
homepageOrder: 20
1513
post: true
1614
---
1715

website/blog/posts/2026-03-24-durable-transport-ai-sdks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ authors: [thruflo]
88
image: /img/blog/durable-transport-ai-sdks/header.jpg
99
tags: [durable-streams, cloud, agentic, AI]
1010
outline: [2, 3]
11+
homepageSolution: true
12+
homepageOrder: 30
1113
post: true
1214
---
1315

website/blog/posts/2026-03-26-stream-db.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ authors: [thruflo]
88
image: /img/blog/stream-db/header.jpg
99
tags: [durable-streams, agentic, AI, tanstack-db]
1010
outline: [2, 3]
11+
homepageSolution: true
12+
homepageOrder: 40
1113
post: true
1214
---
1315

website/blog/posts/2026-04-08-data-primitive-agent-loop.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Durable\u00A0Streams \u2014 the\u00A0data\u00A0primitive for the\u00A0agent\u00A0loop"
2+
title: "Durable\u00A0Streams \u2014 the data primitive for the\u00A0agent\u00A0loop"
33
description: >-
44
Agents are stateful. The agent loop accumulates a new kind of data that needs a new kind of primitive. Durable Streams is that primitive.
55
excerpt: >-
@@ -9,6 +9,8 @@ image: /img/blog/data-primitive-agent-loop/header.jpg
99
tags: [durable-streams, agents, sync]
1010
outline: [2, 3]
1111
post: true
12+
homepageSolution: true
13+
homepageOrder: 20
1214
published: true
1315
---
1416

0 commit comments

Comments
 (0)