feat(grid-agent): isolate conversation memory (#122)
This commit is contained in:
@@ -32,5 +32,16 @@
|
||||
"stable_reset_seconds": 120,
|
||||
"jitter_basis_points": 2000,
|
||||
"offline_work_capacity": 128
|
||||
},
|
||||
"conversation": {
|
||||
"persistence_enabled": false,
|
||||
"max_active_sessions": 512,
|
||||
"max_turns_per_session": 64,
|
||||
"max_session_bytes": 262144,
|
||||
"max_total_bytes": 8388608,
|
||||
"max_tool_results_per_session": 16,
|
||||
"max_tool_result_bytes": 16384,
|
||||
"max_persisted_bytes": 16777216,
|
||||
"max_summary_bytes": 8192
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user