From 284e9a2cb422a4664bc108fcf47354c21906c3e4 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 1 May 2025 21:24:12 -0400 Subject: [PATCH] docs: hide hierarchical tutorial from nav (#4503) --- docs/docs/tutorials/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index fb0512288..483956621 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -45,7 +45,6 @@ Explore practical implementations tailored for specific scenarios: - [Network](multi_agent/multi-agent-collaboration.ipynb): Enable two or more agents to collaborate on a task - [Supervisor](multi_agent/agent_supervisor.ipynb): Use an LLM to orchestrate and delegate to individual agents -- [Hierarchical Teams](multi_agent/hierarchical_agent_teams.ipynb): Orchestrate nested teams of agents to solve problems #### Planning Agents