mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-15 09:08:38 +00:00
* 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
15 lines
323 B
JSON
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
|
|
}
|