diff --git a/docs/concepts/event-listener.mdx b/docs/concepts/event-listener.mdx index 1439e1456..28825c8f4 100644 --- a/docs/concepts/event-listener.mdx +++ b/docs/concepts/event-listener.mdx @@ -1,6 +1,7 @@ --- title: 'Event Listeners' description: 'Tap into CrewAI events to build custom integrations and monitoring' +icon: spinner --- # Event Listeners diff --git a/docs/docs.json b/docs/docs.json index 79cecbb58..3798bd244 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -97,14 +97,19 @@ "how-to/kickoff-async", "how-to/kickoff-for-each", "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/agentops-observability", + "how-to/langfuse-observability", "how-to/langtrace-observability", "how-to/mlflow-observability", "how-to/openlit-observability", - "how-to/portkey-observability", - "how-to/langfuse-observability" + "how-to/portkey-observability" ] }, { diff --git a/docs/how-to/agentops-observability.mdx b/docs/how-to/agentops-observability.mdx index b6ade320e..199a1de78 100644 --- a/docs/how-to/agentops-observability.mdx +++ b/docs/how-to/agentops-observability.mdx @@ -1,5 +1,5 @@ --- -title: Agent Monitoring with AgentOps +title: AgentOps Integration description: Understanding and logging your agent performance with AgentOps. icon: paperclip --- diff --git a/docs/how-to/langfuse-observability.mdx b/docs/how-to/langfuse-observability.mdx index 2fd2f2935..0202f39ef 100644 --- a/docs/how-to/langfuse-observability.mdx +++ b/docs/how-to/langfuse-observability.mdx @@ -1,7 +1,7 @@ --- -title: Agent Monitoring with Langfuse +title: Langfuse Integration description: Learn how to integrate Langfuse with CrewAI via OpenTelemetry using OpenLit -icon: magnifying-glass-chart +icon: vials --- # Integrate Langfuse with CrewAI diff --git a/docs/how-to/langtrace-observability.mdx b/docs/how-to/langtrace-observability.mdx index c8bb15259..2d301b1e7 100644 --- a/docs/how-to/langtrace-observability.mdx +++ b/docs/how-to/langtrace-observability.mdx @@ -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. icon: chart-line --- diff --git a/docs/how-to/mlflow-observability.mdx b/docs/how-to/mlflow-observability.mdx index f0c4a9ec4..8bc745c8b 100644 --- a/docs/how-to/mlflow-observability.mdx +++ b/docs/how-to/mlflow-observability.mdx @@ -1,5 +1,5 @@ --- -title: Agent Monitoring with MLflow +title: MLflow Integration description: Quickly start monitoring your Agents with MLflow. icon: bars-staggered --- diff --git a/docs/how-to/openlit-observability.mdx b/docs/how-to/openlit-observability.mdx index e95989e8e..49f76c4e8 100644 --- a/docs/how-to/openlit-observability.mdx +++ b/docs/how-to/openlit-observability.mdx @@ -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. icon: magnifying-glass-chart --- diff --git a/docs/how-to/portkey-observability.mdx b/docs/how-to/portkey-observability.mdx index d071b49fc..c8d3e7a87 100644 --- a/docs/how-to/portkey-observability.mdx +++ b/docs/how-to/portkey-observability.mdx @@ -1,5 +1,5 @@ --- -title: Agent Monitoring with Portkey +title: Portkey Integration description: How to use Portkey with CrewAI icon: key --- diff --git a/docs/how-to/weave-integration.mdx b/docs/how-to/weave-integration.mdx index 39ce61eef..cbee4fd27 100644 --- a/docs/how-to/weave-integration.mdx +++ b/docs/how-to/weave-integration.mdx @@ -1,7 +1,7 @@ --- title: Weave Integration 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