Skip to content

Commit 8ee4592

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent b559494 commit 8ee4592

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,15 @@ Nerve supports tracing via LiteLLM supported observability providers such as [la
259259
In order to enable tracing with one of these providers, set the relevant environment variables and then pass the provider name via the `--litellm-tracing` command line argument:
260260

261261
```bash
262+
# install tracing dependencies
263+
pip install langfuse
264+
265+
# set environment variables
262266
export LANGFUSE_PUBLIC_KEY="..."
263267
export LANGFUSE_SECRET_KEY="..."
264268
export LANGFUSE_HOST="..."
265269
270+
# execute an agent with tracing
266271
nerve run <agent-name> --litellm-tracing langfuse
267272
```
268273

0 commit comments

Comments
 (0)