feat(grid-agent): add chat and IM interactions (#123)
Some checks failed
CI / rust-skia (Rust only) (push) Successful in 2m44s
CI / required (push) Failing after 2m41s

This commit is contained in:
2026-08-17 23:11:04 +00:00
parent e3ed39471b
commit 26fd2bf714
12 changed files with 3280 additions and 19 deletions

View File

@@ -43,5 +43,20 @@
"max_tool_result_bytes": 16384,
"max_persisted_bytes": 16777216,
"max_summary_bytes": 8192
},
"interaction": {
"aliases": ["metacrate"],
"debounce_milliseconds": 250,
"model_timeout_seconds": 30,
"public_rate_milliseconds": 750,
"im_rate_milliseconds": 250,
"public_followup_seconds": 120,
"max_response_bytes": 2048,
"grid_chunk_bytes": 1023,
"max_active_senders": 512,
"max_queued_per_sender": 16,
"max_concurrent_inference": 4,
"max_duplicate_ids": 4096,
"max_debounce_fragments": 8
}
}