File size: 1,044 Bytes
7808f25 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | {
"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
}
|