holomime 3.4.0 → 3.5.1
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 +9 -1
- package/dist/cli.js +544 -343
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -85,9 +85,17 @@ holomime core
|
|
|
85
85
|
|
|
86
86
|
# ─── The workflow ───
|
|
87
87
|
holomime diagnose # See what's wrong
|
|
88
|
-
holomime cure # Fix it permanently
|
|
88
|
+
holomime cure # Fix it permanently (auto-detects agent vs robot)
|
|
89
89
|
holomime benchmark # Verify the fix
|
|
90
90
|
|
|
91
|
+
# If body.api exists, cure auto-switches to robotics mode:
|
|
92
|
+
# diagnose → export DPO pairs → push to HuggingFace → suggest ISO certify
|
|
93
|
+
# Your team trains on your own infrastructure. We generate the data.
|
|
94
|
+
holomime cure --export-only # Explicit export-only mode
|
|
95
|
+
|
|
96
|
+
# No API keys? cure still works — exports training data locally.
|
|
97
|
+
# Add keys later with: holomime config
|
|
98
|
+
|
|
91
99
|
# Start autonomous therapy
|
|
92
100
|
holomime therapy # Mira runs continuous therapy cycles
|
|
93
101
|
holomime therapy status # How's Mira doing?
|