mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
Tool results from prior turns (skill loads, file reads, HTTP fetches) dominate resent context and are rarely needed verbatim. A decorator over the context resolver now replaces prior-turn tool results above a size threshold with a short placeholder telling the model to re-run the tool if it needs the output. The current turn's in-flight results are always sent verbatim, the durable log is untouched, and elision is a pure per-message function so resolved prefixes stay byte-stable for provider prefix caching. Policy lives in config/context.json (elideHistoricToolResults, default on; elideHistoricToolResultsThresholdChars, default 10000). The inspect CLI composes through the same decorated resolver so debug output still matches transmitted bytes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| docs | ||
| experimental | ||
| python-sdk | ||
| rowboat | ||
| rowboatx | ||
| x | ||