docs: remove subagents from experimental (#4907)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user