Wenchao An 6d5d7bb1d5
feat(subagents): add opt-in parent context snapshots (#5367)
* feat(subagents): add opt-in parent context snapshots

* test(subagents): package synthetic snapshot evaluation

* fix(subagents): preserve output text and defer snapshot capture

* docs(subagents): keep snapshot guidance within chain budget

* fix(subagents): omit unpaired tool calls from snapshots

* fix(subagents): safely omit unserializable snapshot media
2026-09-12 16:20:31 +08:00

15 lines
323 B
JSON

{
"protocol": "context-snapshot-synthetic-v1",
"temperature": 0.2,
"reasoning_effort": "none",
"max_tokens": 4096,
"context_window": 262144,
"http_timeout_seconds": 120,
"worker_timeout_seconds": 180,
"max_graph_steps": 50,
"max_retries": 0,
"seed": 1703,
"order_seed": 20260913,
"concurrency": 2
}