Skip to content

Short example of tracing CrewAI with OpenTelemetry SDK and Braintrust

Notifications You must be signed in to change notification settings

slavinnj-bt/crewai-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrewAI with Braintrust Tracing - Quick Start

Setup

  1. Install dependencies:

    pip install -r requirements.txt
  2. Configure environment variables:

    cp .env.example .env

    Edit .env and add your API keys:

    • BRAINTRUST_API_KEY: Your Braintrust API key
    • BRAINTRUST_PARENT: Format is project_name:<your_project_name>
    • TAVILY_API_KEY: Get one at https://app.tavily.com/
    • OPENAI_API_KEY: Your OpenAI API key

Run

python main.py

About

Short example of tracing CrewAI with OpenTelemetry SDK and Braintrust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages