Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ar/concepts/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

إليك كيفية إضافة أدوات لوكيل:
Expand Down
2 changes: 1 addition & 1 deletion docs/ar/concepts/tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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) لتحسين أداء المهام وتفاعل الوكلاء.

## إنشاء مهمة بأدوات

Expand Down
2 changes: 1 addition & 1 deletion docs/ar/concepts/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)،
مما يُمكّن كل شيء من عمليات البحث البسيطة إلى التفاعلات المعقدة والعمل الجماعي الفعال بين الوكلاء.

<Note type="info" title="تحسين المؤسسات: مستودع الأدوات">
Expand Down
2 changes: 1 addition & 1 deletion docs/en/concepts/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/en/concepts/tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/en/concepts/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Note type="info" title="Enterprise Enhancement: Tools Repository">
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/concepts/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

에이전트에 도구를 추가하는 방법은 다음과 같습니다:
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/concepts/tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 생성하기

Expand Down
2 changes: 1 addition & 1 deletion docs/ko/concepts/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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이 포함되어,
간단한 검색부터 복잡한 상호작용, 그리고 에이전트 간의 효과적인 협업까지 모두 가능하게 합니다.

<Note type="info" title="엔터프라이즈 확장: Tools Repository">
Expand Down
2 changes: 1 addition & 1 deletion docs/pt-BR/concepts/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/pt-BR/concepts/tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/pt-BR/concepts/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Note type="info" title="Aprimoramento para Empresas: Repositório de Ferramentas">
Expand Down
Loading