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
+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: