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.
What
Implement a
client.score_configsresource 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
ScoreConfigsclient class, wire it into the top-level client, and add spec coverage.