Skip to content
Open
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/voice_agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ session = AgentSession(

### 📊 Tracing & Error Handling

- [`langfuse_trace.py`](./langfuse_trace.py) - LangFuse integration for conversation tracing
- [`langfuse_trace.py`](./langfuse_trace.py) - LangFuse integration for conversation tracing. It uses OpenTelemetry OTLP export, so you can also send traces to Opik by setting OTLP endpoint/headers ([Opik OTLP docs](https://www.comet.com/docs/opik/integrations/opentelemetry)).
- [`error_callback.py`](./error_callback.py) - Error handling callback
- [`session_close_callback.py`](./session_close_callback.py) - Session lifecycle management

Expand Down