Get the currently selected agent type
(&self)
| 265 | |
| 266 | /// Get the currently selected agent type |
| 267 | pub fn agent_type(&self) -> &str { |
| 268 | &self.agent_type |
| 269 | } |
| 270 | |
| 271 | /// Get the current workspace path for this CLI process. |
| 272 | pub fn workspace(&self) -> Option<String> { |