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

Method mark_achieved

core/src/planning/mod.rs:343–347  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

341 }
342
343 pub fn mark_achieved(&mut self) {
344 self.achieved = true;
345 self.progress = 1.0;
346 self.achieved_at = Some(chrono::Utc::now().timestamp());
347 }
348}
349
350// ============================================================================

Callers 1

test_agent_goalFunction · 0.80

Calls 1

nowFunction · 0.85

Tested by 1

test_agent_goalFunction · 0.64