Enable goal tracking
(mut self, enabled: bool)
| 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 { |
no outgoing calls
no test coverage detected