refactor(loop): log turn completion with state count

This commit is contained in:
chengyongru
2026-05-09 17:15:23 +08:00
committed by Xubin Ren
parent 728d837e4e
commit de13e72e15
+5
View File
@@ -1325,6 +1325,11 @@ class AgentLoop:
)
ctx.state = next_state
logger.debug(
"[turn {}] Turn completed after {} states",
ctx.turn_id,
len(ctx.trace),
)
return ctx.outbound
def _assemble_outbound(