Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/agents_sdk/evaluate_agents.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "qsOnSYBqfoSL"
},
"source": [
"# Evaluating OpenAI Agents\n",
"# Evaluating Agents with Langfuse\n",
"\n",
"In this cookbook, we will learn how to **monitor the internal steps (traces) of the [OpenAI agent SDK](https://github.com/openai/openai-agents-python)** and **evaluate its performance** using [Langfuse](https://langfuse.com/docs).\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2009,14 +2009,14 @@
- audio
- speech

- title: Evaluating OpenAI Agents
- title: Evaluating Agents with Langfuse
path: examples/agents_sdk/evaluate_agents.ipynb
date: 2025-03-31
authors:
- jannik-maierhofer
tags:
- agents
- evaluation
- evals
- agents-sdk

- title: GPT Actions library - Salesforce & Gong
path: examples/chatgpt/gpt_actions_library/gpt_action_salesforce_gong.md
Expand Down