Slim subagent runtime surface and remove legacy interfaces

This commit is contained in:
LPF
2026-03-17 13:41:12 +08:00
parent 341e578c9f
commit 0674d85ae1
76 changed files with 778 additions and 8782 deletions

View File

@@ -29,7 +29,7 @@
"execution": {
"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_parallel_safe_names": ["read_file", "list_files", "find_files", "grep_files", "memory_search", "web_search", "system_info"],
"tool_max_parallel_calls": 2
},
"summary_policy": {
@@ -63,7 +63,6 @@
"allow_direct_agent_chat": false,
"max_hops": 6,
"default_timeout_sec": 600,
"default_wait_reply": true,
"sticky_thread_owner": true
},
"communication": {
@@ -86,7 +85,7 @@
"accept_from": ["user", "coder", "tester"],
"can_talk_to": ["coder", "tester"],
"tools": {
"allowlist": ["sessions", "subagents", "memory_search", "repo_map"]
"allowlist": ["sessions", "spawn", "subagent_profile", "memory_search"]
},
"runtime": {
"provider": "codex",
@@ -107,7 +106,7 @@
"accept_from": ["main", "tester"],
"can_talk_to": ["main", "tester"],
"tools": {
"allowlist": ["filesystem", "shell", "repo_map", "sessions"]
"allowlist": ["filesystem", "shell", "sessions"]
},
"runtime": {
"provider": "openai",