braintrustdata / braintrust-sdk

Apache License 2.0
19 stars 13 forks source link

Slim down braintrust core python library. #348

Closed manugoyal closed 1 month ago

manugoyal commented 1 month ago

We pare down the braintrust core python library to just those things shared between sdk and autoevals, and move the rest into sdk. We also maintain a version for the python core separately from the javascript core.

This will simplify package deployment as we should generally just update the javascript core library.