openmates 0.12.0-alpha.13 → 0.12.0-alpha.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,10 +26,11 @@ openmates apps code run --language python --code 'print("Hello")'
|
|
|
26
26
|
openmates settings account export data --json
|
|
27
27
|
openmates settings memories list --json
|
|
28
28
|
openmates docs list
|
|
29
|
+
openmates benchmark model google/gemini-3.5-flash --dry-run --json
|
|
29
30
|
openmates server install
|
|
30
31
|
```
|
|
31
32
|
|
|
32
|
-
Run `openmates --help` or `openmates <command> --help` for the full command surface.
|
|
33
|
+
Run `openmates --help` or `openmates <command> --help` for the full command surface. Benchmark commands also support `openmates benchmark --help` for suite, comparison, judge, and spend-confirmation options.
|
|
33
34
|
|
|
34
35
|
## Environments
|
|
35
36
|
|