Skip to content

Add Score Configs API support #8

Description

@isaka1022

What

Implement a client.score_configs resource that wraps the Langfuse Score Configs API, supporting create, get, and list operations.

Why

Score configs define the schema and allowed values for evaluation scores (e.g., 0–1 numeric, categorical labels). Without this resource, users must create configs through the Langfuse UI rather than programmatically. Supporting it enables fully code-driven evaluation pipelines. This endpoint is absent from all competing Ruby gems.

Effort estimate

S (half day) — add a ScoreConfigs client class, wire it into the top-level client, and add spec coverage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    nextMedium priorityroadmapPlanned roadmap item

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions