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

Method with_goal_tracking

core/src/agent_api/session_options.rs:201–204  ·  view source on GitHub ↗

Enable goal tracking

(mut self, enabled: bool)

Source from the content-addressed store, hash-verified

199
200 /// Enable goal tracking
201 pub fn with_goal_tracking(mut self, enabled: bool) -> Self {
202 self.goal_tracking = enabled;
203 self
204 }
205
206 /// Add a skill registry with built-in skills
207 pub fn with_builtin_skills(mut self) -> Self {

Callers 3

sessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected