Skip to content

Commit bb06d7b

Browse files
committed
feat: add example on how to use langgraph with opik for the use case of a call summarizer
1 parent 00b9ead commit bb06d7b

File tree

4 files changed

+4593
-0
lines changed

4 files changed

+4593
-0
lines changed

integrations/langgraph/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# LangGraph Example - Call Summarizer
2+
3+
This example demonstrates how to use LangGraph with Opik for tracing.
4+
5+
## Setup
6+
7+
```bash
8+
pyenv local 3.12
9+
poetry env use $(pyenv which python)
10+
poetry install
11+
```
12+
13+
## Run
14+
15+
```bash
16+
poetry run python src/call_summarizer.py
17+
```

0 commit comments

Comments
 (0)