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
docs(deepagent): m30b HF main stable pin N=9 in public docs
Document HF main as the stable current product pin (N=9) and test as the
automation/dev mirror (also N=9). Align root + package READMEs and .env.example.
# Push pack trees + manifest to HF stable pin (main) and/or automation mirror (test)
135
+
deepagent upload \
136
+
--src datasets/prod_hard_deepswe_med \
137
+
--repo-id BaseIntelligence/deepagent \
138
+
--revision main
133
139
deepagent upload \
134
140
--src datasets/prod_hard_deepswe_med \
135
141
--repo-id BaseIntelligence/deepagent \
136
142
--revision test
137
143
138
-
# Pull packs from HF revision test
144
+
# Pull packs from HF stable pin (main)
139
145
deepagent pull \
140
146
--repo-id BaseIntelligence/deepagent \
141
-
--revision test \
142
-
--out datasets/hf_pull_test
147
+
--revision main \
148
+
--out datasets/hf_pull_main
143
149
144
150
# Pier mini-swe + Harbor dual-model eval (current median models)
145
151
deepagent eval \
@@ -160,8 +166,8 @@ deepagent --help
160
166
| Command | What it does |
161
167
|---|---|
162
168
|`generate`| Live mine hard `real_pr` via ship-deepagent path; product out `datasets/prod_hard_deepswe_med`; Docker oracle only; refuses fixture pad |
163
-
|`upload`| Validate local pack root, push trees + `pack_manifest` to HF (`BaseIntelligence/deepagent`, default revision **`test`**)|
164
-
|`pull`| Download pack trees from HF revision (`main` or `test`) into local out dir |
169
+
|`upload`| Validate local pack root, push trees + `pack_manifest` to HF (`BaseIntelligence/deepagent`). Prefer **`main`** for the stable product pin; **`test`** remains the automation/dev default write target|
170
+
|`pull`| Download pack trees from HF revision (`main`stable pin or `test` automation mirror) into local out dir |
165
171
|`eval`| Pier + mini-swe-agent + HarborDocker model eval (`n_concurrent` 1..5, hard-stop **$600**, fidelity **`pier_miniswe_harbor`**). Current median panel: **grok-4.5** + **kimi-k2.7-code**|
166
172
|`oracle`| HarborDocker dual-truth cert on one pack dir (solution reward 1, null 0; refuse fake) |
0 commit comments