mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-18 08:05:35 -04:00
d9fd0d3afd
Repo has been renamed from workflows-py to llama-agents. Update remaining references in README, docs, CI workflows, and example notebooks. Co-authored-by: Claude <noreply@anthropic.com>
Observability Examples
Trace and inspect workflow runs using the built-in context logger and third-party observability platforms.
Examples
| Notebook | What it shows |
|---|---|
workflows_observability_pt1.ipynb |
Part 1: the basics of instrumenting a workflow and reading its event stream. Start here. |
workflows_observability_pt2.ipynb |
Part 2: deeper patterns — custom spans, nested workflows, and step-level timing. |
workflow_context_logging.ipynb |
Use the built-in context logger to emit structured logs tied to a run. |
workflows_observablitiy_arize_phoenix.ipynb |
Export traces to Arize Phoenix for visualization. |
workflows_observablitiy_langfuse.ipynb |
Export traces to Langfuse. |