farai 0.3.7 → 0.3.9

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 CHANGED
@@ -66,6 +66,18 @@ farai update rollback
66
66
 
67
67
  Set `FARAI_CONTENT_MANIFEST_URL` for a private channel or local `file://` manifest, and `FARAI_CONTENT_DIR` to isolate the local content store. Set `FARAI_DISABLE_CONTENT_UPDATE=1` to disable the channel.
68
68
 
69
+ Run Farai's hermetic agent-loop regression suite without model credentials or Docker:
70
+
71
+ ```bash
72
+ farai eval --stream
73
+ ```
74
+
75
+ Custom JSON suites can assert responses, events, stop reasons, tool selection, tool argument subsets, tool order, and error budgets:
76
+
77
+ ```bash
78
+ farai eval examples/eval-suite.json --output eval-result.json
79
+ ```
80
+
69
81
  ## Status
70
82
 
71
83
  Farai is under active development.