Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Braintrust Kotlin API Library

NOTE: This repo is a Kotlin client for the Braintrust REST API. If you wish to trace and write evals, see the [Braintrust Java SDK](https://github.com/braintrustdata/braintrust-sdk-java)

The Braintrust Kotlin SDK provides convenient access to the Braintrust REST API from applications written in Kotlin. It includes helper classes with helpful types and documentation for every request and response property.

The Braintrust Kotlin SDK is similar to the Braintrust Java SDK but with minor differences that make it more ergonomic for use in Kotlin, such as nullable values instead of `Optional`, `Sequence` instead of `Stream`, and suspend functions instead of `CompletableFuture`.
Expand Down