mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-28 12:17:28 +08:00
Optimize agent planning and subagent runtime
This commit is contained in:
@@ -25,6 +25,8 @@ const (
|
||||
maxWorldCycle = 60 * time.Second
|
||||
)
|
||||
|
||||
const GlobalWatchdogTick = watchdogTick
|
||||
|
||||
var ErrCommandNoProgress = errors.New("command no progress across tick rounds")
|
||||
var ErrTaskWatchdogTimeout = errors.New("task watchdog timeout exceeded")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user