mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 20:47:30 +08:00
Slim subagent runtime surface and remove legacy interfaces
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user