MCPcopy Create free account
hub / github.com/GCWing/BitFun / agent_type

Method agent_type

src/apps/cli/src/ui/startup.rs:267–269  ·  view source on GitHub ↗

Get the currently selected agent type

(&self)

Source from the content-addressed store, hash-verified

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> {

Callers 1

run_interactiveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected