Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ function shortDate(date: string) {
}

const posts = [
{
slug: 'deploy-kagent-with-agent-substrate',
publishDate: '2026-07-13',
title: 'Code Share: Deploy kagent with Agent Substrate',
description: 'Agent sessions are bursty and idle most of the time. Agent Substrate multiplexes gVisor-sandboxed actors onto a small pool of warm workers with sub-second suspend/resume. This guide explains the model, the use cases, and how to stand up kagent OSS with substrate on a kind cluster.',
authorId: 'sebastianmaniak',
},
{
slug: 'community-nginx-khook-kagent',
publishDate: '2025-10-15',
Expand Down
Loading
Loading