This commit is contained in:
lpf
2026-02-23 16:38:00 +08:00
parent 95e9be18b8
commit b5430b9021
13 changed files with 1197 additions and 119 deletions

View File

@@ -27,7 +27,16 @@
"run_state_ttl_seconds": 1800,
"run_state_max": 500,
"tool_parallel_safe_names": ["read_file", "list_files", "find_files", "grep_files", "memory_search", "web_search", "repo_map", "system_info"],
"tool_max_parallel_calls": 2
"tool_max_parallel_calls": 2,
"system_summary": {
"marker": "## System Task Summary",
"completed_prefix": "- Completed:",
"changes_prefix": "- Changes:",
"outcome_prefix": "- Outcome:",
"completed_title": "Completed Actions",
"changes_title": "Change Summaries",
"outcomes_title": "Execution Outcomes"
}
}
}
},