You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -449,6 +449,44 @@ config = StagehandConfig(
449
449
)
450
450
```
451
451
452
+
## Evaluations
453
+
454
+
The Stagehand Python SDK includes a set of evaluations to test its core functionality. These evaluations are organized by the primary methods they test: `act`, `extract`, and `observe`.
455
+
456
+
### Running Evaluations
457
+
458
+
You can run evaluations using the `run_all_evals.py` script in the `evals/` directory:
0 commit comments