docs: embed more videos (#5042)

This commit is contained in:
dianed-square
2025-10-06 16:49:08 -07:00
committed by GitHub
parent 7e4340601d
commit 90d238f1fe
3 changed files with 43 additions and 1 deletions
@@ -6,8 +6,9 @@ description: Transform text-based responses into graphical components and intera
import Card from '@site/src/components/Card';
import styles from '@site/src/components/Card/styles.module.css';
import VideoCarousel from '@site/src/components/VideoCarousel';
<h1 className={styles.pageTitle}>Rich Interactive Chat</h1>
<h1 className={styles.pageTitle}>Rich Interactive Chat with MCP-UI</h1>
<p className={styles.pageDescription}>
Goose Desktop supports extensions that transform text-only responses into graphical, interactive experiences. Instead of reading through lists and descriptions, you can click, explore, and interact with UI components directly in your conversations.
</p>
@@ -63,4 +64,21 @@ import styles from '@site/src/components/Card/styles.module.css';
link="/blog/2025/09/08/turn-any-mcp-server-mcp-ui-compatible"
/>
</div>
</div>
<div className={styles.categorySection}>
<h2 className={styles.categoryTitle}>🎥 More Videos</h2>
<VideoCarousel
id="more-videos"
videos={[
{
type: 'iframe',
src: 'https://youtube.com/embed/GS-kmreZDgU',
title: 'Livestream - MCP-UI: The Future of Agentic Interfaces',
description: 'The goose team talks with MCP-UI creators about the future of visual interfaces',
duration: '55:32'
}
]}
/>
</div>
+12
View File
@@ -6,6 +6,18 @@ sidebar_label: Subagents
Subagents are independent instances that execute tasks while keeping your main conversation clean and focused. They bring process isolation and context preservation by offloading work to separate instances. Think of them as temporary assistants that handle specific jobs without cluttering your chat with tool execution details.
<details>
<summary>Subagents Walkthrough</summary>
<iframe
class="aspect-ratio"
src="https://youtube.com/embed/Uk4TtJUykK4"
title="Subagents Explained"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
</details>
## How to Use Subagents
To use subagents, ask Goose to delegate tasks using natural language. Goose automatically decides when to spawn subagents and handles their lifecycle. You can: