diff --git a/docs/ar/concepts/agents.mdx b/docs/ar/concepts/agents.mdx index 7ae5c668c4..9063f3a7d9 100644 --- a/docs/ar/concepts/agents.mdx +++ b/docs/ar/concepts/agents.mdx @@ -279,7 +279,7 @@ analysis_agent = Agent( يمكن تجهيز الوكلاء بأدوات متنوعة لتعزيز قدراتهم. يدعم CrewAI أدوات من: -- [مجموعة أدوات CrewAI](https://github.com/joaomdmoura/crewai-tools) +- [مجموعة أدوات CrewAI](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) - [أدوات LangChain](https://python.langchain.com/docs/integrations/tools) إليك كيفية إضافة أدوات لوكيل: diff --git a/docs/ar/concepts/tasks.mdx b/docs/ar/concepts/tasks.mdx index bb239c5a5a..ee1978be55 100644 --- a/docs/ar/concepts/tasks.mdx +++ b/docs/ar/concepts/tasks.mdx @@ -796,7 +796,7 @@ print("Blog:", result) ## دمج الأدوات مع المهام -استفد من أدوات [CrewAI Toolkit](https://github.com/joaomdmoura/crewai-tools) و [LangChain Tools](https://python.langchain.com/docs/integrations/tools) لتحسين أداء المهام وتفاعل الوكلاء. +استفد من أدوات [CrewAI Toolkit](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) و [LangChain Tools](https://python.langchain.com/docs/integrations/tools) لتحسين أداء المهام وتفاعل الوكلاء. ## إنشاء مهمة بأدوات diff --git a/docs/ar/concepts/tools.mdx b/docs/ar/concepts/tools.mdx index 2740f723d1..b033b7dbe7 100644 --- a/docs/ar/concepts/tools.mdx +++ b/docs/ar/concepts/tools.mdx @@ -17,7 +17,7 @@ mode: "wide" ## ما هي الأداة؟ الأداة في CrewAI هي مهارة أو وظيفة يمكن للوكلاء استخدامها لأداء إجراءات مختلفة. -يشمل ذلك أدوات من [مجموعة أدوات CrewAI](https://github.com/joaomdmoura/crewai-tools) و[أدوات LangChain](https://python.langchain.com/docs/integrations/tools)، +يشمل ذلك أدوات من [مجموعة أدوات CrewAI](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) و[أدوات LangChain](https://python.langchain.com/docs/integrations/tools)، مما يُمكّن كل شيء من عمليات البحث البسيطة إلى التفاعلات المعقدة والعمل الجماعي الفعال بين الوكلاء. diff --git a/docs/en/concepts/agents.mdx b/docs/en/concepts/agents.mdx index ffd1a7ec66..016bea503b 100644 --- a/docs/en/concepts/agents.mdx +++ b/docs/en/concepts/agents.mdx @@ -343,7 +343,7 @@ multimodal_agent = Agent( Agents can be equipped with various tools to enhance their capabilities. CrewAI supports tools from: -- [CrewAI Toolkit](https://github.com/joaomdmoura/crewai-tools) +- [CrewAI Toolkit](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) - [LangChain Tools](https://python.langchain.com/docs/integrations/tools) Here's how to add tools to an agent: diff --git a/docs/en/concepts/tasks.mdx b/docs/en/concepts/tasks.mdx index 842661dfe4..9b03295eb8 100644 --- a/docs/en/concepts/tasks.mdx +++ b/docs/en/concepts/tasks.mdx @@ -797,7 +797,7 @@ By using output_pydantic or output_json, you ensure that your tasks produce outp ## Integrating Tools with Tasks -Leverage tools from the [CrewAI Toolkit](https://github.com/joaomdmoura/crewai-tools) and [LangChain Tools](https://python.langchain.com/docs/integrations/tools) for enhanced task performance and agent interaction. +Leverage tools from the [CrewAI Toolkit](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) and [LangChain Tools](https://python.langchain.com/docs/integrations/tools) for enhanced task performance and agent interaction. ## Creating a Task with Tools diff --git a/docs/en/concepts/tools.mdx b/docs/en/concepts/tools.mdx index 52e568073d..96dd934c1e 100644 --- a/docs/en/concepts/tools.mdx +++ b/docs/en/concepts/tools.mdx @@ -17,7 +17,7 @@ This documentation outlines how to create, integrate, and leverage these tools w ## What is a Tool? A tool in CrewAI is a skill or function that agents can utilize to perform various actions. -This includes tools from the [CrewAI Toolkit](https://github.com/joaomdmoura/crewai-tools) and [LangChain Tools](https://python.langchain.com/docs/integrations/tools), +This includes tools from the [CrewAI Toolkit](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) and [LangChain Tools](https://python.langchain.com/docs/integrations/tools), enabling everything from simple searches to complex interactions and effective teamwork among agents. diff --git a/docs/ko/concepts/agents.mdx b/docs/ko/concepts/agents.mdx index 09d3431fc6..5b428368e1 100644 --- a/docs/ko/concepts/agents.mdx +++ b/docs/ko/concepts/agents.mdx @@ -320,7 +320,7 @@ multimodal_agent = Agent( ## 에이전트 도구 에이전트는 다양한 도구를 장착하여 그 능력을 향상시킬 수 있습니다. CrewAI는 다음의 도구들을 지원합니다: -- [CrewAI Toolkit](https://github.com/joaomdmoura/crewai-tools) +- [CrewAI Toolkit](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) - [LangChain Tools](https://python.langchain.com/docs/integrations/tools) 에이전트에 도구를 추가하는 방법은 다음과 같습니다: diff --git a/docs/ko/concepts/tasks.mdx b/docs/ko/concepts/tasks.mdx index 4d0b7c3b02..902ec52193 100644 --- a/docs/ko/concepts/tasks.mdx +++ b/docs/ko/concepts/tasks.mdx @@ -616,7 +616,7 @@ output_pydantic 또는 output_json을 사용하면, 작업의 출력이 일관 ## 도구와 작업 통합 -향상된 작업 성능과 에이전트 상호작용을 위해 [CrewAI Toolkit](https://github.com/joaomdmoura/crewai-tools) 및 [LangChain Tools](https://python.langchain.com/docs/integrations/tools)의 도구를 활용하세요. +향상된 작업 성능과 에이전트 상호작용을 위해 [CrewAI Toolkit](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) 및 [LangChain Tools](https://python.langchain.com/docs/integrations/tools)의 도구를 활용하세요. ## 도구와 함께 Task 생성하기 diff --git a/docs/ko/concepts/tools.mdx b/docs/ko/concepts/tools.mdx index cd0e961736..90c63694f5 100644 --- a/docs/ko/concepts/tools.mdx +++ b/docs/ko/concepts/tools.mdx @@ -17,7 +17,7 @@ CrewAI 도구는 에이전트에게 웹 검색, 데이터 분석부터 동료 ## Tool이란 무엇인가? CrewAI에서 tool은 에이전트가 다양한 작업을 수행하기 위해 활용할 수 있는 기술 또는 기능입니다. -이에는 [CrewAI Toolkit](https://github.com/joaomdmoura/crewai-tools) 및 [LangChain Tools](https://python.langchain.com/docs/integrations/tools)의 tool이 포함되어, +이에는 [CrewAI Toolkit](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) 및 [LangChain Tools](https://python.langchain.com/docs/integrations/tools)의 tool이 포함되어, 간단한 검색부터 복잡한 상호작용, 그리고 에이전트 간의 효과적인 협업까지 모두 가능하게 합니다. diff --git a/docs/pt-BR/concepts/agents.mdx b/docs/pt-BR/concepts/agents.mdx index 69cb2e9d49..37fc609f55 100644 --- a/docs/pt-BR/concepts/agents.mdx +++ b/docs/pt-BR/concepts/agents.mdx @@ -339,7 +339,7 @@ multimodal_agent = Agent( Agentes podem ser equipados com diversas ferramentas para ampliar suas capacidades. O CrewAI suporta ferramentas do: -- [CrewAI Toolkit](https://github.com/joaomdmoura/crewai-tools) +- [CrewAI Toolkit](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) - [LangChain Tools](https://python.langchain.com/docs/integrations/tools) Veja como adicionar ferramentas a um agente: diff --git a/docs/pt-BR/concepts/tasks.mdx b/docs/pt-BR/concepts/tasks.mdx index 4ef324d90a..c03fd5cdc7 100644 --- a/docs/pt-BR/concepts/tasks.mdx +++ b/docs/pt-BR/concepts/tasks.mdx @@ -637,7 +637,7 @@ Utilizando `output_pydantic` ou `output_json`, você garante que suas tarefas pr ## Integrando Ferramentas com Tarefas -Utilize ferramentas do [CrewAI Toolkit](https://github.com/joaomdmoura/crewai-tools) e [LangChain Tools](https://python.langchain.com/docs/integrations/tools) para ampliar o desempenho das tarefas e aprimorar a interação dos agentes. +Utilize ferramentas do [CrewAI Toolkit](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) e [LangChain Tools](https://python.langchain.com/docs/integrations/tools) para ampliar o desempenho das tarefas e aprimorar a interação dos agentes. ## Criando uma Tarefa com Ferramentas diff --git a/docs/pt-BR/concepts/tools.mdx b/docs/pt-BR/concepts/tools.mdx index da7e6f24a2..65807af8ec 100644 --- a/docs/pt-BR/concepts/tools.mdx +++ b/docs/pt-BR/concepts/tools.mdx @@ -17,7 +17,7 @@ Esta documentação descreve como criar, integrar e aproveitar essas ferramentas ## O que é uma Ferramenta? Uma ferramenta no CrewAI é uma habilidade ou função que os agentes podem utilizar para executar diversas ações. -Isso inclui ferramentas do [CrewAI Toolkit](https://github.com/joaomdmoura/crewai-tools) e [LangChain Tools](https://python.langchain.com/docs/integrations/tools), +Isso inclui ferramentas do [CrewAI Toolkit](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools/src/crewai_tools) e [LangChain Tools](https://python.langchain.com/docs/integrations/tools), permitindo desde buscas simples até interações complexas e trabalho em equipe eficiente entre agentes.