diff --git a/mkdocs.yml b/mkdocs.yml index bcde2f094..de4e0b7cf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -127,21 +127,26 @@ nav: - Crews: 'core-concepts/Crews.md' - Collaboration: 'core-concepts/Collaboration.md' - Memory: 'core-concepts/Memory.md' + - Using LangChain Tools: 'core-concepts/Using-LangChain-Tools.md' + - Using LlamaIndex Tools: 'core-concepts/Using-LlamaIndex-Tools.md' - How to Guides: - Installing CrewAI: 'how-to/Installing-CrewAI.md' - Getting Started: 'how-to/Creating-a-Crew-and-kick-it-off.md' - Create Custom Tools: 'how-to/Create-Custom-Tools.md' - Using Sequential Process: 'how-to/Sequential.md' - Using Hierarchical Process: 'how-to/Hierarchical.md' + - Create your own Manager Agent: 'how-to/Your-Own-Manager-Agent.md' - Connecting to any LLM: 'how-to/LLM-Connections.md' - Customizing Agents: 'how-to/Customizing-Agents.md' - Human Input on Execution: 'how-to/Human-Input-on-Execution.md' - Agent Monitoring with AgentOps: 'how-to/AgentOps-Observability.md' + - Agent Monitoring with LangTrace: 'how-to/Langtrace-Observability.md' - Tools Docs: - Google Serper Search: 'tools/SerperDevTool.md' - Browserbase Web Loader: 'tools/BrowserbaseLoadTool.md' - Scrape Website: 'tools/ScrapeWebsiteTool.md' - Directory Read: 'tools/DirectoryReadTool.md' + - Exa Serch Web Loader: 'tools/EXASearchTool.md' - File Read: 'tools/FileReadTool.md' - Selenium Scraper: 'tools/SeleniumScrapingTool.md' - Directory RAG Search: 'tools/DirectorySearchTool.md'