MCPcopy Create free account
hub / github.com/AI45Lab/Code / next_turn

Method next_turn

core/src/agent/execution_state.rs:66–69  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

64 }
65
66 pub(super) fn next_turn(&mut self) -> usize {
67 self.turn += 1;
68 self.turn
69 }
70
71 pub(super) fn continuation_count(&self) -> u32 {
72 self.continuation_count

Calls

no outgoing calls