diff --git a/docs/en/observability/truefoundry.mdx b/docs/en/observability/truefoundry.mdx
index e83c47420..bc41cc624 100644
--- a/docs/en/observability/truefoundry.mdx
+++ b/docs/en/observability/truefoundry.mdx
@@ -1,6 +1,7 @@
---
title: TrueFoundry Integration
icon: chart-line
+mode: "wide"
---
TrueFoundry provides an enterprise-ready [AI Gateway](https://www.truefoundry.com/ai-gateway) which can integrate with agentic frameworks like CrewAI and provides governance and observability for your AI Applications. TrueFoundry AI Gateway serves as a unified interface for LLM access, providing:
diff --git a/docs/en/observability/weave.mdx b/docs/en/observability/weave.mdx
index cbee4fd27..2d4c4bf1d 100644
--- a/docs/en/observability/weave.mdx
+++ b/docs/en/observability/weave.mdx
@@ -2,6 +2,7 @@
title: Weave Integration
description: Learn how to use Weights & Biases (W&B) Weave to track, experiment with, evaluate, and improve your CrewAI applications.
icon: radar
+mode: "wide"
---
# Weave Overview
diff --git a/docs/en/quickstart.mdx b/docs/en/quickstart.mdx
index fc87c7c62..9c86fc333 100644
--- a/docs/en/quickstart.mdx
+++ b/docs/en/quickstart.mdx
@@ -2,6 +2,7 @@
title: Quickstart
description: Build your first AI agent with CrewAI in under 5 minutes.
icon: rocket
+mode: "wide"
---
## Build your first CrewAI Agent
diff --git a/docs/en/telemetry.mdx b/docs/en/telemetry.mdx
index afa1fcaa0..1dca7cd06 100644
--- a/docs/en/telemetry.mdx
+++ b/docs/en/telemetry.mdx
@@ -2,6 +2,7 @@
title: Telemetry
description: Understanding the telemetry data collected by CrewAI and how it contributes to the enhancement of the library.
icon: signal-stream
+mode: "wide"
---
## Telemetry
diff --git a/docs/en/tools/ai-ml/aimindtool.mdx b/docs/en/tools/ai-ml/aimindtool.mdx
index 25897df52..50c640a9d 100644
--- a/docs/en/tools/ai-ml/aimindtool.mdx
+++ b/docs/en/tools/ai-ml/aimindtool.mdx
@@ -2,6 +2,7 @@
title: AI Mind Tool
description: The `AIMindTool` is designed to query data sources in natural language.
icon: brain
+mode: "wide"
---
# `AIMindTool`
diff --git a/docs/en/tools/ai-ml/codeinterpretertool.mdx b/docs/en/tools/ai-ml/codeinterpretertool.mdx
index d89bd8b9e..67d371178 100644
--- a/docs/en/tools/ai-ml/codeinterpretertool.mdx
+++ b/docs/en/tools/ai-ml/codeinterpretertool.mdx
@@ -2,6 +2,7 @@
title: Code Interpreter
description: The `CodeInterpreterTool` is a powerful tool designed for executing Python 3 code within a secure, isolated environment.
icon: code-simple
+mode: "wide"
---
# `CodeInterpreterTool`
diff --git a/docs/en/tools/ai-ml/dalletool.mdx b/docs/en/tools/ai-ml/dalletool.mdx
index 839592750..6acdd7995 100644
--- a/docs/en/tools/ai-ml/dalletool.mdx
+++ b/docs/en/tools/ai-ml/dalletool.mdx
@@ -2,6 +2,7 @@
title: DALL-E Tool
description: The `DallETool` is a powerful tool designed for generating images from textual descriptions.
icon: image
+mode: "wide"
---
# `DallETool`
diff --git a/docs/en/tools/ai-ml/langchaintool.mdx b/docs/en/tools/ai-ml/langchaintool.mdx
index 664546dc2..ca938b74e 100644
--- a/docs/en/tools/ai-ml/langchaintool.mdx
+++ b/docs/en/tools/ai-ml/langchaintool.mdx
@@ -2,6 +2,7 @@
title: LangChain Tool
description: The `LangChainTool` is a wrapper for LangChain tools and query engines.
icon: link
+mode: "wide"
---
## `LangChainTool`
diff --git a/docs/en/tools/ai-ml/llamaindextool.mdx b/docs/en/tools/ai-ml/llamaindextool.mdx
index 6562dfa13..66099e684 100644
--- a/docs/en/tools/ai-ml/llamaindextool.mdx
+++ b/docs/en/tools/ai-ml/llamaindextool.mdx
@@ -2,6 +2,7 @@
title: LlamaIndex Tool
description: The `LlamaIndexTool` is a wrapper for LlamaIndex tools and query engines.
icon: address-book
+mode: "wide"
---
# `LlamaIndexTool`
diff --git a/docs/en/tools/ai-ml/overview.mdx b/docs/en/tools/ai-ml/overview.mdx
index 2f07dd4c2..ef757b826 100644
--- a/docs/en/tools/ai-ml/overview.mdx
+++ b/docs/en/tools/ai-ml/overview.mdx
@@ -2,6 +2,7 @@
title: "Overview"
description: "Leverage AI services, generate images, process vision, and build intelligent systems"
icon: "face-smile"
+mode: "wide"
---
These tools integrate with AI and machine learning services to enhance your agents with advanced capabilities like image generation, vision processing, and intelligent code execution.
diff --git a/docs/en/tools/ai-ml/ragtool.mdx b/docs/en/tools/ai-ml/ragtool.mdx
index b4c074fca..091643242 100644
--- a/docs/en/tools/ai-ml/ragtool.mdx
+++ b/docs/en/tools/ai-ml/ragtool.mdx
@@ -2,6 +2,7 @@
title: RAG Tool
description: The `RagTool` is a dynamic knowledge base tool for answering questions using Retrieval-Augmented Generation.
icon: vector-square
+mode: "wide"
---
# `RagTool`
diff --git a/docs/en/tools/ai-ml/visiontool.mdx b/docs/en/tools/ai-ml/visiontool.mdx
index f4eab0f1c..887516a74 100644
--- a/docs/en/tools/ai-ml/visiontool.mdx
+++ b/docs/en/tools/ai-ml/visiontool.mdx
@@ -2,6 +2,7 @@
title: Vision Tool
description: The `VisionTool` is designed to extract text from images.
icon: eye
+mode: "wide"
---
# `VisionTool`
diff --git a/docs/en/tools/automation/apifyactorstool.mdx b/docs/en/tools/automation/apifyactorstool.mdx
index 0f0835b9f..f1048151c 100644
--- a/docs/en/tools/automation/apifyactorstool.mdx
+++ b/docs/en/tools/automation/apifyactorstool.mdx
@@ -3,6 +3,7 @@ title: Apify Actors
description: "`ApifyActorsTool` lets you call Apify Actors to provide your CrewAI workflows with web scraping, crawling, data extraction, and web automation capabilities."
# hack to use custom Apify icon
icon: "); -webkit-mask-image: url('https://upload.wikimedia.org/wikipedia/commons/a/ae/Apify.svg');/*"
+mode: "wide"
---
# `ApifyActorsTool`
diff --git a/docs/en/tools/automation/composiotool.mdx b/docs/en/tools/automation/composiotool.mdx
index b72e09dcd..b8edbc253 100644
--- a/docs/en/tools/automation/composiotool.mdx
+++ b/docs/en/tools/automation/composiotool.mdx
@@ -2,6 +2,7 @@
title: Composio Tool
description: Composio provides 250+ production-ready tools for AI agents with flexible authentication management.
icon: gear-code
+mode: "wide"
---
# `ComposioToolSet`
diff --git a/docs/en/tools/automation/multiontool.mdx b/docs/en/tools/automation/multiontool.mdx
index e5c82f7dd..2bb4877f1 100644
--- a/docs/en/tools/automation/multiontool.mdx
+++ b/docs/en/tools/automation/multiontool.mdx
@@ -2,6 +2,7 @@
title: MultiOn Tool
description: The `MultiOnTool` empowers CrewAI agents with the capability to navigate and interact with the web through natural language instructions.
icon: globe
+mode: "wide"
---
## Overview
diff --git a/docs/en/tools/automation/overview.mdx b/docs/en/tools/automation/overview.mdx
index a85ac9d6c..d10ea0eff 100644
--- a/docs/en/tools/automation/overview.mdx
+++ b/docs/en/tools/automation/overview.mdx
@@ -2,6 +2,7 @@
title: "Overview"
description: "Automate workflows and integrate with external platforms and services"
icon: "face-smile"
+mode: "wide"
---
These tools enable your agents to automate workflows, integrate with external platforms, and connect with various third-party services for enhanced functionality.
diff --git a/docs/en/tools/automation/zapieractionstool.mdx b/docs/en/tools/automation/zapieractionstool.mdx
index 378a1b6e3..468b77eda 100644
--- a/docs/en/tools/automation/zapieractionstool.mdx
+++ b/docs/en/tools/automation/zapieractionstool.mdx
@@ -2,6 +2,7 @@
title: Zapier Actions Tool
description: The `ZapierActionsAdapter` exposes Zapier actions as CrewAI tools for automation.
icon: bolt
+mode: "wide"
---
# `ZapierActionsAdapter`
diff --git a/docs/en/tools/cloud-storage/bedrockkbretriever.mdx b/docs/en/tools/cloud-storage/bedrockkbretriever.mdx
index 3868f636a..9fcb233da 100644
--- a/docs/en/tools/cloud-storage/bedrockkbretriever.mdx
+++ b/docs/en/tools/cloud-storage/bedrockkbretriever.mdx
@@ -2,6 +2,7 @@
title: 'Bedrock Knowledge Base Retriever'
description: 'Retrieve information from Amazon Bedrock Knowledge Bases using natural language queries'
icon: aws
+mode: "wide"
---
# `BedrockKBRetrieverTool`
diff --git a/docs/en/tools/cloud-storage/overview.mdx b/docs/en/tools/cloud-storage/overview.mdx
index 57aa288af..093bff17d 100644
--- a/docs/en/tools/cloud-storage/overview.mdx
+++ b/docs/en/tools/cloud-storage/overview.mdx
@@ -2,6 +2,7 @@
title: "Overview"
description: "Interact with cloud services, storage systems, and cloud-based AI platforms"
icon: "face-smile"
+mode: "wide"
---
These tools enable your agents to interact with cloud services, access cloud storage, and leverage cloud-based AI platforms for scalable operations.
diff --git a/docs/en/tools/cloud-storage/s3readertool.mdx b/docs/en/tools/cloud-storage/s3readertool.mdx
index 386337713..d206b8e8c 100644
--- a/docs/en/tools/cloud-storage/s3readertool.mdx
+++ b/docs/en/tools/cloud-storage/s3readertool.mdx
@@ -2,6 +2,7 @@
title: S3 Reader Tool
description: The `S3ReaderTool` enables CrewAI agents to read files from Amazon S3 buckets.
icon: aws
+mode: "wide"
---
# `S3ReaderTool`
diff --git a/docs/en/tools/cloud-storage/s3writertool.mdx b/docs/en/tools/cloud-storage/s3writertool.mdx
index bd58cae4b..6cad847ef 100644
--- a/docs/en/tools/cloud-storage/s3writertool.mdx
+++ b/docs/en/tools/cloud-storage/s3writertool.mdx
@@ -2,6 +2,7 @@
title: S3 Writer Tool
description: The `S3WriterTool` enables CrewAI agents to write content to files in Amazon S3 buckets.
icon: aws
+mode: "wide"
---
# `S3WriterTool`
diff --git a/docs/en/tools/database-data/mongodbvectorsearchtool.mdx b/docs/en/tools/database-data/mongodbvectorsearchtool.mdx
index 35d0fe0f1..09c5ee518 100644
--- a/docs/en/tools/database-data/mongodbvectorsearchtool.mdx
+++ b/docs/en/tools/database-data/mongodbvectorsearchtool.mdx
@@ -2,6 +2,7 @@
title: MongoDB Vector Search Tool
description: The `MongoDBVectorSearchTool` performs vector search on MongoDB Atlas with optional indexing helpers.
icon: "leaf"
+mode: "wide"
---
# `MongoDBVectorSearchTool`
diff --git a/docs/en/tools/database-data/mysqltool.mdx b/docs/en/tools/database-data/mysqltool.mdx
index db59be446..efdd3371f 100644
--- a/docs/en/tools/database-data/mysqltool.mdx
+++ b/docs/en/tools/database-data/mysqltool.mdx
@@ -2,6 +2,7 @@
title: MySQL RAG Search
description: The `MySQLSearchTool` is designed to search MySQL databases and return the most relevant results.
icon: database
+mode: "wide"
---
## Overview
diff --git a/docs/en/tools/database-data/nl2sqltool.mdx b/docs/en/tools/database-data/nl2sqltool.mdx
index 0f983fb70..43a3f8944 100644
--- a/docs/en/tools/database-data/nl2sqltool.mdx
+++ b/docs/en/tools/database-data/nl2sqltool.mdx
@@ -2,6 +2,7 @@
title: NL2SQL Tool
description: The `NL2SQLTool` is designed to convert natural language to SQL queries.
icon: language
+mode: "wide"
---
## Overview
diff --git a/docs/en/tools/database-data/overview.mdx b/docs/en/tools/database-data/overview.mdx
index 50522af5e..19c14ed3c 100644
--- a/docs/en/tools/database-data/overview.mdx
+++ b/docs/en/tools/database-data/overview.mdx
@@ -2,6 +2,7 @@
title: "Overview"
description: "Connect to databases, vector stores, and data warehouses for comprehensive data access"
icon: "face-smile"
+mode: "wide"
---
These tools enable your agents to interact with various database systems, from traditional SQL databases to modern vector stores and data warehouses.
diff --git a/docs/en/tools/database-data/pgsearchtool.mdx b/docs/en/tools/database-data/pgsearchtool.mdx
index b4ad46c3e..d4a228fdd 100644
--- a/docs/en/tools/database-data/pgsearchtool.mdx
+++ b/docs/en/tools/database-data/pgsearchtool.mdx
@@ -2,6 +2,7 @@
title: PG RAG Search
description: The `PGSearchTool` is designed to search PostgreSQL databases and return the most relevant results.
icon: elephant
+mode: "wide"
---
## Overview
diff --git a/docs/en/tools/database-data/qdrantvectorsearchtool.mdx b/docs/en/tools/database-data/qdrantvectorsearchtool.mdx
index ffeb0324c..8a6491ca9 100644
--- a/docs/en/tools/database-data/qdrantvectorsearchtool.mdx
+++ b/docs/en/tools/database-data/qdrantvectorsearchtool.mdx
@@ -2,6 +2,7 @@
title: 'Qdrant Vector Search Tool'
description: 'Semantic search capabilities for CrewAI agents using Qdrant vector database'
icon: vector-square
+mode: "wide"
---
## Overview
diff --git a/docs/en/tools/database-data/singlestoresearchtool.mdx b/docs/en/tools/database-data/singlestoresearchtool.mdx
index 30c6b7786..8275c12f9 100644
--- a/docs/en/tools/database-data/singlestoresearchtool.mdx
+++ b/docs/en/tools/database-data/singlestoresearchtool.mdx
@@ -2,6 +2,7 @@
title: SingleStore Search Tool
description: The `SingleStoreSearchTool` safely executes SELECT/SHOW queries on SingleStore with pooling.
icon: circle
+mode: "wide"
---
# `SingleStoreSearchTool`
diff --git a/docs/en/tools/database-data/snowflakesearchtool.mdx b/docs/en/tools/database-data/snowflakesearchtool.mdx
index 4d2e94149..ac516b664 100644
--- a/docs/en/tools/database-data/snowflakesearchtool.mdx
+++ b/docs/en/tools/database-data/snowflakesearchtool.mdx
@@ -2,6 +2,7 @@
title: Snowflake Search Tool
description: The `SnowflakeSearchTool` enables CrewAI agents to execute SQL queries and perform semantic search on Snowflake data warehouses.
icon: snowflake
+mode: "wide"
---
# `SnowflakeSearchTool`
diff --git a/docs/en/tools/database-data/weaviatevectorsearchtool.mdx b/docs/en/tools/database-data/weaviatevectorsearchtool.mdx
index 2703e8643..3fd0a3bf0 100644
--- a/docs/en/tools/database-data/weaviatevectorsearchtool.mdx
+++ b/docs/en/tools/database-data/weaviatevectorsearchtool.mdx
@@ -2,6 +2,7 @@
title: Weaviate Vector Search
description: The `WeaviateVectorSearchTool` is designed to search a Weaviate vector database for semantically similar documents using hybrid search.
icon: network-wired
+mode: "wide"
---
## Overview
diff --git a/docs/en/tools/file-document/csvsearchtool.mdx b/docs/en/tools/file-document/csvsearchtool.mdx
index af39c58cb..58d519332 100644
--- a/docs/en/tools/file-document/csvsearchtool.mdx
+++ b/docs/en/tools/file-document/csvsearchtool.mdx
@@ -2,6 +2,7 @@
title: CSV RAG Search
description: The `CSVSearchTool` is a powerful RAG (Retrieval-Augmented Generation) tool designed for semantic searches within a CSV file's content.
icon: file-csv
+mode: "wide"
---
# `CSVSearchTool`
diff --git a/docs/en/tools/file-document/directoryreadtool.mdx b/docs/en/tools/file-document/directoryreadtool.mdx
index d246dfaa5..3fa2a8b48 100644
--- a/docs/en/tools/file-document/directoryreadtool.mdx
+++ b/docs/en/tools/file-document/directoryreadtool.mdx
@@ -2,6 +2,7 @@
title: Directory Read
description: The `DirectoryReadTool` is a powerful utility designed to provide a comprehensive listing of directory contents.
icon: folder-tree
+mode: "wide"
---
# `DirectoryReadTool`
diff --git a/docs/en/tools/file-document/directorysearchtool.mdx b/docs/en/tools/file-document/directorysearchtool.mdx
index e684fef39..4ba111636 100644
--- a/docs/en/tools/file-document/directorysearchtool.mdx
+++ b/docs/en/tools/file-document/directorysearchtool.mdx
@@ -2,6 +2,7 @@
title: Directory RAG Search
description: The `DirectorySearchTool` is a powerful RAG (Retrieval-Augmented Generation) tool designed for semantic searches within a directory's content.
icon: address-book
+mode: "wide"
---
# `DirectorySearchTool`
diff --git a/docs/en/tools/file-document/docxsearchtool.mdx b/docs/en/tools/file-document/docxsearchtool.mdx
index 9e7ebee44..c70dc7ab4 100644
--- a/docs/en/tools/file-document/docxsearchtool.mdx
+++ b/docs/en/tools/file-document/docxsearchtool.mdx
@@ -2,6 +2,7 @@
title: DOCX RAG Search
description: The `DOCXSearchTool` is a RAG tool designed for semantic searching within DOCX documents.
icon: file-word
+mode: "wide"
---
# `DOCXSearchTool`
diff --git a/docs/en/tools/file-document/filereadtool.mdx b/docs/en/tools/file-document/filereadtool.mdx
index 50d7f167e..43646c8dc 100644
--- a/docs/en/tools/file-document/filereadtool.mdx
+++ b/docs/en/tools/file-document/filereadtool.mdx
@@ -2,6 +2,7 @@
title: File Read
description: The `FileReadTool` is designed to read files from the local file system.
icon: folders
+mode: "wide"
---
## Overview
diff --git a/docs/en/tools/file-document/filewritetool.mdx b/docs/en/tools/file-document/filewritetool.mdx
index 5e00801b7..f8bc464ce 100644
--- a/docs/en/tools/file-document/filewritetool.mdx
+++ b/docs/en/tools/file-document/filewritetool.mdx
@@ -2,6 +2,7 @@
title: File Write
description: The `FileWriterTool` is designed to write content to files.
icon: file-pen
+mode: "wide"
---
# `FileWriterTool`
diff --git a/docs/en/tools/file-document/jsonsearchtool.mdx b/docs/en/tools/file-document/jsonsearchtool.mdx
index f7391b92a..6228ccbc2 100644
--- a/docs/en/tools/file-document/jsonsearchtool.mdx
+++ b/docs/en/tools/file-document/jsonsearchtool.mdx
@@ -2,6 +2,7 @@
title: JSON RAG Search
description: The `JSONSearchTool` is designed to search JSON files and return the most relevant results.
icon: file-code
+mode: "wide"
---
# `JSONSearchTool`
diff --git a/docs/en/tools/file-document/mdxsearchtool.mdx b/docs/en/tools/file-document/mdxsearchtool.mdx
index fbf5dc340..c6b0ec2bc 100644
--- a/docs/en/tools/file-document/mdxsearchtool.mdx
+++ b/docs/en/tools/file-document/mdxsearchtool.mdx
@@ -2,6 +2,7 @@
title: MDX RAG Search
description: The `MDXSearchTool` is designed to search MDX files and return the most relevant results.
icon: markdown
+mode: "wide"
---
# `MDXSearchTool`
diff --git a/docs/en/tools/file-document/ocrtool.mdx b/docs/en/tools/file-document/ocrtool.mdx
index b07e2897e..162ca7834 100644
--- a/docs/en/tools/file-document/ocrtool.mdx
+++ b/docs/en/tools/file-document/ocrtool.mdx
@@ -2,6 +2,7 @@
title: OCR Tool
description: The `OCRTool` extracts text from local images or image URLs using an LLM with vision.
icon: image
+mode: "wide"
---
# `OCRTool`
diff --git a/docs/en/tools/file-document/overview.mdx b/docs/en/tools/file-document/overview.mdx
index 9e3a83b7b..4464f714a 100644
--- a/docs/en/tools/file-document/overview.mdx
+++ b/docs/en/tools/file-document/overview.mdx
@@ -2,6 +2,7 @@
title: "Overview"
description: "Read, write, and search through various file formats with CrewAI's document processing tools"
icon: "face-smile"
+mode: "wide"
---
These tools enable your agents to work with various file formats and document types. From reading PDFs to processing JSON data, these tools handle all your document processing needs.
diff --git a/docs/en/tools/file-document/pdf-text-writing-tool.mdx b/docs/en/tools/file-document/pdf-text-writing-tool.mdx
index edbd1575c..3e387a7b2 100644
--- a/docs/en/tools/file-document/pdf-text-writing-tool.mdx
+++ b/docs/en/tools/file-document/pdf-text-writing-tool.mdx
@@ -2,6 +2,7 @@
title: PDF Text Writing Tool
description: The `PDFTextWritingTool` writes text to specific positions in a PDF, supporting custom fonts.
icon: file-pdf
+mode: "wide"
---
# `PDFTextWritingTool`
diff --git a/docs/en/tools/file-document/pdfsearchtool.mdx b/docs/en/tools/file-document/pdfsearchtool.mdx
index 0937165eb..68d15a55d 100644
--- a/docs/en/tools/file-document/pdfsearchtool.mdx
+++ b/docs/en/tools/file-document/pdfsearchtool.mdx
@@ -2,6 +2,7 @@
title: PDF RAG Search
description: The `PDFSearchTool` is designed to search PDF files and return the most relevant results.
icon: file-pdf
+mode: "wide"
---
# `PDFSearchTool`
diff --git a/docs/en/tools/file-document/txtsearchtool.mdx b/docs/en/tools/file-document/txtsearchtool.mdx
index a6490cc5d..7683d9954 100644
--- a/docs/en/tools/file-document/txtsearchtool.mdx
+++ b/docs/en/tools/file-document/txtsearchtool.mdx
@@ -2,6 +2,7 @@
title: TXT RAG Search
description: The `TXTSearchTool` is designed to perform a RAG (Retrieval-Augmented Generation) search within the content of a text file.
icon: file-lines
+mode: "wide"
---
## Overview
diff --git a/docs/en/tools/file-document/xmlsearchtool.mdx b/docs/en/tools/file-document/xmlsearchtool.mdx
index 717e6bc2b..d0ba026b6 100644
--- a/docs/en/tools/file-document/xmlsearchtool.mdx
+++ b/docs/en/tools/file-document/xmlsearchtool.mdx
@@ -2,6 +2,7 @@
title: XML RAG Search
description: The `XMLSearchTool` is designed to perform a RAG (Retrieval-Augmented Generation) search within the content of a XML file.
icon: file-xml
+mode: "wide"
---
# `XMLSearchTool`
diff --git a/docs/en/tools/integration/bedrockinvokeagenttool.mdx b/docs/en/tools/integration/bedrockinvokeagenttool.mdx
index c9b2c6aac..b301591b6 100644
--- a/docs/en/tools/integration/bedrockinvokeagenttool.mdx
+++ b/docs/en/tools/integration/bedrockinvokeagenttool.mdx
@@ -2,6 +2,7 @@
title: Bedrock Invoke Agent Tool
description: Enables CrewAI agents to invoke Amazon Bedrock Agents and leverage their capabilities within your workflows
icon: aws
+mode: "wide"
---
# `BedrockInvokeAgentTool`
diff --git a/docs/en/tools/overview.mdx b/docs/en/tools/overview.mdx
index 36d926a08..fb9926f0b 100644
--- a/docs/en/tools/overview.mdx
+++ b/docs/en/tools/overview.mdx
@@ -2,6 +2,7 @@
title: "Tools Overview"
description: "Discover CrewAI's extensive library of 40+ tools to supercharge your AI agents"
icon: "toolbox"
+mode: "wide"
---
CrewAI provides an extensive library of pre-built tools to enhance your agents' capabilities. From file processing to web scraping, database queries to AI services - we've got you covered.
@@ -11,7 +12,7 @@ CrewAI provides an extensive library of pre-built tools to enhance your agents'
+ + Orchestrate multi‑agent systems and flows with guardrails, memory, knowledge, tools, and observability. Production‑ready by default. +
+ + +
+
diff --git a/docs/ko/observability/weave.mdx b/docs/ko/observability/weave.mdx
index 24c2ae334..195fd403f 100644
--- a/docs/ko/observability/weave.mdx
+++ b/docs/ko/observability/weave.mdx
@@ -2,6 +2,7 @@
title: Weave 통합
description: Weights & Biases(W&B) Weave를 사용하여 CrewAI 애플리케이션을 추적, 실험, 평가 및 개선하는 방법을 알아보세요.
icon: radar
+mode: "wide"
---
# Weave 개요
diff --git a/docs/ko/quickstart.mdx b/docs/ko/quickstart.mdx
index 2f16716f2..4231fbbde 100644
--- a/docs/ko/quickstart.mdx
+++ b/docs/ko/quickstart.mdx
@@ -2,6 +2,7 @@
title: 퀵스타트
description: 5분 이내에 CrewAI로 첫 번째 AI 에이전트를 구축해보세요.
icon: rocket
+mode: "wide"
---
## 첫 번째 CrewAI Agent 만들기
diff --git a/docs/ko/telemetry.mdx b/docs/ko/telemetry.mdx
index b9afaeb3c..b706bded2 100644
--- a/docs/ko/telemetry.mdx
+++ b/docs/ko/telemetry.mdx
@@ -2,6 +2,7 @@
title: 텔레메트리
description: CrewAI에서 수집되는 텔레메트리 데이터와 이 데이터가 라이브러리의 향상에 어떻게 기여하는지 이해합니다.
icon: signal-stream
+mode: "wide"
---
## 텔레메트리
diff --git a/docs/ko/tools/ai-ml/aimindtool.mdx b/docs/ko/tools/ai-ml/aimindtool.mdx
index ea961cfa4..4f93af656 100644
--- a/docs/ko/tools/ai-ml/aimindtool.mdx
+++ b/docs/ko/tools/ai-ml/aimindtool.mdx
@@ -2,6 +2,7 @@
title: AI 마인드 툴
description: AIMindTool은 자연어로 데이터 소스를 질의하도록 설계되었습니다.
icon: brain
+mode: "wide"
---
# `AIMindTool`
diff --git a/docs/ko/tools/ai-ml/codeinterpretertool.mdx b/docs/ko/tools/ai-ml/codeinterpretertool.mdx
index a25f91048..f5053d216 100644
--- a/docs/ko/tools/ai-ml/codeinterpretertool.mdx
+++ b/docs/ko/tools/ai-ml/codeinterpretertool.mdx
@@ -2,6 +2,7 @@
title: 코드 인터프리터
description: CodeInterpreterTool은(는) 안전하고 격리된 환경 내에서 Python 3 코드를 실행하도록 설계된 강력한 도구입니다.
icon: code-simple
+mode: "wide"
---
# `CodeInterpreterTool`
diff --git a/docs/ko/tools/ai-ml/dalletool.mdx b/docs/ko/tools/ai-ml/dalletool.mdx
index 43363bc91..87c7d36d0 100644
--- a/docs/ko/tools/ai-ml/dalletool.mdx
+++ b/docs/ko/tools/ai-ml/dalletool.mdx
@@ -2,6 +2,7 @@
title: DALL-E 도구
description: DallETool은(는) 텍스트 설명으로부터 이미지를 생성할 수 있도록 설계된 강력한 도구입니다.
icon: image
+mode: "wide"
---
# `DallETool`
diff --git a/docs/ko/tools/ai-ml/langchaintool.mdx b/docs/ko/tools/ai-ml/langchaintool.mdx
index af5af9cd1..592456d40 100644
--- a/docs/ko/tools/ai-ml/langchaintool.mdx
+++ b/docs/ko/tools/ai-ml/langchaintool.mdx
@@ -2,6 +2,7 @@
title: LangChain 도구
description: LangChainTool은 LangChain 도구 및 쿼리 엔진을 위한 래퍼(wrapper)입니다.
icon: link
+mode: "wide"
---
## `LangChainTool`
diff --git a/docs/ko/tools/ai-ml/llamaindextool.mdx b/docs/ko/tools/ai-ml/llamaindextool.mdx
index e11b1bd5b..51d666fdd 100644
--- a/docs/ko/tools/ai-ml/llamaindextool.mdx
+++ b/docs/ko/tools/ai-ml/llamaindextool.mdx
@@ -2,6 +2,7 @@
title: LlamaIndex 도구
description: LlamaIndexTool은 LlamaIndex 도구와 쿼리 엔진의 래퍼입니다.
icon: address-book
+mode: "wide"
---
# `LlamaIndexTool`
diff --git a/docs/ko/tools/ai-ml/overview.mdx b/docs/ko/tools/ai-ml/overview.mdx
index 1bf7c2409..c2f66ef30 100644
--- a/docs/ko/tools/ai-ml/overview.mdx
+++ b/docs/ko/tools/ai-ml/overview.mdx
@@ -2,6 +2,7 @@
title: "개요"
description: "AI 서비스를 활용하고, 이미지를 생성하며, 비전 처리를 수행하고, 지능형 시스템을 구축합니다"
icon: "face-smile"
+mode: "wide"
---
이러한 도구들은 AI 및 머신러닝 서비스와 통합되어 이미지 생성, 비전 처리, 지능형 코드 실행과 같은 고급 기능으로 에이전트를 강화합니다.
diff --git a/docs/ko/tools/ai-ml/ragtool.mdx b/docs/ko/tools/ai-ml/ragtool.mdx
index 043347711..241e579f4 100644
--- a/docs/ko/tools/ai-ml/ragtool.mdx
+++ b/docs/ko/tools/ai-ml/ragtool.mdx
@@ -2,6 +2,7 @@
title: RAG 도구
description: RagTool은 Retrieval-Augmented Generation을 사용하여 질문에 답변하는 동적 지식 기반 도구입니다.
icon: vector-square
+mode: "wide"
---
# `RagTool`
diff --git a/docs/ko/tools/ai-ml/visiontool.mdx b/docs/ko/tools/ai-ml/visiontool.mdx
index 7a0d1fbaf..166c89b2c 100644
--- a/docs/ko/tools/ai-ml/visiontool.mdx
+++ b/docs/ko/tools/ai-ml/visiontool.mdx
@@ -2,6 +2,7 @@
title: 비전 도구
description: VisionTool은 이미지에서 텍스트를 추출하도록 설계되었습니다.
icon: eye
+mode: "wide"
---
# `VisionTool`
diff --git a/docs/ko/tools/automation/apifyactorstool.mdx b/docs/ko/tools/automation/apifyactorstool.mdx
index 7bdf3a0ef..f6a99f5c2 100644
--- a/docs/ko/tools/automation/apifyactorstool.mdx
+++ b/docs/ko/tools/automation/apifyactorstool.mdx
@@ -3,6 +3,7 @@ title: Apify 액터
description: "`ApifyActorsTool`을(를) 사용하면 Apify 액터를 호출하여 CrewAI 워크플로우에 웹 스크래핑, 크롤링, 데이터 추출 및 웹 자동화 기능을 제공할 수 있습니다."
# hack to use custom Apify icon
icon: "); -webkit-mask-image: url('https://upload.wikimedia.org/wikipedia/commons/a/ae/Apify.svg');/*"
+mode: "wide"
---
# `ApifyActorsTool`
diff --git a/docs/ko/tools/automation/composiotool.mdx b/docs/ko/tools/automation/composiotool.mdx
index 3b110c984..15c477e34 100644
--- a/docs/ko/tools/automation/composiotool.mdx
+++ b/docs/ko/tools/automation/composiotool.mdx
@@ -2,6 +2,7 @@
title: Composio 도구
description: Composio는 유연한 인증 관리가 가능한 AI 에이전트를 위한 250개 이상의 프로덕션 준비 도구를 제공합니다.
icon: gear-code
+mode: "wide"
---
# `ComposioToolSet`
diff --git a/docs/ko/tools/automation/multiontool.mdx b/docs/ko/tools/automation/multiontool.mdx
index 5dcc3f25c..18ab8f549 100644
--- a/docs/ko/tools/automation/multiontool.mdx
+++ b/docs/ko/tools/automation/multiontool.mdx
@@ -2,6 +2,7 @@
title: MultiOn Tool
description: MultiOnTool은 CrewAI agent가 자연어 지시를 통해 웹을 탐색하고 상호작용할 수 있는 기능을 제공합니다.
icon: globe
+mode: "wide"
---
## 개요
diff --git a/docs/ko/tools/automation/overview.mdx b/docs/ko/tools/automation/overview.mdx
index e942572e1..73b9e5665 100644
--- a/docs/ko/tools/automation/overview.mdx
+++ b/docs/ko/tools/automation/overview.mdx
@@ -2,6 +2,7 @@
title: "개요"
description: "워크플로우를 자동화하고 외부 플랫폼 및 서비스와 통합합니다"
icon: "face-smile"
+mode: "wide"
---
이러한 도구들은 에이전트가 워크플로를 자동화하고, 외부 플랫폼과 통합하며, 다양한 서드파티 서비스와 연동하여 기능을 향상시킬 수 있도록 합니다.
diff --git a/docs/ko/tools/automation/zapieractionstool.mdx b/docs/ko/tools/automation/zapieractionstool.mdx
index d0605a9bf..d174f98d6 100644
--- a/docs/ko/tools/automation/zapieractionstool.mdx
+++ b/docs/ko/tools/automation/zapieractionstool.mdx
@@ -2,6 +2,7 @@
title: Zapier 액션 도구
description: ZapierActionsAdapter는 Zapier 액션을 CrewAI 도구로 노출하여 자동화를 지원합니다.
icon: bolt
+mode: "wide"
---
# `ZapierActionsAdapter`
diff --git a/docs/ko/tools/cloud-storage/bedrockinvokeagenttool.mdx b/docs/ko/tools/cloud-storage/bedrockinvokeagenttool.mdx
index f3720a5c5..cdb9f4cd4 100644
--- a/docs/ko/tools/cloud-storage/bedrockinvokeagenttool.mdx
+++ b/docs/ko/tools/cloud-storage/bedrockinvokeagenttool.mdx
@@ -2,6 +2,7 @@
title: Bedrock Invoke Agent 도구
description: CrewAI 에이전트가 Amazon Bedrock 에이전트를 호출하고, 워크플로우 내에서 그 기능을 활용할 수 있도록 합니다
icon: aws
+mode: "wide"
---
# `BedrockInvokeAgentTool`
diff --git a/docs/ko/tools/cloud-storage/bedrockkbretriever.mdx b/docs/ko/tools/cloud-storage/bedrockkbretriever.mdx
index b4152bcc4..ceda2ba2c 100644
--- a/docs/ko/tools/cloud-storage/bedrockkbretriever.mdx
+++ b/docs/ko/tools/cloud-storage/bedrockkbretriever.mdx
@@ -2,6 +2,7 @@
title: 'Bedrock 지식 베이스 검색기'
description: '자연어 쿼리를 사용하여 Amazon Bedrock 지식 베이스에서 정보를 검색합니다'
icon: aws
+mode: "wide"
---
# `BedrockKBRetrieverTool`
diff --git a/docs/ko/tools/cloud-storage/overview.mdx b/docs/ko/tools/cloud-storage/overview.mdx
index de53b6105..cba3b5e21 100644
--- a/docs/ko/tools/cloud-storage/overview.mdx
+++ b/docs/ko/tools/cloud-storage/overview.mdx
@@ -2,6 +2,7 @@
title: "개요"
description: "클라우드 서비스, 스토리지 시스템, 클라우드 기반 AI 플랫폼과 상호작용합니다"
icon: "face-smile"
+mode: "wide"
---
이러한 도구를 통해 에이전트는 클라우드 서비스와 상호 작용하고, 클라우드 스토리지에 접근하며, 대규모 운영을 위해 클라우드 기반 AI 플랫폼을 활용할 수 있습니다.
diff --git a/docs/ko/tools/cloud-storage/s3readertool.mdx b/docs/ko/tools/cloud-storage/s3readertool.mdx
index 6558f0f9b..bc6840764 100644
--- a/docs/ko/tools/cloud-storage/s3readertool.mdx
+++ b/docs/ko/tools/cloud-storage/s3readertool.mdx
@@ -2,6 +2,7 @@
title: S3 리더 도구
description: S3ReaderTool은 CrewAI 에이전트가 Amazon S3 버킷에서 파일을 읽을 수 있도록 합니다.
icon: aws
+mode: "wide"
---
# `S3ReaderTool`
diff --git a/docs/ko/tools/cloud-storage/s3writertool.mdx b/docs/ko/tools/cloud-storage/s3writertool.mdx
index 7b2d87789..de5cdb8bd 100644
--- a/docs/ko/tools/cloud-storage/s3writertool.mdx
+++ b/docs/ko/tools/cloud-storage/s3writertool.mdx
@@ -2,6 +2,7 @@
title: S3 Writer Tool
description: S3WriterTool은 CrewAI 에이전트가 Amazon S3 버킷의 파일에 콘텐츠를 쓸 수 있도록 해줍니다.
icon: aws
+mode: "wide"
---
# `S3WriterTool`
diff --git a/docs/ko/tools/database-data/mongodbvectorsearchtool.mdx b/docs/ko/tools/database-data/mongodbvectorsearchtool.mdx
index f85b03889..d979ddc7b 100644
--- a/docs/ko/tools/database-data/mongodbvectorsearchtool.mdx
+++ b/docs/ko/tools/database-data/mongodbvectorsearchtool.mdx
@@ -2,6 +2,7 @@
title: MongoDB 벡터 검색 도구
description: MongoDBVectorSearchTool은(는) 선택적인 인덱싱 도우미와 함께 MongoDB Atlas에서 벡터 검색을 수행합니다.
icon: "leaf"
+mode: "wide"
---
# `MongoDBVectorSearchTool`
diff --git a/docs/ko/tools/database-data/mysqltool.mdx b/docs/ko/tools/database-data/mysqltool.mdx
index 1bd02ee3a..8177a6488 100644
--- a/docs/ko/tools/database-data/mysqltool.mdx
+++ b/docs/ko/tools/database-data/mysqltool.mdx
@@ -2,6 +2,7 @@
title: MySQL RAG 검색
description: MySQLSearchTool은 MySQL 데이터베이스를 검색하고 가장 관련성 높은 결과를 반환하도록 설계되었습니다.
icon: database
+mode: "wide"
---
## 개요
diff --git a/docs/ko/tools/database-data/nl2sqltool.mdx b/docs/ko/tools/database-data/nl2sqltool.mdx
index d484b63d0..5f6583155 100644
--- a/docs/ko/tools/database-data/nl2sqltool.mdx
+++ b/docs/ko/tools/database-data/nl2sqltool.mdx
@@ -2,6 +2,7 @@
title: NL2SQL 도구
description: NL2SQLTool은 자연어를 SQL 쿼리로 변환하도록 설계되었습니다.
icon: language
+mode: "wide"
---
## 개요
diff --git a/docs/ko/tools/database-data/overview.mdx b/docs/ko/tools/database-data/overview.mdx
index 37997b85a..6c4fbb5a5 100644
--- a/docs/ko/tools/database-data/overview.mdx
+++ b/docs/ko/tools/database-data/overview.mdx
@@ -2,6 +2,7 @@
title: "개요"
description: "포괄적인 데이터 액세스를 위해 데이터베이스, 벡터 스토어, 데이터 웨어하우스에 연결하세요"
icon: "face-smile"
+mode: "wide"
---
이러한 툴을 통해 에이전트는 전통적인 SQL 데이터베이스부터 최신 벡터 저장소 및 데이터 웨어하우스에 이르기까지 다양한 데이터베이스 시스템과 상호 작용할 수 있습니다.
diff --git a/docs/ko/tools/database-data/pgsearchtool.mdx b/docs/ko/tools/database-data/pgsearchtool.mdx
index b81c0e718..aa97f0050 100644
--- a/docs/ko/tools/database-data/pgsearchtool.mdx
+++ b/docs/ko/tools/database-data/pgsearchtool.mdx
@@ -2,6 +2,7 @@
title: PG RAG 검색
description: PGSearchTool은 PostgreSQL 데이터베이스를 검색하고 가장 관련성 높은 결과를 반환하도록 설계되었습니다.
icon: elephant
+mode: "wide"
---
생각: 이제 훌륭한 답변을 드릴 수 있습니다.
diff --git a/docs/ko/tools/database-data/qdrantvectorsearchtool.mdx b/docs/ko/tools/database-data/qdrantvectorsearchtool.mdx
index 47fa6ed22..96da58686 100644
--- a/docs/ko/tools/database-data/qdrantvectorsearchtool.mdx
+++ b/docs/ko/tools/database-data/qdrantvectorsearchtool.mdx
@@ -2,6 +2,7 @@
title: 'Qdrant 벡터 검색 도구'
description: 'Qdrant 벡터 데이터베이스를 활용한 CrewAI 에이전트의 시맨틱 검색 기능'
icon: vector-square
+mode: "wide"
---
## 개요
diff --git a/docs/ko/tools/database-data/singlestoresearchtool.mdx b/docs/ko/tools/database-data/singlestoresearchtool.mdx
index 5926df5fa..5888ac621 100644
--- a/docs/ko/tools/database-data/singlestoresearchtool.mdx
+++ b/docs/ko/tools/database-data/singlestoresearchtool.mdx
@@ -2,6 +2,7 @@
title: SingleStore 검색 도구
description: SingleStoreSearchTool은 풀링과 함께 SingleStore에서 SELECT/SHOW 쿼리를 안전하게 실행합니다.
icon: circle
+mode: "wide"
---
# `SingleStoreSearchTool`
diff --git a/docs/ko/tools/database-data/snowflakesearchtool.mdx b/docs/ko/tools/database-data/snowflakesearchtool.mdx
index b28d83645..c15d700f8 100644
--- a/docs/ko/tools/database-data/snowflakesearchtool.mdx
+++ b/docs/ko/tools/database-data/snowflakesearchtool.mdx
@@ -2,6 +2,7 @@
title: Snowflake 검색 도구
description: SnowflakeSearchTool은 CrewAI 에이전트가 Snowflake 데이터 웨어하우스에서 SQL 쿼리를 실행하고 시맨틱 검색을 수행할 수 있도록 합니다.
icon: snowflake
+mode: "wide"
---
# `SnowflakeSearchTool`
diff --git a/docs/ko/tools/database-data/weaviatevectorsearchtool.mdx b/docs/ko/tools/database-data/weaviatevectorsearchtool.mdx
index 696389b62..c0a137e65 100644
--- a/docs/ko/tools/database-data/weaviatevectorsearchtool.mdx
+++ b/docs/ko/tools/database-data/weaviatevectorsearchtool.mdx
@@ -2,6 +2,7 @@
title: Weaviate 벡터 검색
description: WeaviateVectorSearchTool은(는) Weaviate 벡터 데이터베이스에서 의미적으로 유사한 문서를 검색하도록 설계되었습니다.
icon: network-wired
+mode: "wide"
---
## 개요
diff --git a/docs/ko/tools/file-document/csvsearchtool.mdx b/docs/ko/tools/file-document/csvsearchtool.mdx
index dd6209af9..0dd8f7bad 100644
--- a/docs/ko/tools/file-document/csvsearchtool.mdx
+++ b/docs/ko/tools/file-document/csvsearchtool.mdx
@@ -2,6 +2,7 @@
title: CSV RAG 검색
description: CSVSearchTool은 CSV 파일의 콘텐츠 내에서 의미론적 검색을 수행하기 위해 설계된 강력한 RAG(Retrieval-Augmented Generation) 도구입니다.
icon: file-csv
+mode: "wide"
---
# `CSVSearchTool`
diff --git a/docs/ko/tools/file-document/directoryreadtool.mdx b/docs/ko/tools/file-document/directoryreadtool.mdx
index c4c60f270..88f0bd638 100644
--- a/docs/ko/tools/file-document/directoryreadtool.mdx
+++ b/docs/ko/tools/file-document/directoryreadtool.mdx
@@ -2,6 +2,7 @@
title: 디렉터리 읽기
description: DirectoryReadTool은 디렉터리의 내용을 포괄적으로 나열할 수 있도록 설계된 강력한 유틸리티입니다.
icon: folder-tree
+mode: "wide"
---
# `DirectoryReadTool`
diff --git a/docs/ko/tools/file-document/directorysearchtool.mdx b/docs/ko/tools/file-document/directorysearchtool.mdx
index 991dee2a1..5b8979b4c 100644
--- a/docs/ko/tools/file-document/directorysearchtool.mdx
+++ b/docs/ko/tools/file-document/directorysearchtool.mdx
@@ -2,6 +2,7 @@
title: 디렉터리 RAG 검색
description: DirectorySearchTool은 디렉터리의 콘텐츠 내에서 의미 기반 검색을 수행하도록 설계된 강력한 RAG(Retrieval-Augmented Generation) 도구입니다.
icon: address-book
+mode: "wide"
---
# `DirectorySearchTool`
diff --git a/docs/ko/tools/file-document/docxsearchtool.mdx b/docs/ko/tools/file-document/docxsearchtool.mdx
index ed1ddfcc0..c20b1dcf7 100644
--- a/docs/ko/tools/file-document/docxsearchtool.mdx
+++ b/docs/ko/tools/file-document/docxsearchtool.mdx
@@ -2,6 +2,7 @@
title: DOCX RAG 검색
description: DOCXSearchTool은 DOCX 문서 내에서 의미 기반 검색을 수행하도록 설계된 RAG 도구입니다.
icon: file-word
+mode: "wide"
---
# `DOCXSearchTool`
diff --git a/docs/ko/tools/file-document/filereadtool.mdx b/docs/ko/tools/file-document/filereadtool.mdx
index 5e5253a30..4559f6250 100644
--- a/docs/ko/tools/file-document/filereadtool.mdx
+++ b/docs/ko/tools/file-document/filereadtool.mdx
@@ -2,6 +2,7 @@
title: 파일 읽기
description: FileReadTool은 로컬 파일 시스템에서 파일을 읽도록 설계되었습니다.
icon: folders
+mode: "wide"
---
## 개요
diff --git a/docs/ko/tools/file-document/filewritetool.mdx b/docs/ko/tools/file-document/filewritetool.mdx
index ffc47841e..77f5a6210 100644
--- a/docs/ko/tools/file-document/filewritetool.mdx
+++ b/docs/ko/tools/file-document/filewritetool.mdx
@@ -2,6 +2,7 @@
title: 파일 쓰기
description: FileWriterTool은 파일에 내용을 쓰도록 설계되었습니다.
icon: file-pen
+mode: "wide"
---
# `FileWriterTool`
diff --git a/docs/ko/tools/file-document/jsonsearchtool.mdx b/docs/ko/tools/file-document/jsonsearchtool.mdx
index 7bdc21821..be0a6f134 100644
--- a/docs/ko/tools/file-document/jsonsearchtool.mdx
+++ b/docs/ko/tools/file-document/jsonsearchtool.mdx
@@ -2,6 +2,7 @@
title: JSON RAG 검색
description: JSONSearchTool은 JSON 파일을 검색하여 가장 관련성 높은 결과를 반환하도록 설계되었습니다.
icon: file-code
+mode: "wide"
---
# `JSONSearchTool`
diff --git a/docs/ko/tools/file-document/mdxsearchtool.mdx b/docs/ko/tools/file-document/mdxsearchtool.mdx
index fbc6bfd02..bbcf971cb 100644
--- a/docs/ko/tools/file-document/mdxsearchtool.mdx
+++ b/docs/ko/tools/file-document/mdxsearchtool.mdx
@@ -2,6 +2,7 @@
title: MDX RAG 검색
description: MDXSearchTool은 MDX 파일을 검색하고 가장 관련성 높은 결과를 반환하도록 설계되었습니다.
icon: markdown
+mode: "wide"
---
# `MDXSearchTool`
diff --git a/docs/ko/tools/file-document/ocrtool.mdx b/docs/ko/tools/file-document/ocrtool.mdx
index 87b5d0cde..8c815aa4b 100644
--- a/docs/ko/tools/file-document/ocrtool.mdx
+++ b/docs/ko/tools/file-document/ocrtool.mdx
@@ -2,6 +2,7 @@
title: OCR 도구
description: OCRTool은 비전 기능을 가진 LLM을 사용하여 로컬 이미지나 이미지 URL에서 텍스트를 추출합니다.
icon: image
+mode: "wide"
---
# `OCRTool`
diff --git a/docs/ko/tools/file-document/overview.mdx b/docs/ko/tools/file-document/overview.mdx
index 3c2be44f7..a54205f29 100644
--- a/docs/ko/tools/file-document/overview.mdx
+++ b/docs/ko/tools/file-document/overview.mdx
@@ -2,6 +2,7 @@
title: "개요"
description: "CrewAI의 문서 처리 도구를 사용하여 다양한 파일 형식을 읽고, 쓰고, 검색하세요"
icon: "face-smile"
+mode: "wide"
---
이러한 도구들은 에이전트가 다양한 파일 형식과 문서 유형을 다룰 수 있도록 해줍니다. PDF를 읽는 것부터 JSON 데이터를 처리하는 것까지, 이 도구들은 모든 문서 처리 요구를 충족합니다.
diff --git a/docs/ko/tools/file-document/pdf-text-writing-tool.mdx b/docs/ko/tools/file-document/pdf-text-writing-tool.mdx
index 061a9091b..884013250 100644
--- a/docs/ko/tools/file-document/pdf-text-writing-tool.mdx
+++ b/docs/ko/tools/file-document/pdf-text-writing-tool.mdx
@@ -2,6 +2,7 @@
title: PDF 텍스트 작성 도구
description: PDFTextWritingTool은 PDF의 특정 위치에 텍스트를 작성하며, 커스텀 폰트를 지원합니다.
icon: file-pdf
+mode: "wide"
---
# `PDFTextWritingTool`
diff --git a/docs/ko/tools/file-document/pdfsearchtool.mdx b/docs/ko/tools/file-document/pdfsearchtool.mdx
index d215a7f41..c34193a6a 100644
--- a/docs/ko/tools/file-document/pdfsearchtool.mdx
+++ b/docs/ko/tools/file-document/pdfsearchtool.mdx
@@ -2,6 +2,7 @@
title: PDF RAG 검색
description: PDFSearchTool은 PDF 파일을 검색하고 가장 관련성 높은 결과를 반환하도록 설계되었습니다.
icon: file-pdf
+mode: "wide"
---
# `PDFSearchTool`
diff --git a/docs/ko/tools/file-document/txtsearchtool.mdx b/docs/ko/tools/file-document/txtsearchtool.mdx
index db1d18241..adaf2b0a2 100644
--- a/docs/ko/tools/file-document/txtsearchtool.mdx
+++ b/docs/ko/tools/file-document/txtsearchtool.mdx
@@ -2,6 +2,7 @@
title: TXT RAG 검색
description: TXTSearchTool은 텍스트 파일의 내용 내에서 RAG(Retrieval-Augmented Generation) 검색을 수행하도록 설계되었습니다.
icon: file-lines
+mode: "wide"
---
## 개요
diff --git a/docs/ko/tools/file-document/xmlsearchtool.mdx b/docs/ko/tools/file-document/xmlsearchtool.mdx
index 2725f72f9..7418f9f58 100644
--- a/docs/ko/tools/file-document/xmlsearchtool.mdx
+++ b/docs/ko/tools/file-document/xmlsearchtool.mdx
@@ -2,6 +2,7 @@
title: XML RAG 검색
description: XMLSearchTool은 XML 파일의 콘텐츠 내에서 RAG(Retrieval-Augmented Generation) 검색을 수행하도록 설계되었습니다.
icon: file-xml
+mode: "wide"
---
# `XMLSearchTool`
diff --git a/docs/ko/tools/overview.mdx b/docs/ko/tools/overview.mdx
index e30e0c00a..f4f11e98d 100644
--- a/docs/ko/tools/overview.mdx
+++ b/docs/ko/tools/overview.mdx
@@ -2,6 +2,7 @@
title: "도구 개요"
description: "CrewAI의 AI 에이전트를 강화하는 40개 이상의 방대한 도구 라이브러리를 확인해보세요"
icon: "toolbox"
+mode: "wide"
---
CrewAI는 에이전트의 기능을 향상시키기 위한 다양한 사전 구축 도구 라이브러리를 제공합니다. 파일 처리부터 웹 스크래핑, 데이터베이스 쿼리, AI 서비스에 이르기까지 모두 지원합니다.
@@ -11,7 +12,7 @@ CrewAI는 에이전트의 기능을 향상시키기 위한 다양한 사전 구
diff --git a/docs/pt-BR/observability/truefoundry.mdx b/docs/pt-BR/observability/truefoundry.mdx
index e7f6a88f3..f48cb42e8 100644
--- a/docs/pt-BR/observability/truefoundry.mdx
+++ b/docs/pt-BR/observability/truefoundry.mdx
@@ -1,6 +1,7 @@
---
title: Integração com a TrueFoundry
icon: chart-line
+mode: "wide"
---
A TrueFoundry fornece um [AI Gateway](https://www.truefoundry.com/ai-gateway) pronto para uso empresarial, que pode ser usado para governança e observabilidade em frameworks agentivos como o CrewAI. O AI Gateway da TrueFoundry funciona como uma interface unificada para acesso a LLMs, oferecendo:
diff --git a/docs/pt-BR/observability/weave.mdx b/docs/pt-BR/observability/weave.mdx
index f1eac5e92..a3ed92a26 100644
--- a/docs/pt-BR/observability/weave.mdx
+++ b/docs/pt-BR/observability/weave.mdx
@@ -2,6 +2,7 @@
title: Integração com Weave
description: Saiba como usar o Weights & Biases (W&B) Weave para rastrear, experimentar, avaliar e melhorar suas aplicações CrewAI.
icon: radar
+mode: "wide"
---
# Visão Geral do Weave
diff --git a/docs/pt-BR/quickstart.mdx b/docs/pt-BR/quickstart.mdx
index 0fa214d96..55bf425fd 100644
--- a/docs/pt-BR/quickstart.mdx
+++ b/docs/pt-BR/quickstart.mdx
@@ -2,6 +2,7 @@
title: Guia Rápido
description: Construa seu primeiro agente de IA com a CrewAI em menos de 5 minutos.
icon: rocket
+mode: "wide"
---
## Construa seu primeiro Agente CrewAI
diff --git a/docs/pt-BR/telemetry.mdx b/docs/pt-BR/telemetry.mdx
index 7f1ab4ca4..a53bc30c5 100644
--- a/docs/pt-BR/telemetry.mdx
+++ b/docs/pt-BR/telemetry.mdx
@@ -2,6 +2,7 @@
title: Telemetria
description: Entendendo os dados de telemetria coletados pelo CrewAI e como eles contribuem para o aprimoramento da biblioteca.
icon: signal-stream
+mode: "wide"
---
## Telemetria
diff --git a/docs/pt-BR/tools/ai-ml/aimindtool.mdx b/docs/pt-BR/tools/ai-ml/aimindtool.mdx
index 6cf9e1259..2ced33954 100644
--- a/docs/pt-BR/tools/ai-ml/aimindtool.mdx
+++ b/docs/pt-BR/tools/ai-ml/aimindtool.mdx
@@ -2,6 +2,7 @@
title: AI Mind Tool
description: O `AIMindTool` foi desenvolvido para consultar fontes de dados em linguagem natural.
icon: brain
+mode: "wide"
---
# `AIMindTool`
diff --git a/docs/pt-BR/tools/ai-ml/codeinterpretertool.mdx b/docs/pt-BR/tools/ai-ml/codeinterpretertool.mdx
index 6841379ef..14c4fd51d 100644
--- a/docs/pt-BR/tools/ai-ml/codeinterpretertool.mdx
+++ b/docs/pt-BR/tools/ai-ml/codeinterpretertool.mdx
@@ -2,6 +2,7 @@
title: Interpretador de Código
description: O `CodeInterpreterTool` é uma poderosa ferramenta projetada para executar código Python 3 em um ambiente seguro e isolado.
icon: code-simple
+mode: "wide"
---
# `CodeInterpreterTool`
diff --git a/docs/pt-BR/tools/ai-ml/dalletool.mdx b/docs/pt-BR/tools/ai-ml/dalletool.mdx
index bc16f45a7..94ed910cf 100644
--- a/docs/pt-BR/tools/ai-ml/dalletool.mdx
+++ b/docs/pt-BR/tools/ai-ml/dalletool.mdx
@@ -2,6 +2,7 @@
title: Ferramenta DALL-E
description: A `DallETool` é uma ferramenta poderosa projetada para gerar imagens a partir de descrições textuais.
icon: image
+mode: "wide"
---
# `DallETool`
diff --git a/docs/pt-BR/tools/ai-ml/langchaintool.mdx b/docs/pt-BR/tools/ai-ml/langchaintool.mdx
index 49bb52f81..0ac00110e 100644
--- a/docs/pt-BR/tools/ai-ml/langchaintool.mdx
+++ b/docs/pt-BR/tools/ai-ml/langchaintool.mdx
@@ -2,6 +2,7 @@
title: Ferramenta LangChain
description: O `LangChainTool` é um wrapper para ferramentas LangChain e mecanismos de consulta.
icon: link
+mode: "wide"
---
## `LangChainTool`
diff --git a/docs/pt-BR/tools/ai-ml/llamaindextool.mdx b/docs/pt-BR/tools/ai-ml/llamaindextool.mdx
index 35d11a0d5..762aa7fe9 100644
--- a/docs/pt-BR/tools/ai-ml/llamaindextool.mdx
+++ b/docs/pt-BR/tools/ai-ml/llamaindextool.mdx
@@ -2,6 +2,7 @@
title: Ferramenta LlamaIndex
description: A `LlamaIndexTool` é um wrapper para ferramentas e mecanismos de consulta do LlamaIndex.
icon: address-book
+mode: "wide"
---
# `LlamaIndexTool`
diff --git a/docs/pt-BR/tools/ai-ml/overview.mdx b/docs/pt-BR/tools/ai-ml/overview.mdx
index 61b477402..7be1653ba 100644
--- a/docs/pt-BR/tools/ai-ml/overview.mdx
+++ b/docs/pt-BR/tools/ai-ml/overview.mdx
@@ -2,6 +2,7 @@
title: "Visão Geral"
description: "Aproveite serviços de IA, gere imagens, processe visão e construa sistemas inteligentes"
icon: "face-smile"
+mode: "wide"
---
Essas ferramentas se integram com serviços de IA e machine learning para aprimorar seus agentes com capacidades avançadas como geração de imagens, processamento de visão e execução inteligente de código.
diff --git a/docs/pt-BR/tools/ai-ml/ragtool.mdx b/docs/pt-BR/tools/ai-ml/ragtool.mdx
index 8f9264399..74b854d7f 100644
--- a/docs/pt-BR/tools/ai-ml/ragtool.mdx
+++ b/docs/pt-BR/tools/ai-ml/ragtool.mdx
@@ -2,6 +2,7 @@
title: Ferramenta RAG
description: O `RagTool` é uma ferramenta dinâmica de base de conhecimento para responder perguntas usando Geração Aumentada por Recuperação.
icon: vector-square
+mode: "wide"
---
# `RagTool`
diff --git a/docs/pt-BR/tools/ai-ml/visiontool.mdx b/docs/pt-BR/tools/ai-ml/visiontool.mdx
index 882b650c4..8d43da512 100644
--- a/docs/pt-BR/tools/ai-ml/visiontool.mdx
+++ b/docs/pt-BR/tools/ai-ml/visiontool.mdx
@@ -2,6 +2,7 @@
title: Vision Tool
description: O `VisionTool` foi projetado para extrair texto de imagens.
icon: eye
+mode: "wide"
---
# `VisionTool`
diff --git a/docs/pt-BR/tools/automation/apifyactorstool.mdx b/docs/pt-BR/tools/automation/apifyactorstool.mdx
index 737b2929c..01e7a49da 100644
--- a/docs/pt-BR/tools/automation/apifyactorstool.mdx
+++ b/docs/pt-BR/tools/automation/apifyactorstool.mdx
@@ -3,6 +3,7 @@ title: Apify Actors
description: "`ApifyActorsTool` permite que você execute Apify Actors para adicionar recursos de raspagem de dados na web, coleta, extração de dados e automação web aos seus fluxos de trabalho CrewAI."
# hack to use custom Apify icon
icon: "); -webkit-mask-image: url('https://upload.wikimedia.org/wikipedia/commons/a/ae/Apify.svg');/*"
+mode: "wide"
---
# `ApifyActorsTool`
diff --git a/docs/pt-BR/tools/automation/composiotool.mdx b/docs/pt-BR/tools/automation/composiotool.mdx
index 2abcc3b2c..eb0db8578 100644
--- a/docs/pt-BR/tools/automation/composiotool.mdx
+++ b/docs/pt-BR/tools/automation/composiotool.mdx
@@ -2,6 +2,7 @@
title: Ferramenta Composio
description: O Composio oferece mais de 250 ferramentas prontas para produção para agentes de IA com gerenciamento de autenticação flexível.
icon: gear-code
+mode: "wide"
---
# `ComposioToolSet`
diff --git a/docs/pt-BR/tools/automation/multiontool.mdx b/docs/pt-BR/tools/automation/multiontool.mdx
index 43b46501a..42b2de32a 100644
--- a/docs/pt-BR/tools/automation/multiontool.mdx
+++ b/docs/pt-BR/tools/automation/multiontool.mdx
@@ -2,6 +2,7 @@
title: MultiOn Tool
description: O `MultiOnTool` permite que agentes CrewAI naveguem e interajam com a web por meio de instruções em linguagem natural.
icon: globe
+mode: "wide"
---
## Visão Geral
diff --git a/docs/pt-BR/tools/automation/overview.mdx b/docs/pt-BR/tools/automation/overview.mdx
index 68d3b28c0..097f9287b 100644
--- a/docs/pt-BR/tools/automation/overview.mdx
+++ b/docs/pt-BR/tools/automation/overview.mdx
@@ -2,6 +2,7 @@
title: "Visão Geral"
description: "Automatize fluxos de trabalho e integre com plataformas e serviços externos"
icon: "face-smile"
+mode: "wide"
---
Essas ferramentas permitem que seus agentes automatizem fluxos de trabalho, integrem com plataformas externas e conectem-se a diversos serviços de terceiros para funcionalidades aprimoradas.
diff --git a/docs/pt-BR/tools/cloud-storage/bedrockinvokeagenttool.mdx b/docs/pt-BR/tools/cloud-storage/bedrockinvokeagenttool.mdx
index 981499dd3..5b17b8862 100644
--- a/docs/pt-BR/tools/cloud-storage/bedrockinvokeagenttool.mdx
+++ b/docs/pt-BR/tools/cloud-storage/bedrockinvokeagenttool.mdx
@@ -2,6 +2,7 @@
title: Ferramenta Bedrock Invoke Agent
description: Permite que agentes CrewAI invoquem Amazon Bedrock Agents e aproveitem suas capacidades em seus fluxos de trabalho
icon: aws
+mode: "wide"
---
# `BedrockInvokeAgentTool`
diff --git a/docs/pt-BR/tools/cloud-storage/bedrockkbretriever.mdx b/docs/pt-BR/tools/cloud-storage/bedrockkbretriever.mdx
index b8de9e900..9a2b1c042 100644
--- a/docs/pt-BR/tools/cloud-storage/bedrockkbretriever.mdx
+++ b/docs/pt-BR/tools/cloud-storage/bedrockkbretriever.mdx
@@ -2,6 +2,7 @@
title: 'Bedrock Knowledge Base Retriever'
description: 'Recupere informações das Bases de Conhecimento do Amazon Bedrock usando consultas em linguagem natural'
icon: aws
+mode: "wide"
---
# `BedrockKBRetrieverTool`
diff --git a/docs/pt-BR/tools/cloud-storage/overview.mdx b/docs/pt-BR/tools/cloud-storage/overview.mdx
index f98a863ad..a31603028 100644
--- a/docs/pt-BR/tools/cloud-storage/overview.mdx
+++ b/docs/pt-BR/tools/cloud-storage/overview.mdx
@@ -2,6 +2,7 @@
title: "Visão Geral"
description: "Interaja com serviços em nuvem, sistemas de armazenamento e plataformas de IA baseadas em nuvem"
icon: "face-smile"
+mode: "wide"
---
Essas ferramentas permitem que seus agentes interajam com serviços em nuvem, acessem o armazenamento em nuvem e aproveitem plataformas de IA baseadas em nuvem para operações em escala.
diff --git a/docs/pt-BR/tools/cloud-storage/s3readertool.mdx b/docs/pt-BR/tools/cloud-storage/s3readertool.mdx
index e2d09d6e2..ba11a45ef 100644
--- a/docs/pt-BR/tools/cloud-storage/s3readertool.mdx
+++ b/docs/pt-BR/tools/cloud-storage/s3readertool.mdx
@@ -2,6 +2,7 @@
title: S3 Reader Tool
description: O `S3ReaderTool` permite que agentes CrewAI leiam arquivos de buckets Amazon S3.
icon: aws
+mode: "wide"
---
# `S3ReaderTool`
diff --git a/docs/pt-BR/tools/cloud-storage/s3writertool.mdx b/docs/pt-BR/tools/cloud-storage/s3writertool.mdx
index 0a4d3bc9b..61ebe6526 100644
--- a/docs/pt-BR/tools/cloud-storage/s3writertool.mdx
+++ b/docs/pt-BR/tools/cloud-storage/s3writertool.mdx
@@ -2,6 +2,7 @@
title: Ferramenta S3 Writer
description: A `S3WriterTool` permite que agentes CrewAI escrevam conteúdo em arquivos em buckets Amazon S3.
icon: aws
+mode: "wide"
---
# `S3WriterTool`
diff --git a/docs/pt-BR/tools/database-data/mysqltool.mdx b/docs/pt-BR/tools/database-data/mysqltool.mdx
index 42bcd7449..88fda9f38 100644
--- a/docs/pt-BR/tools/database-data/mysqltool.mdx
+++ b/docs/pt-BR/tools/database-data/mysqltool.mdx
@@ -2,6 +2,7 @@
title: Busca RAG no MySQL
description: O `MySQLSearchTool` foi projetado para buscar em bancos de dados MySQL e retornar os resultados mais relevantes.
icon: database
+mode: "wide"
---
## Visão Geral
diff --git a/docs/pt-BR/tools/database-data/nl2sqltool.mdx b/docs/pt-BR/tools/database-data/nl2sqltool.mdx
index df61d98c0..f414ab4e2 100644
--- a/docs/pt-BR/tools/database-data/nl2sqltool.mdx
+++ b/docs/pt-BR/tools/database-data/nl2sqltool.mdx
@@ -2,6 +2,7 @@
title: NL2SQL Tool
description: O `NL2SQLTool` foi projetado para converter linguagem natural em consultas SQL.
icon: language
+mode: "wide"
---
## Visão Geral
diff --git a/docs/pt-BR/tools/database-data/overview.mdx b/docs/pt-BR/tools/database-data/overview.mdx
index 3782bddfa..f762950be 100644
--- a/docs/pt-BR/tools/database-data/overview.mdx
+++ b/docs/pt-BR/tools/database-data/overview.mdx
@@ -2,6 +2,7 @@
title: "Visão Geral"
description: "Conecte-se a bancos de dados, armazenamentos vetoriais e data warehouses para acesso abrangente aos dados"
icon: "face-smile"
+mode: "wide"
---
Essas ferramentas permitem que seus agentes interajam com diversos sistemas de banco de dados, desde bancos de dados SQL tradicionais até armazenamentos vetoriais modernos e data warehouses.
diff --git a/docs/pt-BR/tools/database-data/pgsearchtool.mdx b/docs/pt-BR/tools/database-data/pgsearchtool.mdx
index 5a6708f84..9fa227aaf 100644
--- a/docs/pt-BR/tools/database-data/pgsearchtool.mdx
+++ b/docs/pt-BR/tools/database-data/pgsearchtool.mdx
@@ -2,6 +2,7 @@
title: PG RAG Search
description: O `PGSearchTool` foi desenvolvido para pesquisar bancos de dados PostgreSQL e retornar os resultados mais relevantes.
icon: elephant
+mode: "wide"
---
## Visão geral
diff --git a/docs/pt-BR/tools/database-data/qdrantvectorsearchtool.mdx b/docs/pt-BR/tools/database-data/qdrantvectorsearchtool.mdx
index ddaa9d8cf..5c56a93d0 100644
--- a/docs/pt-BR/tools/database-data/qdrantvectorsearchtool.mdx
+++ b/docs/pt-BR/tools/database-data/qdrantvectorsearchtool.mdx
@@ -2,6 +2,7 @@
title: 'Qdrant Vector Search Tool'
description: 'Capacidades de busca semântica para agentes CrewAI usando o banco de dados vetorial Qdrant'
icon: vector-square
+mode: "wide"
---
## Visão Geral
diff --git a/docs/pt-BR/tools/database-data/snowflakesearchtool.mdx b/docs/pt-BR/tools/database-data/snowflakesearchtool.mdx
index e3fc66396..78b6c8a8e 100644
--- a/docs/pt-BR/tools/database-data/snowflakesearchtool.mdx
+++ b/docs/pt-BR/tools/database-data/snowflakesearchtool.mdx
@@ -2,6 +2,7 @@
title: Snowflake Search Tool
description: O `SnowflakeSearchTool` permite que agentes CrewAI executem consultas SQL e realizem buscas semânticas em data warehouses Snowflake.
icon: snowflake
+mode: "wide"
---
# `SnowflakeSearchTool`
diff --git a/docs/pt-BR/tools/database-data/weaviatevectorsearchtool.mdx b/docs/pt-BR/tools/database-data/weaviatevectorsearchtool.mdx
index afe1defd4..69901997d 100644
--- a/docs/pt-BR/tools/database-data/weaviatevectorsearchtool.mdx
+++ b/docs/pt-BR/tools/database-data/weaviatevectorsearchtool.mdx
@@ -2,6 +2,7 @@
title: Busca Vetorial Weaviate
description: O `WeaviateVectorSearchTool` foi projetado para buscar documentos semanticamente similares em um banco de dados vetorial Weaviate.
icon: network-wired
+mode: "wide"
---
## Visão Geral
diff --git a/docs/pt-BR/tools/file-document/csvsearchtool.mdx b/docs/pt-BR/tools/file-document/csvsearchtool.mdx
index 55e89661a..a2ebd3af7 100644
--- a/docs/pt-BR/tools/file-document/csvsearchtool.mdx
+++ b/docs/pt-BR/tools/file-document/csvsearchtool.mdx
@@ -2,6 +2,7 @@
title: Busca RAG em CSV
description: O `CSVSearchTool` é uma poderosa ferramenta RAG (Geração com Recuperação Aprimorada) projetada para buscas semânticas no conteúdo de arquivos CSV.
icon: file-csv
+mode: "wide"
---
# `CSVSearchTool`
diff --git a/docs/pt-BR/tools/file-document/directoryreadtool.mdx b/docs/pt-BR/tools/file-document/directoryreadtool.mdx
index 39d6e5137..1fda3e5bd 100644
--- a/docs/pt-BR/tools/file-document/directoryreadtool.mdx
+++ b/docs/pt-BR/tools/file-document/directoryreadtool.mdx
@@ -2,6 +2,7 @@
title: Leitura de Diretório
description: O `DirectoryReadTool` é uma poderosa utilidade projetada para fornecer uma listagem abrangente do conteúdo de diretórios.
icon: folder-tree
+mode: "wide"
---
# `DirectoryReadTool`
diff --git a/docs/pt-BR/tools/file-document/directorysearchtool.mdx b/docs/pt-BR/tools/file-document/directorysearchtool.mdx
index bb60cd287..ea7153a07 100644
--- a/docs/pt-BR/tools/file-document/directorysearchtool.mdx
+++ b/docs/pt-BR/tools/file-document/directorysearchtool.mdx
@@ -2,6 +2,7 @@
title: Busca RAG em Diretório
description: O `DirectorySearchTool` é uma poderosa ferramenta RAG (Retrieval-Augmented Generation) desenvolvida para buscas semânticas no conteúdo de um diretório.
icon: address-book
+mode: "wide"
---
# `DirectorySearchTool`
diff --git a/docs/pt-BR/tools/file-document/docxsearchtool.mdx b/docs/pt-BR/tools/file-document/docxsearchtool.mdx
index 7038038d0..58d24454c 100644
--- a/docs/pt-BR/tools/file-document/docxsearchtool.mdx
+++ b/docs/pt-BR/tools/file-document/docxsearchtool.mdx
@@ -2,6 +2,7 @@
title: Pesquisa RAG em DOCX
description: A `DOCXSearchTool` é uma ferramenta RAG projetada para busca semântica em documentos DOCX.
icon: file-word
+mode: "wide"
---
# `DOCXSearchTool`
diff --git a/docs/pt-BR/tools/file-document/filereadtool.mdx b/docs/pt-BR/tools/file-document/filereadtool.mdx
index f2bf10506..914e9355e 100644
--- a/docs/pt-BR/tools/file-document/filereadtool.mdx
+++ b/docs/pt-BR/tools/file-document/filereadtool.mdx
@@ -2,6 +2,7 @@
title: Leitura de Arquivo
description: O `FileReadTool` foi desenvolvido para ler arquivos do sistema de arquivos local.
icon: folders
+mode: "wide"
---
## Visão Geral
diff --git a/docs/pt-BR/tools/file-document/filewritetool.mdx b/docs/pt-BR/tools/file-document/filewritetool.mdx
index 18f6053e8..9fddce07f 100644
--- a/docs/pt-BR/tools/file-document/filewritetool.mdx
+++ b/docs/pt-BR/tools/file-document/filewritetool.mdx
@@ -2,6 +2,7 @@
title: Escrita de Arquivo
description: O `FileWriterTool` foi projetado para escrever conteúdo em arquivos.
icon: file-pen
+mode: "wide"
---
# `FileWriterTool`
diff --git a/docs/pt-BR/tools/file-document/jsonsearchtool.mdx b/docs/pt-BR/tools/file-document/jsonsearchtool.mdx
index 290566469..11b76044b 100644
--- a/docs/pt-BR/tools/file-document/jsonsearchtool.mdx
+++ b/docs/pt-BR/tools/file-document/jsonsearchtool.mdx
@@ -2,6 +2,7 @@
title: Busca JSON RAG
description: O `JSONSearchTool` foi projetado para buscar arquivos JSON e retornar os resultados mais relevantes.
icon: file-code
+mode: "wide"
---
# `JSONSearchTool`
diff --git a/docs/pt-BR/tools/file-document/mdxsearchtool.mdx b/docs/pt-BR/tools/file-document/mdxsearchtool.mdx
index 10fc99d91..e7cce21e8 100644
--- a/docs/pt-BR/tools/file-document/mdxsearchtool.mdx
+++ b/docs/pt-BR/tools/file-document/mdxsearchtool.mdx
@@ -2,6 +2,7 @@
title: Pesquisa MDX RAG
description: O `MDXSearchTool` foi projetado para pesquisar arquivos MDX e retornar os resultados mais relevantes.
icon: markdown
+mode: "wide"
---
# `MDXSearchTool`
diff --git a/docs/pt-BR/tools/file-document/overview.mdx b/docs/pt-BR/tools/file-document/overview.mdx
index ba859098d..94e5665a8 100644
--- a/docs/pt-BR/tools/file-document/overview.mdx
+++ b/docs/pt-BR/tools/file-document/overview.mdx
@@ -2,6 +2,7 @@
title: "Visão Geral"
description: "Leia, escreva e pesquise em diversos formatos de arquivos com as ferramentas de processamento de documentos do CrewAI"
icon: "face-smile"
+mode: "wide"
---
Estas ferramentas permitem que seus agentes trabalhem com diversos formatos e tipos de documentos. De leitura de PDFs ao processamento de dados em JSON, essas ferramentas atendem a todas as suas necessidades de processamento de documentos.
diff --git a/docs/pt-BR/tools/file-document/pdfsearchtool.mdx b/docs/pt-BR/tools/file-document/pdfsearchtool.mdx
index bb03e3618..1547e7ef3 100644
--- a/docs/pt-BR/tools/file-document/pdfsearchtool.mdx
+++ b/docs/pt-BR/tools/file-document/pdfsearchtool.mdx
@@ -2,6 +2,7 @@
title: Busca RAG em PDF
description: O `PDFSearchTool` é projetado para pesquisar arquivos PDF e retornar os resultados mais relevantes.
icon: file-pdf
+mode: "wide"
---
# `PDFSearchTool`
diff --git a/docs/pt-BR/tools/file-document/txtsearchtool.mdx b/docs/pt-BR/tools/file-document/txtsearchtool.mdx
index 4cfad823b..cfe7c8d35 100644
--- a/docs/pt-BR/tools/file-document/txtsearchtool.mdx
+++ b/docs/pt-BR/tools/file-document/txtsearchtool.mdx
@@ -2,6 +2,7 @@
title: Pesquisa TXT RAG
description: O `TXTSearchTool` foi projetado para realizar uma busca RAG (Geração Aumentada por Recuperação) dentro do conteúdo de um arquivo de texto.
icon: file-lines
+mode: "wide"
---
## Visão Geral
diff --git a/docs/pt-BR/tools/file-document/xmlsearchtool.mdx b/docs/pt-BR/tools/file-document/xmlsearchtool.mdx
index c4207e987..0777d354b 100644
--- a/docs/pt-BR/tools/file-document/xmlsearchtool.mdx
+++ b/docs/pt-BR/tools/file-document/xmlsearchtool.mdx
@@ -2,6 +2,7 @@
title: Busca RAG em XML
description: O `XMLSearchTool` foi projetado para realizar uma busca RAG (Geração Aumentada por Recuperação) dentro do conteúdo de um arquivo XML.
icon: file-xml
+mode: "wide"
---
# `XMLSearchTool`
diff --git a/docs/pt-BR/tools/overview.mdx b/docs/pt-BR/tools/overview.mdx
index 4265d04c7..68004f160 100644
--- a/docs/pt-BR/tools/overview.mdx
+++ b/docs/pt-BR/tools/overview.mdx
@@ -2,6 +2,7 @@
title: "Visão Geral das Ferramentas"
description: "Descubra a vasta biblioteca do CrewAI com mais de 40 ferramentas para potencializar seus agentes de IA"
icon: "toolbox"
+mode: "wide"
---
O CrewAI oferece uma biblioteca extensa de ferramentas pré-construídas para aprimorar as capacidades dos seus agentes. De processamento de arquivos a web scraping, consultas em bancos de dados a serviços de IA — temos tudo o que você precisa.
@@ -11,7 +12,7 @@ O CrewAI oferece uma biblioteca extensa de ferramentas pré-construídas para ap