Merge branch 'main' into rayhpeng/persistence-scaffold

# Conflicts:
#	backend/Dockerfile
#	backend/uv.lock
This commit is contained in:
rayhpeng
2026-04-05 23:40:49 +08:00
37 changed files with 2277 additions and 458 deletions
+5 -1
View File
@@ -456,13 +456,17 @@ sandbox:
# subagents:
# # Default timeout in seconds for all subagents (default: 900 = 15 minutes)
# timeout_seconds: 900
# # Optional global max-turn override for all subagents
# # max_turns: 120
#
# # Optional per-agent timeout overrides
# # Optional per-agent overrides
# agents:
# general-purpose:
# timeout_seconds: 1800 # 30 minutes for complex multi-step tasks
# max_turns: 160
# bash:
# timeout_seconds: 300 # 5 minutes for quick command execution
# max_turns: 80
# ============================================================================
# ACP Agents Configuration