Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langfuse Client

Package Version Test

A minimal HTTP client for Langfuse. Intentionally dual target-able (JS & Erlang) ✅

gleam add langfuse_client
import langfuse_client/client
import langfuse_client/score

pub fn main() {
  let c =
    client.new(
      base_url: "https://us.cloud.langfuse.com",
      public_key: "pk-lf-...",
      secret_key: "sk-lf-...",
    )

  let q = score.query() |> score.with_limit(20)
  let assert Ok(scores) = score.list(c, q)
}

Further documentation at https://hexdocs.pm/langfuse_client.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages