支持并发agent

This commit is contained in:
Sirius
2026-08-12 15:54:03 +08:00
parent 8affbf4bed
commit 3e7a4c9540
8 changed files with 126 additions and 41 deletions
+2
View File
@@ -4,6 +4,8 @@ command_code_executable: command-code
command_code_working_directory: .
timeout_seconds: 1800
max_request_bytes: 20971520
# 同时运行的 Command Code 请求数,范围 1..64。
max_concurrent_requests: 1
max_queue_size: 8
max_turns: 100
stream_thinking: false