Commit 7be7a7f
committed
docs(agent): document the host deadline bound and how to raise a timeout
`nemoclaw <name> agent` gained a host-side deadline and a nonzero exit for a
timed-out turn, and neither was described anywhere. The recovery question
#8723 raised was also unanswered: a reader who hit a timeout had no documented
way to give the next attempt more time.
Describe the host bound in the command reference, including the three argv
forms that leave the OpenShell wait unbounded, and record that a turn whose
deadline fired now exits 1 rather than the upstream 0. Add `timeoutPhase` to
the JSON completion markers that already produce that exit.
Explain in the inference timeout page that the two configuration keys bound
different deadlines. `agents.defaults.timeoutSeconds` bounds the run and
`agent --timeout` overrides it for a single run; the provider request keeps
`models.providers.<provider-id>.timeoutSeconds`, which no flag overrides.
Every timeout measured for #8723 fired in the provider phase, so a reader who
raises only the run deadline is not helped. Add the in-place procedure beside
the existing rebuild instruction.
Name those same commands in the failure text, so an operator reads the
documented `shields down` and `config set --restart` pair instead of an
instruction to edit a file.
Signed-off-by: Hung Le <hple@nvidia.com>1 parent 3106809 commit 7be7a7f
4 files changed
Lines changed: 44 additions & 10 deletions
File tree
- docs
- inference
- reference
- src/lib/actions/sandbox/agent
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
49 | 61 | | |
50 | 62 | | |
51 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1288 | 1288 | | |
1289 | 1289 | | |
1290 | 1290 | | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
1291 | 1302 | | |
1292 | 1303 | | |
1293 | 1304 | | |
| |||
1297 | 1308 | | |
1298 | 1309 | | |
1299 | 1310 | | |
1300 | | - | |
| 1311 | + | |
1301 | 1312 | | |
1302 | 1313 | | |
1303 | 1314 | | |
1304 | 1315 | | |
| 1316 | + | |
1305 | 1317 | | |
1306 | 1318 | | |
1307 | 1319 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
200 | 206 | | |
201 | 207 | | |
202 | 208 | | |
| |||
205 | 211 | | |
206 | 212 | | |
207 | 213 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
213 | 217 | | |
214 | 218 | | |
215 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | 123 | | |
125 | | - | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | | - | |
| 127 | + | |
129 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
| |||
0 commit comments