mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
@@ -199,7 +199,8 @@ agent = Agent(
|
|||||||
|
|
||||||
## Using LangChain Tools
|
## Using LangChain Tools
|
||||||
!!! info "LangChain Integration"
|
!!! info "LangChain Integration"
|
||||||
CrewAI seamlessly integrates with LangChain’s comprehensive toolkit for search-based queries and more:
|
CrewAI seamlessly integrates with LangChain’s comprehensive toolkit for search-based queries and more, here are the available built-in tools that are offered by Langchain [LangChain Toolkit](https://python.langchain.com/docs/integrations/tools/)
|
||||||
|
:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from crewai import Agent
|
from crewai import Agent
|
||||||
|
|||||||
Reference in New Issue
Block a user