data_juicer_agents.tools.retrieve.retrieve_operators.logic module# Structured operator retrieval service for DJX and session tools. data_juicer_agents.tools.retrieve.retrieve_operators.logic.retrieve_operator_candidates(intent: str, top_k: int = 10, mode: str = 'auto', dataset_path: str | None = None) → Dict[str, Any][源代码]# Retrieve operators and return a structured payload for CLI/agent usage. data_juicer_agents.tools.retrieve.retrieve_operators.logic.extract_candidate_names(payload: Dict[str, Any]) → List[str][源代码]#