docs: Subagents (#3402)

Co-authored-by: angiejones <jones.angie@gmail.com>
This commit is contained in:
Rizel Scarlett
2025-07-14 23:27:24 -04:00
committed by GitHub
parent 515b20e361
commit fc3d59f6f9
5 changed files with 320 additions and 1 deletions
+5
View File
@@ -19,6 +19,11 @@ The list of experimental features may change as Goose development progresses. So
<div className={styles.categorySection}>
<h2 className={styles.categoryTitle}>🧪 Experimental Features</h2>
<div className={styles.cardGrid}>
<Card
title="Subagents"
description="Independent instances that execute tasks while keeping your main conversation clean and focused. Run tasks sequentially or in parallel with process isolation and context preservation."
link="/docs/experimental/subagents"
/>
<Card
title="Ollama Tool Shim"
description="Enable tool calling capabilities for language models that don't natively support tool calling (like DeepSeek) using an experimental local interpreter model setup."