Skip to main content

explore_agent

Function explore_agent 

Source
pub fn explore_agent() -> AgentInfo
Expand description

Returns the lightweight explore agent profile.

§Examples

let info = explore_agent();
assert_eq!(info.mode, AgentMode::Subagent);