mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-17 12:58:31 +00:00
Compare commits
1 Commits
docs/impro
...
update-llm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb23c8da63 |
@@ -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
|
||||||
|
|||||||
@@ -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"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -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
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -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
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -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
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user