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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
pip install pytest datasets numpy
pip install pytest datasets numpy opentelemetry-api opentelemetry-sdk

- name: Configure LLM env
run: |
Expand Down
695 changes: 695 additions & 0 deletions docs/GraphOptimization.md

Large diffs are not rendered by default.

2,125 changes: 2,125 additions & 0 deletions examples/notebooks/demo_langgraph_instrument_and_compare_observers.ipynb

Large diffs are not rendered by default.

Loading
Loading