docs: remove unsupported lead/worker docs and scripts (#8471)
Signed-off-by: Mark Shaggy <keramshag@gmail.com> Signed-off-by: Angie Jones <jones.angie@gmail.com> Co-authored-by: Angie Jones <jones.angie@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
---
|
||||
title: "Treating LLMs Like Tools in a Toolbox: A Multi-Model Approach to Smarter AI Agents"
|
||||
description: How Goose uses multiple LLMs within a single task, optimizing for speed, cost, and reliability in AI agent workflows
|
||||
unlisted: true
|
||||
authors:
|
||||
- mic
|
||||
- angie
|
||||
---
|
||||
|
||||
:::danger Outdated
|
||||
Lead/Worker mode has been removed from goose. It has been replaced by [Planning Mode](/docs/guides/creating-plans), which uses a dedicated planner model with the `/plan` command. See the [multi-model guide](/docs/guides/multi-model/) for current workflows.
|
||||
:::
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -79,7 +84,7 @@ export GOOSE_MODEL="claude-4-sonnet"
|
||||
|
||||
From there, Goose takes care of the hand off, the fallback, and the recovery. You just... keep vibing.
|
||||
|
||||
If you're curious how it all works under the hood, we've got a [full tutorial](/docs/tutorials/lead-worker).
|
||||
If you're curious how it all works under the hood, see the [planning guide](/docs/guides/creating-plans).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
---
|
||||
title: "LLM Tag Team: Who Plans, Who Executes?"
|
||||
description: Dive into Goose's Lead/Worker model where one LLM plans while another executes - a game-changing approach to AI collaboration that can save costs and boost efficiency.
|
||||
unlisted: true
|
||||
authors:
|
||||
- ebony
|
||||
---
|
||||
|
||||
:::danger Outdated
|
||||
Lead/Worker mode has been removed from goose. It has been replaced by [Planning Mode](/docs/guides/creating-plans), which uses a dedicated planner model with the `/plan` command. See the [multi-model guide](/docs/guides/multi-model/) for current workflows.
|
||||
:::
|
||||
|
||||

|
||||
|
||||
Ever wondered what happens when you let two AI models work together like a tag team? That’s exactly what we tested in our latest livestream—putting Goose’s Lead/Worker model to work on a real project. Spoiler: it’s actually pretty great.
|
||||
@@ -37,7 +42,7 @@ This is where it gets really cool - you can use Claude for reasoning and OpenAI
|
||||
- 🏃♂️ Handle Long Dev Sessions
|
||||
Perfect for those marathon coding sessions where you need sustained performance without breaking the bank.
|
||||
|
||||
## [Setting It Up](/docs/tutorials/lead-worker#configuration)
|
||||
## [Setting It Up](/docs/guides/creating-plans)
|
||||
|
||||
Getting started with the Lead/Worker model is surprisingly straightforward. In the Goose desktop app, you just need to:
|
||||
|
||||
@@ -97,9 +102,9 @@ By the end of our session, we had:
|
||||
|
||||
The best part? The models made smart decisions we hadn't even thought of, like automatically categorizing the servers and improving the overall page layout.
|
||||
|
||||
## Ready to Try It Yourself?
|
||||
## Ready to Try Multi-Model Workflows?
|
||||
|
||||
The [Lead/Worker model](/docs/tutorials/lead-worker) is available now in Goose. Whether you're working on documentation, building features, or tackling complex refactoring, having two specialized models working together can be a game changer.
|
||||
Lead/Worker mode has been removed, but goose now supports [Planning Mode](/docs/guides/creating-plans) for multi-model workflows. Whether you're working on documentation, building features, or tackling complex refactoring, pairing a strong planner model with a fast execution model can be a game changer.
|
||||
|
||||
Want to see it in action? Check out the full stream where we built this feature live:
|
||||
|
||||
|
||||
@@ -87,9 +87,9 @@ The [Memory extension](https://goose-docs.ai/docs/mcp/memory-mcp) stores importa
|
||||
|
||||
Keep individual sessions focused on specific tasks. When you complete a task or reach a natural stopping point, start a new session. This prevents context window bloat from accumulated conversation history and ensures your tokens are spent on current, relevant work.
|
||||
|
||||
**7. Lead/worker model**
|
||||
**7. Planner model + focused execution**
|
||||
|
||||
The [Lead/Worker model](https://goose-docs.ai/docs/tutorials/lead-worker) splits work between two models. The lead model handles high-level planning and decision-making, while the worker model executes the detailed implementation. This optimizes costs by using expensive models for strategic thinking and cheaper models for routine execution tasks.
|
||||
Use a dedicated [planner model](/docs/guides/creating-plans) for complex reasoning and keep your default model focused on execution. This gives you control over cost and quality while keeping model behavior explicit and predictable.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ Browse and select from a wide range of options, including:
|
||||
- **Specialized models** optimized for different use cases
|
||||
|
||||
:::tip Protip
|
||||
Want the best of both worlds? Use goose’s [Lead/Worker configuration](/docs/tutorials/lead-worker) to combine a powerful frontier model with a faster open-weight model. Let your Lead handle the high-level thinking while Workers take care of the repetitive tasks—saving you both time and credits.
|
||||
Want the best of both worlds? Use a dedicated [planner model](/docs/guides/creating-plans) for complex strategy and a faster default model for execution. Pair this with `/plan` to get strong reasoning only when you need it—saving both time and credits.
|
||||
:::
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user