From 39e572394ae75cbc93cc6d99edbc1d368d16b236 Mon Sep 17 00:00:00 2001 From: Howard Gil Date: Thu, 18 Jul 2024 15:40:19 -0700 Subject: [PATCH] removed misleading warning --- docs/v1/integrations/crewai.mdx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/v1/integrations/crewai.mdx b/docs/v1/integrations/crewai.mdx index 02e8ea20..68535f4f 100644 --- a/docs/v1/integrations/crewai.mdx +++ b/docs/v1/integrations/crewai.mdx @@ -3,14 +3,14 @@ title: 'CrewAI' description: '[CrewAI](https://crewai.io) is a framework for easily building multi-agent applications.' --- -AgentOps and CrewAI teamed up to make monitoring Crew agents dead simple. +Crew and AgentOps have a first class partnership, adding agent observability to all Crew runs with 3 lines of code. CrewAI multi-agent framework with AgentOps support ![thumbnail](https://cdn.loom.com/sessions/thumbnails/cfcaaef8d4a14cc7a974843bda1076bf-1713568618224-with-play.gif) -Crew has comprehensive [documentation](https://docs.crewai.com) available as well as a great [quickstart](https://docs.crewai.com/how-to/Creating-a-Crew-and-kick-it-off/). +Crew has comprehensive [documentation](https://docs.crewai.com) available as well as a great [quickstart](https://docs.crewai.com/how-to/Creating-a-Crew-and-kick-it-off/) guide. ## Adding AgentOps to Crew agents @@ -27,9 +27,6 @@ Crew has comprehensive [documentation](https://docs.crewai.com) available as wel [Give us a star](https://github.com/AgentOps-AI/agentops) on GitHub while you're at it (you may be our 2,000th 😊) - - Crew and AgentOps have an official partnership, adding first-class agent observability to all Crew runs. - ```bash pip pip install 'crewai[agentops]'