docs(evals): add README with usage examples and options reference#1353
docs(evals): add README with usage examples and options reference#1353nuthalapativarun wants to merge 2 commits into
Conversation
🦋 Changeset detectedLatest commit: 004f4e8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughA new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
1 issue found across 2 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|
Fixed — added |
PR Checklist
<type>(<scope>): <description>)Bugs / Features
pnpm changeset)What is the current behavior?
@voltagent/evalshas no README, so users have no documentation forcreateExperiment/runExperimentor how scorers and VoltOps datasets fit together.What is the new behavior?
Adds a README covering installation, defining and running an experiment,
RunExperimentOptions, scorers, VoltOps integration, and a pointer to thewith-offline-evalsexample.Notes for reviewers
Usage example is adapted from the existing
examples/with-offline-evalsexample to keep it accurate. Mirrors the style/structure of the recently added@voltagent/server-coreREADME (#1331).Summary by cubic
Add a README for
@voltagent/evalsthat covers installation (now includes@voltagent/core) and running experiments withcreateExperiment/runExperiment. It documentsRunExperimentOptions, scorer setup from@voltagent/scorers, VoltOps datasets and reporting via@voltagent/sdk, and links toexamples/with-offline-evals.Written for commit 004f4e8. Summary will update on new commits.
Summary by CodeRabbit