pub fn plan_agent() -> AgentInfo
Returns the read-only planning agent profile.
let info = plan_agent(); assert_eq!(info.name, "plan");