Source code for tooluniverse.tools.openalex_literature_search

"""
openalex_literature_search

Search for academic literature using OpenAlex API. Retrieves papers with title, abstract, authors...
"""

from typing import Any, Optional, Callable
from ._shared_client import get_shared_client






__all__ = ["openalex_literature_search"]