Skip to content

Files

Latest commit

09a54a4 · Jul 7, 2025

History

History

crewai-multi-agent

README.md

CrewAI Multi-Agent Example

This repository covers an example leveraging CrewAI Multi-Agent.

Getting Started

First, clone the repository and navigate to this example:

git clone https://github.com/langdb/langdb-samples.git
cd langdb-samples/examples/crewai/crewai-multi-agent

Pre-requisites

pip install -U langchain_community crewai langchain_experimental matplotlib pandas

API Key

  • LangDB API Key
  • Tavily API Key

Put in your .env file

LANGDB_API_KEY=xxxxx
TAVILY_API_KEY=xxxxx