CrewAI is an innovative, open-source framework that revolutionizes the way AI agents work together. By orchestrating role-playing, autonomous agents, CrewAI enables the creation of sophisticated multi-agent systems that can tackle complex tasks with ease.Documentation Index
Fetch the complete documentation index at: https://docs.langtrace.ai/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Installation
- Install Langtrace’s SDK and initialize the SDK in your code.
- Install CrewAI’s SDK and initialize the SDK in your code.
Import and initialize Langtrace at the beginning of your script, before any
CrewAI imports:
Additional Setup for CrewAI CLI Projects
When using CrewAI’s CLI (e.g., when you create a project usingcrewai create crew <crewname>), you need to add Langtrace as a dependency in your project’s pyproject.toml file:
Usage
Use thelangtrace SDK to capture traces from your CrewAI agents.
