docs: remove subagents from experimental (#4907)

This commit is contained in:
dianed-square
2025-09-30 19:32:48 -07:00
committed by GitHub
parent f2bf927011
commit 937c75bc51
31 changed files with 42 additions and 55 deletions
+5 -5
View File
@@ -19,11 +19,6 @@ 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."
@@ -44,6 +39,11 @@ The list of experimental features may change as Goose development progresses. So
description="Intelligent, context-aware switching between models based on conversation content, complexity, and tool usage patterns."
link="/docs/guides/multi-model/autopilot"
/>
<Card
title="Using goose in ACP Clients"
description="Interact with goose natively in ACP-compatible clients like Zed."
link="/docs/guides/acp-clients"
/>
</div>
</div>