Compare commits

...

1 Commits

Author SHA1 Message Date
Tony Kipkemboi
cb23c8da63 docs: reorganize observability docs and update titles 2025-03-25 11:03:46 -04:00
9 changed files with 17 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
--- ---
title: 'Event Listeners' title: 'Event Listeners'
description: 'Tap into CrewAI events to build custom integrations and monitoring' description: 'Tap into CrewAI events to build custom integrations and monitoring'
icon: spinner
--- ---
# Event Listeners # Event Listeners

View File

@@ -97,14 +97,19 @@
"how-to/kickoff-async", "how-to/kickoff-async",
"how-to/kickoff-for-each", "how-to/kickoff-for-each",
"how-to/replay-tasks-from-latest-crew-kickoff", "how-to/replay-tasks-from-latest-crew-kickoff",
"how-to/conditional-tasks", "how-to/conditional-tasks"
]
},
{
"group": "Agent Monitoring & Observability",
"pages": [
"how-to/weave-integration", "how-to/weave-integration",
"how-to/agentops-observability", "how-to/agentops-observability",
"how-to/langfuse-observability",
"how-to/langtrace-observability", "how-to/langtrace-observability",
"how-to/mlflow-observability", "how-to/mlflow-observability",
"how-to/openlit-observability", "how-to/openlit-observability",
"how-to/portkey-observability", "how-to/portkey-observability"
"how-to/langfuse-observability"
] ]
}, },
{ {

View File

@@ -1,5 +1,5 @@
--- ---
title: Agent Monitoring with AgentOps title: AgentOps Integration
description: Understanding and logging your agent performance with AgentOps. description: Understanding and logging your agent performance with AgentOps.
icon: paperclip icon: paperclip
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
title: Agent Monitoring with Langfuse title: Langfuse Integration
description: Learn how to integrate Langfuse with CrewAI via OpenTelemetry using OpenLit description: Learn how to integrate Langfuse with CrewAI via OpenTelemetry using OpenLit
icon: magnifying-glass-chart icon: vials
--- ---
# Integrate Langfuse with CrewAI # Integrate Langfuse with CrewAI

View File

@@ -1,5 +1,5 @@
--- ---
title: Agent Monitoring with Langtrace title: Langtrace Integration
description: How to monitor cost, latency, and performance of CrewAI Agents using Langtrace, an external observability tool. description: How to monitor cost, latency, and performance of CrewAI Agents using Langtrace, an external observability tool.
icon: chart-line icon: chart-line
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
title: Agent Monitoring with MLflow title: MLflow Integration
description: Quickly start monitoring your Agents with MLflow. description: Quickly start monitoring your Agents with MLflow.
icon: bars-staggered icon: bars-staggered
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
title: Agent Monitoring with OpenLIT title: OpenLIT Integration
description: Quickly start monitoring your Agents in just a single line of code with OpenTelemetry. description: Quickly start monitoring your Agents in just a single line of code with OpenTelemetry.
icon: magnifying-glass-chart icon: magnifying-glass-chart
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
title: Agent Monitoring with Portkey title: Portkey Integration
description: How to use Portkey with CrewAI description: How to use Portkey with CrewAI
icon: key icon: key
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
title: Weave Integration title: Weave Integration
description: Learn how to use Weights & Biases (W&B) Weave to track, experiment with, evaluate, and improve your CrewAI applications. description: Learn how to use Weights & Biases (W&B) Weave to track, experiment with, evaluate, and improve your CrewAI applications.
icon: insights icon: radar
--- ---
# Weave Overview # Weave Overview