langchain-ai / langsmith-sdk

LangSmith Client SDK Implementations
https://smith.langchain.com/
MIT License
346 stars 59 forks source link

[Python] Handoff Bugs #753

Closed hinthornw closed 1 month ago

hinthornw commented 1 month ago
  1. from_runnable_config doesn't lbyl to see if the parent is in the order_map. Should fix
  2. events are null by default here but are populated in langchain, meaning run trees cant be treated as interchangeable in the base tracer.

Likely doesn't fix https://github.com/langchain-ai/langsmith-sdk/issues/751 yet, but at least should adress a couple other ones