You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
William FH 6950b44bfc
Consolidate run collector. Add link helper (#11269)
Instead of:

```
client = Client()
with collect_runs() as cb:
    chain.invoke()
    run = cb.traced_runs[0]
    client.get_run_url(run)
```

it's
```
with tracing_v2_enabled() as cb:
    chain.invoke()
    cb.get_run_url()
```
11 months ago
..
experimental add LLMBashChain to experimental (#11305) 11 months ago
langchain Consolidate run collector. Add link helper (#11269) 11 months ago
langserve Bump deps in langserve (#11234) 11 months ago