{ "cells": [ { "cell_type": "markdown", "id": "91ed2fdf", "metadata": {}, "source": [ "# Setp up" ] }, { "cell_type": "code", "execution_count": null, "id": "dbc83c2b", "metadata": { "vscode": { "languageId": "plaintext" } }, "outputs": [], "source": [ "!conda activate crewai" ] }, { "cell_type": "code", "execution_count": null, "id": "f39481c7", "metadata": { "vscode": { "languageId": "plaintext" } }, "outputs": [], "source": [ "!pip install -q openinference-instrumentation-crewai crewai crewai-tools crewai[litellm]" ] }, { "cell_type": "markdown", "id": "190587d1", "metadata": {}, "source": [ "# Define the crew" ] }, { "cell_type": "markdown", "id": "81fb47d5", "metadata": {}, "source": [ "# Register Phoenix tracer provider and instrument the application code" ] } ], "metadata": { "language_info": { "name": "python" } }, "nbformat": 4, "nbformat_minor": 5 }