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.
When using CrewAI’s CLI (e.g., when you create a project using crewai create crew <crewname>), you need to add Langtrace as a dependency in your project’s pyproject.toml file:
Copy
[project]dependencies = [ # ... other dependencies ... "langtrace_python_sdk>=3.3"]
For a complete example of how to integrate Langtrace with CrewAI, check out our example recipe in the langtrace-recipes repository. This example demonstrates best practices for instrumenting CrewAI agents with Langtrace for comprehensive observability.