# Generated by roxygen2: do not edit by hand

export(AnthropicProcessor)
export(BaseAPIProcessor)
export(CacheManager)
export(DeepSeekProcessor)
export(GeminiProcessor)
export(GrokProcessor)
export(MinimaxProcessor)
export(OpenAIProcessor)
export(OpenRouterProcessor)
export(QwenProcessor)
export(StepFunProcessor)
export(UnifiedLogger)
export(ZhipuProcessor)
export(annotate_cell_types)
export(compare_model_predictions)
export(configure_logger)
export(create_annotation_prompt)
export(get_api_key)
export(get_logger)
export(get_provider)
export(interactive_consensus_annotation)
export(list_custom_models)
export(list_custom_providers)
export(log_debug)
export(log_error)
export(log_info)
export(log_warn)
export(register_custom_model)
export(register_custom_provider)
importFrom(R6,R6Class)
importFrom(digest,digest)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,pull)
importFrom(dplyr,slice_head)
importFrom(dplyr,top_n)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,status_code)
importFrom(httr,timeout)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(utils,adist)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,write.table)
