tutorial: subagents (#6756)

This commit is contained in:
Angie Jones
2026-01-27 19:33:31 -05:00
committed by GitHub
parent 4e85e9e7a8
commit d0e8112ac7
3 changed files with 421 additions and 10 deletions
+28 -10
View File
@@ -321,6 +321,15 @@ import agentCoordination from '@site/blog/2025-08-14-agent-coordination-patterns
<ContentCardCarousel
items={[
{
type: 'blog',
title: 'Agents, Subagents, and Multi Agents: What They Are and When to Use Them',
description: 'Compare agents, subagents, and multi agents in AI workflows. Learn how they work together and practical scenarios for each approach.',
thumbnailUrl: agentCoordination,
linkUrl: '/goose/blog/2025/08/14/agent-coordination-patterns',
date: '2025-08-14',
duration: '4 min read'
},
{
type: 'video',
title: 'How I Built an App with 6 Subagents',
@@ -330,6 +339,15 @@ import agentCoordination from '@site/blog/2025-08-14-agent-coordination-patterns
date: '2025-10-01',
duration: '6:53'
},
{
type: 'tutorial',
title: 'Tutorial: Using Subagents',
description: 'Spin up a team of subagents to build a fully functional app',
thumbnailUrl: 'https://block.github.io/goose/assets/images/tutorial-using-subagents-ef265627024db73e73d80e5799ed0c1a.png',
linkUrl: '/docs/tutorials/subagents',
date: '2026-01-27',
duration: '1 hour'
},
{
type: 'video',
title: 'Flight School - Choosing the Right Tools for AI Work',
@@ -339,7 +357,16 @@ import agentCoordination from '@site/blog/2025-08-14-agent-coordination-patterns
date: '2025-09-29',
duration: '6:13'
},
{
{
type: 'video',
title: 'Flight School - Choosing the Right Tools for AI Work',
description: 'Discover the differences between subagents and subrecipes for efficient task execution in goose. Learn which approach is best for your workflow.',
thumbnailUrl: 'https://img.youtube.com/vi/joePzlkARjs/maxresdefault.jpg',
linkUrl: 'https://www.youtube.com/watch?v=joePzlkARjs',
date: '2025-09-29',
duration: '6:13'
},
{
type: 'blog',
title: 'How to Choose Between Subagents and Subrecipes in goose',
description: 'Detailed guide to subagents and subrecipes in goose. Compare reusability, setup complexity, and get practical advice for choosing the right approach.',
@@ -347,15 +374,6 @@ import agentCoordination from '@site/blog/2025-08-14-agent-coordination-patterns
linkUrl: '/goose/blog/2025/09/26/subagents-vs-subrecipes',
date: '2025-09-26',
duration: '6 min read'
},
{
type: 'blog',
title: 'Agents, Subagents, and Multi Agents: What They Are and When to Use Them',
description: 'Compare agents, subagents, and multi agents in AI workflows. Learn how they work together and practical scenarios for each approach.',
thumbnailUrl: agentCoordination,
linkUrl: '/goose/blog/2025/08/14/agent-coordination-patterns',
date: '2025-08-14',
duration: '4 min read'
}
]}
/>