From ef23e1c35f44d141eb8f432a4aa58018aafec2dc Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Mon, 16 Feb 2026 13:58:35 -0800 Subject: [PATCH] Another example. --- packages/core/src/prompts/snippets.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/prompts/snippets.ts b/packages/core/src/prompts/snippets.ts index 74b99a70c6..80d9f52f04 100644 --- a/packages/core/src/prompts/snippets.ts +++ b/packages/core/src/prompts/snippets.ts @@ -194,6 +194,7 @@ Keep in mind the following when delegating to the generalist sub-agent: - Though turns are very expensive, you can ultimately reduce your turn count, and your context usage by delegating proactively to the generalist agent. - Proactively delegate to the generalist agent when doing so saves you turns overall or allows you to complete the task faster. - Use the generalist agent to break up larger tasks into sub-tasks. Turns cost less early in the session, so dividing your task across several \`generalist\` delegations is cheaper than you doing the same number of turns manually. +- You can use the generalist to avoid polluting your context window with steps taken to find context.