Skip to content

Add Agent Substrate to homepage and core concepts#383

Open
sebbycorp wants to merge 2 commits into
mainfrom
add-agent-substrate
Open

Add Agent Substrate to homepage and core concepts#383
sebbycorp wants to merge 2 commits into
mainfrom
add-agent-substrate

Conversation

@sebbycorp

Copy link
Copy Markdown
Collaborator

Summary

Adds Agent Substrate (new in kagent v0.9.7) across the site, plus a small stats refresh.

Homepage (src/app/page.tsx, src/app/globals.css)

  • New Agent Substrate card in the Why kagent grid (benefit: fast startup, efficient resources, secure execution)
  • New Agent Substrate runtime item in Platform capabilities
  • New Agent Substrate floating chip in the hero (.rd-float-l2), hidden on mobile like the other side chips
  • Bumped GitHub stars stat from 2,500+ to 3,000+

Docs — Core Concepts (src/app/docs/kagent/concepts/)

  • New page agent-substrate/page.mdx: what it is, why it matters, core concept table (Actor, WorkerPool, ActorTemplate, Snapshot, Session), how snapshot-and-restore works, control/data-plane architecture, and how to use it via AgentHarness runtime: substrate
  • QuickLink added to the concepts index; Agent Memory reordered after it
  • Regenerated navigation.json / sitemap.xml

Verification

  • check-links: 454 links, no broken links
  • Homepage and /docs/kagent/concepts/agent-substrate render locally (HTTP 200)

Sources: in-repo API reference (AgentHarnessSubstrateSpec) and https://learn.agentsubstrate.dev/

🤖 Generated with Claude Code

Homepage:
- New "Agent Substrate" value card in the Why kagent grid
- New "Agent Substrate runtime" item in Platform capabilities
- New Agent Substrate floating chip in the hero
- Bump GitHub stars stat to 3,000+

Docs:
- New Core Concepts page: concepts/agent-substrate
- QuickLink on the concepts index; reorder Agent Memory after it

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Signed-off-by: Sebastian Maniak <[email protected]>
Comment thread src/app/docs/kagent/concepts/agent-substrate/page.mdx Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds “Agent Substrate” as a first-class concept across the marketing homepage and the kagent Core Concepts docs, and refreshes a small community stat.

Changes:

  • Adds an Agent Substrate hero chip + homepage capability/value copy, and updates the GitHub stars stat to 3,000+.
  • Introduces new Core Concepts doc page /docs/kagent/concepts/agent-substrate and links it from the concepts index + navigation.
  • Regenerates site navigation artifacts (notably navigation.json and sitemap.xml).

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/config/navigation.json Adds Agent Substrate to the Core Concepts nav list.
src/app/page.tsx Adds Agent Substrate marketing content (chip + cards) and updates GitHub stars stat.
src/app/globals.css Adds positioning for the new floating chip and hides it on mobile.
src/app/docs/kagent/concepts/page.mdx Adds a QuickLink to the new Agent Substrate concept page.
src/app/docs/kagent/concepts/agent-substrate/page.mdx New documentation page describing Agent Substrate concepts, architecture, and usage.
src/app/docs/kagent/concepts/agent-memory/page.mdx Adjusts pageOrder to accommodate the new concept page.
public/sitemap.xml Updates lastmod dates, but currently has sitemap URL issues that need correction.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread public/sitemap.xml
Comment thread public/sitemap.xml
Comment thread src/app/docs/kagent/concepts/agent-substrate/page.mdx Outdated
Address peterj review: clarify the two ways kagent runs workloads on
Substrate — declarative agents (SandboxAgent CRD) and AgentHarness — and
rename the usage section accordingly.

Signed-off-by: Sebastian Maniak <[email protected]>
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@sebbycorp sebbycorp requested a review from peterj June 11, 2026 17:52
@sebbycorp sebbycorp force-pushed the add-agent-substrate branch from 70f51fa to c7f2073 Compare June 11, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants