From 02ef96f89b103f54901b3bc58cac3fed72be3956 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 7 Aug 2025 21:49:18 -0400 Subject: [PATCH] docs: fix --- packages/web/src/content/docs/docs/agents.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/web/src/content/docs/docs/agents.mdx b/packages/web/src/content/docs/docs/agents.mdx index 10c37e04..659c8ee5 100644 --- a/packages/web/src/content/docs/docs/agents.mdx +++ b/packages/web/src/content/docs/docs/agents.mdx @@ -3,12 +3,6 @@ title: Agents description: Configure and use specialized agents in opencode. --- -agents allow opencode to operate different for specific tasks -you can cycle them with tab, or @ to delegate a subtask to them -explain built in build/plan agent -explain how to make your own agent -examples - Agents are specialized AI assistants that can be configured for specific tasks and workflows. They allow you to create focused tools with custom prompts, models, and tool access. :::tip