Commit 79f4d34
fix(ptc): generous default timeout for delegation-capable scripts
A program script that calls task/parallel_task runs child agents, each a full
LLM turn (often 30s-minutes), so the 30s DEFAULT_SCRIPT_TIMEOUT_MS silently
times out real dynamic workflows. Default delegation-capable scripts (allowed
tools include task/parallel_task) to 10min; pure compute/search scripts keep
30s. Explicit limits.timeoutMs always wins. Bumps to 4.2.7.1 parent 6286ec4 commit 79f4d34
17 files changed
Lines changed: 473 additions & 42 deletions
File tree
- core
- src/tools
- sdk
- node
- examples
- python-bootstrap
- src/a3s_code
- python
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
266 | 269 | | |
267 | 270 | | |
268 | 271 | | |
269 | | - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
270 | 283 | | |
271 | 284 | | |
272 | 285 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments