NCBM
|
5c13e06427
|
ci/lint: per-file ignores for tests in ruff and basedpyright
Relax ANN/ARG/PLR/C901 and related rules under tests/**; silence noisy
basedpyright reports for test fakes and private helpers.
|
2026-07-15 10:35:30 +08:00 |
|
NCBM
|
5cfe4d6a24
|
core/agent: soft context compact and cooperative cancel points
Shrink older tool dumps for model requests without mutating history;
check task cancellation between tool/model steps.
|
2026-07-14 23:42:50 +08:00 |
|
NCBM
|
b1964951ea
|
core/agent: parallel tool calls and tool-result char budget
Truncate large tool outputs and run multiple tool calls in one round
concurrently when enabled.
|
2026-07-14 23:24:11 +08:00 |
|