Skip to content

Commit

Permalink
add lost header back
Browse files Browse the repository at this point in the history
  • Loading branch information
japdubengsub committed Jan 13, 2025
1 parent 6883f0b commit 2e6cb28
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions apps/opik-documentation/documentation/docs/cookbook/crewai.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": [
"---\n",
"description: Cookbook that showcases Opik's integration with the CrewAI\n",
"---\n",
"\n",
"# Using Opik with CrewAI\n",
"\n",
"This notebook showcases how to use Opik with CrewAI. [CrewAI](https://github.com/crewAIInc/crewAI) is a cutting-edge framework for orchestrating autonomous AI agents.\n",
"> CrewAI enables you to create AI teams where each agent has specific roles, tools, and goals, working together to accomplish complex tasks.\n",
"\n",
"> Think of it as assembling your dream team - each member (agent) brings unique skills and expertise, collaborating seamlessly to achieve your objectives.\n",
"\n",
"For this guide we will use CrewAI's quickstart example."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 2e6cb28

Please sign in to comment.