This commit is contained in:
afjcjsbx
2026-03-20 20:12:55 +01:00
parent 1c6586681d
commit 827449aff3
2 changed files with 2 additions and 9 deletions
-7
View File
@@ -440,13 +440,6 @@ func (al *AgentLoop) publishResponseIfNeeded(ctx context.Context, channel, chatI
})
}
func (al *AgentLoop) pendingSteeringCount() int {
if al.steering == nil {
return 0
}
return al.steering.len()
}
func (al *AgentLoop) buildContinuationTarget(msg bus.InboundMessage) (*continuationTarget, error) {
if msg.Channel == "system" {
return nil, nil