Update pkg/agent/loop.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d6c3593f7e
commit
753b5d981f
1 changed files with 1 additions and 1 deletions
|
|
@ -1234,7 +1234,7 @@ func (al *AgentLoop) ProcessHeartbeat(
|
|||
if ts := al.getAnyActiveTurnState(); ts != nil {
|
||||
logger.InfoCF("heartbeat", "Skipping heartbeat — agent is busy",
|
||||
map[string]any{
|
||||
"active_session": ts.sessionKey,
|
||||
"session_key": ts.sessionKey,
|
||||
})
|
||||
return "HEARTBEAT_SKIPPED", nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue