Add Agent Substrate to homepage and core concepts#383
Open
sebbycorp wants to merge 2 commits into
Open
Conversation
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]>
95bc99b to
c400431
Compare
peterj
reviewed
Jun 11, 2026
Contributor
There was a problem hiding this comment.
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-substrateand links it from the concepts index + navigation. - Regenerates site navigation artifacts (notably
navigation.jsonandsitemap.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.
peterj
reviewed
Jun 11, 2026
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]>
70f51fa to
c7f2073
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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).rd-float-l2), hidden on mobile like the other side chipsDocs — Core Concepts (
src/app/docs/kagent/concepts/)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 viaAgentHarnessruntime: substratenavigation.json/sitemap.xmlVerification
check-links: 454 links, no broken links/docs/kagent/concepts/agent-substraterender locally (HTTP 200)Sources: in-repo API reference (
AgentHarnessSubstrateSpec) and https://learn.agentsubstrate.dev/🤖 Generated with Claude Code