What
Implement a client.comments resource that wraps the Langfuse Comments API, supporting create and list operations for comments attached to traces and observations.
Why
Comments allow human reviewers to annotate traces and observations inline — useful for QA workflows, labelling pipelines, and team review. Programmatic access is needed to bulk-import review notes or integrate with external ticketing systems. This endpoint is absent from all competing Ruby gems.
Effort estimate
S (half day) — add a Comments client class following the existing resource pattern, wire it into the top-level client, and add spec coverage.
What
Implement a
client.commentsresource that wraps the Langfuse Comments API, supporting create and list operations for comments attached to traces and observations.Why
Comments allow human reviewers to annotate traces and observations inline — useful for QA workflows, labelling pipelines, and team review. Programmatic access is needed to bulk-import review notes or integrate with external ticketing systems. This endpoint is absent from all competing Ruby gems.
Effort estimate
S (half day) — add a
Commentsclient class following the existing resource pattern, wire it into the top-level client, and add spec coverage.